[SCM] vlc/master: Explicitly disable plugins that we do not build.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Wed Oct 23 23:42:31 UTC 2013


The following commit has been merged in the master branch:
commit a3146a12637106e59281b967525a34777f48f7f6
Author: Benjamin Drung <bdrung at debian.org>
Date:   Thu Oct 24 01:42:25 2013 +0200

    Explicitly disable plugins that we do not build.

diff --git a/debian/rules b/debian/rules
index 2a26217..2a2627f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -103,19 +103,27 @@ confflags += \
 	--with-kde-solid=/usr/share/kde4/apps/solid/actions/ \
 	$(NULL)
 # Reasons for disabling features:
+# decklink -> not in Debian
 # dxva2 -> Windows only
 # gnomevfs -> poorly maintained
 # goom -> not in Debian
+# libvnc -> libvncclient not in Debian
 # opencv -> developer plugin not required by end users
 # projectm -> broken
+# quicksync -> currently not supported on Linux
 # telx -> incompatible with zvbi
+# vsxu -> not in Debian
 confflags += \
+	--disable-decklink \
 	--disable-dxva2 \
 	--disable-gnomevfs \
 	--disable-goom \
+	--disable-libvnc \
 	--disable-opencv \
 	--disable-projectm \
+	--disable-quicksync \
 	--disable-telx \
+	--disable-vsxu \
 	$(NULL)
 
 # Linux specific flags

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list