[SCM] libmatroska/master: Link against libebml

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Aug 3 20:58:11 UTC 2015


The following commit has been merged in the master branch:
commit f88229909b607e1730c0dc70dc0c6819645e0274
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Aug 3 22:53:53 2015 +0200

    Link against libebml

diff --git a/debian/patches/link-ebml.patch b/debian/patches/link-ebml.patch
new file mode 100644
index 0000000..a0d605e
--- /dev/null
+++ b/debian/patches/link-ebml.patch
@@ -0,0 +1,22 @@
+Description: Link against ebml
+Author: Sebastian Ramacher <sramacher at debian.org>
+Last-Update: 2015-08-03
+
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -8,6 +8,7 @@
+ AM_CPPFLAGS += -DDEBUG
+ AM_CXXFLAGS += -g
+ endif
++AM_CPPFLAGS += $(EBML_CFLAGS)
+ 
+ lib_LTLIBRARIES = libmatroska.la
+ libmatroska_la_SOURCES = \
+@@ -27,6 +28,7 @@
+ 	src/KaxTracks.cpp \
+ 	src/KaxVersion.cpp
+ libmatroska_la_LDFLAGS = -version-info 6:0:0 -no-undefined
++libmatroska_la_LIBADD = $(EBML_LIBS)
+ 
+ nobase_include_HEADERS = \
+ 	matroska/c/libmatroska.h \
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6dbe9a8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+link-ebml.patch

-- 
libmatroska packaging



More information about the pkg-multimedia-commits mailing list