Merge pull request #4970 from its-pointless/matroska-fix
libmatroska dependency and pkgconfig fix
This commit is contained in:
commit
728a3b090a
@ -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
|
||||
|
9
packages/libmatroska/matroska.pc.in.patch
Normal file
9
packages/libmatroska/matroska.pc.in.patch
Normal 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}
|
Loading…
Reference in New Issue
Block a user