[SCM] VLC media player packaging branch, sid, updated. debian/1.0.3-1-10-gfb704ee

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Sun Dec 13 19:32:40 UTC 2009


The following commit has been merged in the sid branch:
commit e7d8e20ab8cee0422b2238e45cebe512e7e94f70
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Sat Dec 12 18:36:35 2009 +0100

    Add a vlc-plugin-svg package
    
    Closes: #560009

diff --git a/debian/control b/debian/control
index 4d72653..cdc0eb0 100644
--- a/debian/control
+++ b/debian/control
@@ -52,6 +52,7 @@ Build-Depends: debhelper (>= 7),
                libpostproc-dev (>= 0.cvs20060823),
                libpulse-dev,
                libqt4-dev,
+               librsvg2-dev,
                libschroedinger-dev (>= 1.0.7-1~),
                libsdl-image1.2-dev,
                libsdl1.2-dev (>= 1.2.7+1.2.8cvs20041007-5.3),
@@ -289,6 +290,21 @@ Description: PulseAudio plugin for VLC
  DivX, MOV, WMV, QuickTime, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia
  streams from various network sources.
 
+Package: vlc-plugin-svg
+Architecture: any
+Depends: vlc-nox (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
+Description: SVG plugin for VLC
+ This plugin allows you to render SVG graphics on top of the video.It is a
+ text renderer, and  must be activated through the  '--text-renderer svg'
+ option. When sent non-SVG data, it will convert it to SVG using a template
+ that can be specified by the svg-template-file option.
+ .
+ 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-data
 Architecture: all
 Conflicts: vlc-nox (<< 0.9.2-1), mozilla-plugin-vlc (<< 0.9.2-1)
diff --git a/debian/rules b/debian/rules
index 154a3d9..f2beaa5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,6 +94,7 @@ confflags += \
 	--disable-fluidsynth \
 	--disable-kate \
 	--disable-mtp \
+	--enable-svg \
 	$(NULL)
 
 
diff --git a/debian/vlc-plugin-svg.install b/debian/vlc-plugin-svg.install
new file mode 100644
index 0000000..19961b3
--- /dev/null
+++ b/debian/vlc-plugin-svg.install
@@ -0,0 +1 @@
+usr/lib/vlc/misc/libsvg_plugin.so
diff --git a/debian/vlc-plugin-svg.links b/debian/vlc-plugin-svg.links
new file mode 100644
index 0000000..e625341
--- /dev/null
+++ b/debian/vlc-plugin-svg.links
@@ -0,0 +1,2 @@
+/usr/share/doc/vlc-nox /usr/share/doc/vlc-plugin-svg
+/usr/share/bug/vlc-nox /usr/share/bug/vlc-plugin-svg

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list