[SCM] VLC media player packaging branch, experimental, updated. debian/1.0.6-1-32-gae1a772

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Thu Jun 17 00:18:13 UTC 2010


The following commit has been merged in the experimental branch:
commit 74f6172a9ab490972a801f5311aeb3a39adeb377
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Fri Jun 11 20:34:18 2010 +0200

    Revert "Remove vlc-plugin-svgalib as it has been removed upstream"
    
    This reverts commit 33ed20ff99d723715ce8d81f8adabefd41919d4a.

diff --git a/debian/control b/debian/control
index 41c3432..8eb9b85 100644
--- a/debian/control
+++ b/debian/control
@@ -62,6 +62,7 @@ Build-Depends: debhelper (>= 7),
                libshout3-dev,
                libsmbclient-dev,
                libspeex-dev,
+               libsvga1-dev [amd64 i386],
                libswscale-dev,
                libsysfs-dev,
                libtag1-dev,
@@ -235,6 +236,19 @@ Description: multimedia plugin for web browsers based on VLC
  DivX, MOV, WMV, QuickTime, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia
  streams from various network sources.
 
+Package: vlc-plugin-svgalib
+Architecture: amd64 i386
+Depends: vlc-nox (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: SVGAlib video output plugin for VLC
+ This plugin adds support for SVGAlib to the VLC media player. To
+ activate it, use the `--vout svgalib' flag or select the `svgalib' video
+ output plugin from the preferences menu. Note that you will need root
+ permissions to use SVGAlib.
+ .
+ VLC is the VideoLAN project's media player. It plays MPEG, MPEG2, MPEG4,
+ DivX, MOV, WMV, QuickTime, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia
+ streams from various network sources.
+
 Package: vlc-plugin-jack
 Architecture: any
 Depends: vlc-nox (= ${binary:Version}),
diff --git a/debian/rules b/debian/rules
index ddfa19b..0120eb7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -112,6 +112,11 @@ confflags += \
 	$(NULL)
 endif
 
+# svgalib is only for x86 and x86-64 on Linux
+ifneq ($(filter $(DEB_HOST_ARCH), amd64 i386),)
+confflags += --enable-svgalib
+endif
+
 # A few shortcuts
 VIDDIR := usr/share/vlc
 
diff --git a/debian/vlc-plugin-svgalib.install b/debian/vlc-plugin-svgalib.install
new file mode 100644
index 0000000..0dda7e5
--- /dev/null
+++ b/debian/vlc-plugin-svgalib.install
@@ -0,0 +1 @@
+usr/lib/vlc/video_output/libsvgalib_plugin.so
diff --git a/debian/vlc-plugin-svgalib.links b/debian/vlc-plugin-svgalib.links
new file mode 100644
index 0000000..7e9e27a
--- /dev/null
+++ b/debian/vlc-plugin-svgalib.links
@@ -0,0 +1,2 @@
+/usr/share/doc/vlc-nox /usr/share/doc/vlc-plugin-svgalib
+/usr/share/bug/vlc-nox /usr/share/bug/vlc-plugin-svgalib

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list