Browse Source

Merge pull request #4970 from its-pointless/matroska-fix

libmatroska dependency and pkgconfig fix
build-on-device
Leonid Plyushch 5 years ago
committed by GitHub
parent
commit
588dc2fa6b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/libmatroska/build.sh
  2. 9
      packages/libmatroska/matroska.pc.in.patch

1
packages/libmatroska/build.sh

@ -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

@ -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…
Cancel
Save