aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorNicolas Dechesne <n-dechesne@ti.com>2011-09-30 00:26:09 +0200
committerNicolas Dechesne <n-dechesne@ti.com>2011-10-07 23:19:32 +0200
commitd0b2b0caddbdb8477bcb5379c191f0476fadadea (patch)
tree01fd32f5095dc0725be09d62b776f91186323035 /debian/control
parent16c3e450684124000dff56d79426e3b27cd28139 (diff)
Updated debian/ for 0.11.1
Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control58
1 files changed, 16 insertions, 42 deletions
diff --git a/debian/control b/debian/control
index 3d7d192..d609f04 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: gstreamer0.10
+Source: gstreamer0.11
Section: libs
Priority: optional
Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
@@ -42,15 +42,13 @@ Build-Depends-Indep: python (>= 2.2),
Standards-Version: 3.8.4
Homepage: http://gstreamer.freedesktop.org
-Package: libgstreamer0.10-0
+Package: libgstreamer0.11-0
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
-Suggests: gstreamer0.10-tools,
- gstreamer0.10-plugins-base
-Conflicts: libgstreamer-plugins-base0.10-0 (<< 0.10.11cvs20070110-0ubuntu5),
- gstreamer0.10-plugins-base (<< 0.10.25.2)
+Suggests: gstreamer0.11-tools,
+ gstreamer0.11-plugins-base
Replaces: gobject-introspection-repository (<< 0.6.5-2)
Description: Core GStreamer libraries and elements
GStreamer is a streaming media framework, based on graphs of filters
@@ -62,11 +60,11 @@ Description: Core GStreamer libraries and elements
.
This package contains the core library and elements.
-Package: libgstreamer0.10-0-dbg
+Package: libgstreamer0.11-0-dbg
Architecture: any
Section: debug
Priority: extra
-Depends: libgstreamer0.10-0 (= ${binary:Version}),
+Depends: libgstreamer0.11-0 (= ${binary:Version}),
${misc:Depends}
Description: Core GStreamer libraries and elements
GStreamer is a streaming media framework, based on graphs of filters
@@ -81,21 +79,19 @@ Description: Core GStreamer libraries and elements
easier to interpret core dumps. The libraries are installed in
/usr/lib/debug and are automatically used by gdb.
-Package: libgstreamer0.10-dev
+Package: libgstreamer0.11-dev
Architecture: any
Section: libdevel
-Depends: libgstreamer0.10-0 (= ${binary:Version}),
+Depends: libgstreamer0.11-0 (= ${binary:Version}),
libc6-dev | libc-dev,
pkg-config,
libglib2.0-dev,
libxml2-dev,
${shlibs:Depends},
${misc:Depends},
- gir1.2-gstreamer-0.10 (= ${binary:Version})
-Replaces: gstreamer-tools (<< 0.10.20-2),
- gobject-introspection-repository (<< 0.6.5-2)
+ gir1.2-gstreamer-0.11 (= ${binary:Version})
Recommends: debhelper
-Suggests: gstreamer0.10-doc
+Suggests: gstreamer0.11-doc
Description: GStreamer core development files
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
@@ -107,13 +103,13 @@ Description: GStreamer core development files
This package contains development files for the core library and
elements.
-Package: gstreamer0.10-doc
+Package: gstreamer0.11-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
libxml2-doc,
libglib2.0-doc
-Recommends: libgstreamer0.10-dev (= ${source:Version})
+Recommends: libgstreamer0.11-dev (= ${source:Version})
Description: GStreamer core documentation and manuals
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
@@ -128,14 +124,14 @@ Description: GStreamer core documentation and manuals
* the GStreamer Plugin Writers Guide
* Various API docs
-Package: gstreamer0.10-tools
+Package: gstreamer0.11-tools
Architecture: any
Section: utils
Depends: ${shlibs:Depends},
${misc:Depends},
pkg-config,
- libgstreamer0.10-0 (>= 0.10.33)
-Suggests: gstreamer0.10-plugins-base
+ libgstreamer0.11-0 (>= 0.11.1)
+Suggests: gstreamer0.11-plugins-base
Description: Tools for use with GStreamer
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
@@ -146,35 +142,13 @@ Description: Tools for use with GStreamer
.
This package contains versioned command-line tools for GStreamer.
-Package: gstreamer-tools
-Architecture: any
-Section: utils
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- gstreamer0.10-tools | gstreamer0.8-tools
-Conflicts: gstreamer0.8-tools (<< 0.8.11-2)
-Description: Tools for use with GStreamer
- 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 unversioned command-line tools for GStreamer
- that work with different major/minor versions of GStreamer.
-
-Package: gir1.2-gstreamer-0.10
+Package: gir1.2-gstreamer-0.11
Section: libs
Architecture: any
Depends: ${gir:Depends},
${shlibs:Depends},
${misc:Depends},
${gir:Depends}
-Conflicts: gir1.0-gstreamer-0.10
-Replaces: libgstreamer0.10-0 (<< 0.10.25-3),
- gobject-introspection-repository (<< 0.6.5-2),
- gir1.0-gstreamer-0.10
Description: Description: GObject introspection data for the GStreamer library
This package contains introspection data for the GStreamer streaming media
framework.