[SCM] libmediainfo/master: Disable usage of system libmd5

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 22cc21c8df96597a8f9725b660a8398b5d59754a
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Thu May 16 23:36:02 2013 +0800

    Disable usage of system libmd5

diff --git a/debian/control b/debian/control
index 8587f52..e4a8664 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends: debhelper (>= 9),
                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 15b6d7a..e051970 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ override_dh_auto_configure:
 		--with-libcurl				\
 		--with-libmms				\
 		--with-libtinyxml2			\
-		--with-libmd5
+		--without-libmd5
 
 override_dh_auto_build:
 	cd Source/Doc && doxygen Doxyfile

-- 
libmediainfo packaging



More information about the pkg-multimedia-commits mailing list