[SCM] vlc/experimental: Remove SDL video-output plugin
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Mon Sep 25 21:59:13 UTC 2017
The following commit has been merged in the experimental branch:
commit 4000a02567513fde4374c587d55c68acf5c4fc2f
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Mon Sep 25 23:08:09 2017 +0200
Remove SDL video-output plugin
diff --git a/debian/control b/debian/control
index c24df1c..efab759 100644
--- a/debian/control
+++ b/debian/control
@@ -156,7 +156,6 @@ Description: multimedia player and streamer
* vlc-plugin-jack
* vlc-plugin-notify
* vlc-plugin-samba
- * vlc-plugin-sdl
* vlc-plugin-skins2
* vlc-plugin-svg
* vlc-plugin-video-splitter
@@ -412,22 +411,6 @@ Description: LibNotify plugin for VLC
This plugin adds support for libnotify track change notification to the
VLC media player.
-Package: vlc-plugin-sdl
-Architecture: any
-Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Enhances: vlc
-Description: SDL video and audio output plugin for VLC
- VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4,
- DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs,
- podcasts, and multimedia streams from various network sources.
- .
- This plugin adds support for the Simple DirectMedia Layer library to
- the VLC media player. To activate it, use the `--vout sdl' or
- `--aout sdl' flags or select the `sdl' video or audio output plugin
- from the preferences menu.
-
Package: vlc-plugin-svg
Architecture: any
Multi-Arch: same
diff --git a/debian/rules b/debian/rules
index e447aa2..6a88454 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,6 @@ pluginpackages += fluidsynth
pluginpackages += jack
pluginpackages += notify
pluginpackages += qt
-pluginpackages += sdl
pluginpackages += skins2
pluginpackages += svg
pluginpackages += video-output
diff --git a/debian/vlc-plugin-sdl.install b/debian/vlc-plugin-sdl.install
deleted file mode 100644
index 992580a..0000000
--- a/debian/vlc-plugin-sdl.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/vlc/plugins/video_output/libvout_sdl_plugin.so
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list