summaryrefslogtreecommitdiff
path: root/debian/control.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control.in')
-rw-r--r--debian/control.in54
1 files changed, 54 insertions, 0 deletions
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 00000000..1c56bd50
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,54 @@
+Source: gst-plugins-xvbo@GST_ABI@
+Section: libs
+Priority: optional
+Maintainer: Russell King <rmk@arm.linux.org.uk>
+XSBC-Original-Maintainer: Li Li <lea.li@marvell.com>
+Uploaders: Loic Minier <lool@dooz.org>,
+ Sebastien Bacher <seb128@debian.org>,
+ Sebastian Dröge <slomo@debian.org>,
+ Sjoerd Simons <sjoerd@debian.org>
+Build-Depends: BUILDDEPS
+Standards-Version: 3.8.4
+Homepage: http://gstreamer.freedesktop.org
+
+Package: @GST_PKGNAME@-xvbo
+Architecture: armel armhf
+Section: libs
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
+XB-GStreamer-Version: ${gstreamer:Version}
+XB-GStreamer-Elements: ${gstreamer:Elements}
+XB-GStreamer-URI-Sources: ${gstreamer:URISources}
+XB-GStreamer-URI-Sinks: ${gstreamer:URISinks}
+XB-GStreamer-Encoders: ${gstreamer:Encoders}
+XB-GStreamer-Decoders: ${gstreamer:Decoders}
+Provides: ${gstreamer:Provides}
+Description: GStreamer plugins for X11 video output with XVBO and BMM
+ GStreamer is a streaming media framework, based on graphs of filters
+ which operate on media data. Applications using this library can do
+ anything from real-time sound processing to playing videos, and just
+ about anything else media-related. Its plugin-based architecture means
+ that new data types or processing capabilities can be added simply by
+ installing new plug-ins.
+ .
+ This package contains the GStreamer plugins for X11 video output for
+ Xv extension extended with the XVBO format extension for BMM zero
+ copy playback.
+
+Package: @GST_PKGNAME@-xvbo-dbg
+Architecture: armel armhf
+Multi-Arch: same
+Section: debug
+Priority: extra
+Depends: ${misc:Depends},
+ @GST_PKGNAME@-xvbo (= ${binary:Version})
+Description: GStreamer plugins for X11 video output with XVBO and BMM
+ GStreamer is a streaming media framework, based on graphs of filters
+ which operate on media data. Applications using this library can do
+ anything from real-time sound processing to playing videos, and just
+ about anything else media-related. Its plugin-based architecture means
+ that new data types or processing capabilities can be added simply by
+ installing new plug-ins.
+ .
+ This package contains debug GStreamer plugins for X11 video output, and
+ is not needed for day to day use. It can be safely removed if installed.