[SCM] vlc/experimental: Update disabled plugins

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Dec 6 23:25:08 UTC 2017


The following commit has been merged in the experimental branch:
commit 4b03cd9802b8228568a82c01344d7c7658fb4937
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Wed Dec 6 23:32:47 2017 +0100

    Update disabled plugins

diff --git a/debian/rules b/debian/rules
index c42d7f6..abc7885 100755
--- a/debian/rules
+++ b/debian/rules
@@ -97,14 +97,16 @@ confflags += \
 	--with-kde-solid=/usr/share/solid/actions/ \
 	$(NULL)
 # Reasons for disabling features:
-# decklink: not in Debian
 # d3d11va: Windows only
+# decklink: not in Debian
 # directx: Windows only
+# dsm: not in Debian
 # dxva2: Windows only
 # fdkaac: in Debian contrib
 # fluidlite: fluidsynth is enabled
 # goom: not in Debian
 # gst-decode: not needed when having libavcodec
+# libplacebo: not in Debian
 # libtar: security issue (#737534)
 # macosx*: MacOX only
 # mfx: currently not supported on Linux
@@ -112,6 +114,7 @@ confflags += \
 # projectm: broken
 # schroedinger: removed from Debian (#845037)
 # sparkle: MacOS X only
+# srt: not in Debian
 # telx: incompatible with zvbi
 # vpx: not needed when having libavcodec
 # vsxu: not in Debian
@@ -120,11 +123,13 @@ confflags += \
 	--disable-d3d11va \
 	--disable-decklink \
 	--disable-directx \
+	--disable-dsm \
 	--disable-dxva2 \
 	--disable-fdkaac \
 	--disable-fluidlite \
 	--disable-goom \
 	--disable-gst-decode \
+	--disable-libplacebo \
 	--disable-libtar \
 	--disable-macosx \
 	--disable-macosx-avfoundation \
@@ -134,6 +139,7 @@ confflags += \
 	--disable-projectm \
 	--disable-schroedinger \
 	--disable-sparkle \
+	--disable-srt \
 	--disable-telx \
 	--disable-vpx \
 	--disable-vsxu \

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list