[SCM] libmediainfo/master: Enable some additional dependencies

hyperair at users.alioth.debian.org hyperair at users.alioth.debian.org
Thu May 16 15:57:01 UTC 2013


The following commit has been merged in the master branch:
commit 4d8e014007bf1e634c5e79315c1cd2fd86ed4f2d
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Thu May 16 23:29:11 2013 +0800

    Enable some additional dependencies

diff --git a/debian/control b/debian/control
index a2f4aa8..15e8e4d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,9 @@ Build-Depends: debhelper (>= 9),
                tofrodos,
                libzen-dev (>= 0.4.25),
                libtinyxml2-dev,
+               libcurl4-gnutls-dev,
+               libmms-dev,
+               libmd5-dev
                zlib1g-dev,
                pkg-config
 Standards-Version: 3.9.4
diff --git a/debian/rules b/debian/rules
index b5f948f..15b6d7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,9 +8,10 @@ override_dh_auto_configure:
 	dh_auto_configure -DProject/GNU/Library --	\
 		--enable-shared				\
 		--enable-visibility			\
-		--disable-libcurl			\
-		--disable-libmms			\
-		--with-libtinyxml2
+		--with-libcurl				\
+		--with-libmms				\
+		--with-libtinyxml2			\
+		--with-libmd5
 
 override_dh_auto_build:
 	cd Source/Doc && doxygen Doxyfile

-- 
libmediainfo packaging



More information about the pkg-multimedia-commits mailing list