libmatroska dependency and pkgconfig fix

This commit is contained in:
its-pointless 2020-02-26 10:04:03 +11:00
parent eeb7735469
commit cd80f8512b
2 changed files with 10 additions and 0 deletions

View File

@ -5,4 +5,5 @@ TERMUX_PKG_VERSION=1.5.2
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/Matroska-Org/libmatroska/archive/release-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=8d03020ca3a657fe8d1ff57209b4218b6001df2ecd11ae956b428de941f2811f
TERMUX_PKG_DEPENDS=libebml
TERMUX_PKG_NO_STATICSPLIT=true

View File

@ -0,0 +1,9 @@
--- ./libmatroska.pc.in.orig 2020-02-25 20:54:20.584700458 +0000
+++ ./libmatroska.pc.in 2020-02-25 20:54:41.224977109 +0000
@@ -7,5 +7,5 @@
Description: Library for parsing EBML data structures
Version: @PACKAGE_VERSION@
Requires.private: libebml
-Libs: -L${libdir} -lmatroska
+Libs: -L${libdir} -lmatroska -lebml
Cflags: -I${includedir}