[SCM] vlc/master: Drop libschroedinger plugin
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Mon Nov 21 23:20:06 UTC 2016
The following commit has been merged in the master branch:
commit 12c021db71f7ab191051aaecce78ab4a95bf2ff9
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Sun Nov 20 14:18:17 2016 +0100
Drop libschroedinger plugin
diff --git a/debian/control b/debian/control
index ed9bf7e..3989781 100644
--- a/debian/control
+++ b/debian/control
@@ -73,7 +73,6 @@ Build-Depends: autopoint,
libresid-builder-dev,
librsvg2-dev,
libsamplerate0-dev,
- libschroedinger-dev (>= 1.0.10),
libsdl-image1.2-dev,
libsdl1.2-dev (>= 1.2.10),
libshine-dev (>= 3.0.0),
diff --git a/debian/rules b/debian/rules
index 4c08358..c97b6a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,7 +74,6 @@ confflags += \
--enable-qt \
--enable-realrtsp \
--enable-samplerate \
- --enable-schroedinger \
--enable-sdl \
--enable-sdl-image \
--enable-sftp \
@@ -99,20 +98,21 @@ confflags += \
--with-kde-solid=/usr/share/solid/actions/ \
$(NULL)
# Reasons for disabling features:
-# decklink -> not in Debian
-# dxva2 -> Windows only
-# fdkaac -> in Debian non-free
-# gnomevfs -> poorly maintained
-# goom -> not in Debian
-# gst-decode -> not needed when having libavcodec
-# libtar -> security issue (#737534)
-# mfx -> currently not supported on Linux
-# opencv -> developer plugin not required by end users
-# projectm -> broken
-# telx -> incompatible with zvbi
-# vpx -> not needed when having libavcodec
-# vsxu -> not in Debian
-# wasapi -> Windows only
+# decklink: not in Debian
+# dxva2: Windows only
+# fdkaac: in Debian non-free
+# gnomevfs: poorly maintained
+# goom: not in Debian
+# gst-decode: not needed when having libavcodec
+# libtar: security issue (#737534)
+# mfx: currently not supported on Linux
+# opencv: developer plugin not required by end users
+# projectm: broken
+# schroedinger: removed from Debian (#845037)
+# telx: incompatible with zvbi
+# vpx: not needed when having libavcodec
+# vsxu: not in Debian
+# wasapi: Windows only
confflags += \
--disable-decklink \
--disable-dxva2 \
@@ -124,6 +124,7 @@ confflags += \
--disable-mfx \
--disable-opencv \
--disable-projectm \
+ --disable-schroedinger \
--disable-telx \
--disable-vpx \
--disable-vsxu \
@@ -266,7 +267,6 @@ ffmpegflags += \
# from ffmpeg 7:2.8.6-1 debian/rules and contrib/src/ffmpeg/rules.mak
ffmpegflags += \
--enable-gpl \
- --disable-decoder=libschroedinger \
--enable-gnutls \
--disable-libass \
--enable-libbluray \
@@ -278,13 +278,13 @@ ffmpegflags += \
--disable-libfreetype \
--disable-libfribidi \
--disable-libopenjpeg \
+ --disable-libschroedinger \
--enable-libgme \
--enable-libgsm \
--enable-libmodplug \
--enable-libmp3lame \
--enable-libopus \
--enable-librtmp \
- --enable-libschroedinger \
--enable-libshine \
--enable-libsnappy \
--enable-libsoxr \
diff --git a/debian/vlc-plugin-base.install b/debian/vlc-plugin-base.install
index c2244ba..d277c8d 100755
--- a/debian/vlc-plugin-base.install
+++ b/debian/vlc-plugin-base.install
@@ -76,7 +76,6 @@ usr/lib/*/vlc/plugins/codec/libomxil_plugin.so [omxil]
usr/lib/*/vlc/plugins/codec/libopus_plugin.so
usr/lib/*/vlc/plugins/codec/libpng_plugin.so
usr/lib/*/vlc/plugins/codec/librawvideo_plugin.so
-usr/lib/*/vlc/plugins/codec/libschroedinger_plugin.so
usr/lib/*/vlc/plugins/codec/libscte27_plugin.so
usr/lib/*/vlc/plugins/codec/libsdl_image_plugin.so
usr/lib/*/vlc/plugins/codec/libshine_plugin.so
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list