[SCM] vlc/master: Disable svgdec until libcairo2-dev >= 1.13 is in Debian

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Aug 19 23:15:16 UTC 2014


The following commit has been merged in the master branch:
commit 69d72d21f57f2d27b9b46b7e517b5d0171830810
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Wed Aug 20 01:15:10 2014 +0200

    Disable svgdec until libcairo2-dev >= 1.13 is in Debian

diff --git a/debian/rules b/debian/rules
index d0ecbc8..69abb27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -114,6 +114,7 @@ confflags += \
 # opencv -> developer plugin not required by end users
 # projectm -> broken
 # sndio -> not in Debian
+# svgdev -> libcairo2-dev is not new enough
 # telx -> incompatible with zvbi
 # vsxu -> not in Debian
 # wasapi -> Windows only
@@ -127,6 +128,7 @@ confflags += \
 	--disable-opencv \
 	--disable-projectm \
 	--disable-sndio \
+	--disable-svgdec \
 	--disable-telx \
 	--disable-vsxu \
 	--disable-wasapi \

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list