--- gstreamer0.10-0.10.11.orig/debian/libgstreamer.dirs +++ gstreamer0.10-0.10.11/debian/libgstreamer.dirs @@ -0,0 +1 @@ +/var/lib/gstreamer/@GST_ABI@ --- gstreamer0.10-0.10.11.orig/debian/compat +++ gstreamer0.10-0.10.11/debian/compat @@ -0,0 +1 @@ +5 --- gstreamer0.10-0.10.11.orig/debian/gstreamer0.10-doc.doc-base.manual +++ gstreamer0.10-0.10.11/debian/gstreamer0.10-doc.doc-base.manual @@ -0,0 +1,11 @@ +Document: gstreamer-0.10-manual +Title: GStreamer 0.10 Application Development Manual +Author: Wim Taymans, Steve Baker, Andy Wingo, Ronald S. Bultje +Abstract: GStreamer is an extremely powerful and versatile framework for + creating streaming media applications. This guide is intended to help you + understand the GStreamer framework so you can develop applications based on it. +Section: Apps/Programming + +Format: HTML +Files: /usr/share/doc/gstreamer0.10-doc/manual/html/*.html +Index: /usr/share/doc/gstreamer0.10-doc/manual/html/index.html --- gstreamer0.10-0.10.11.orig/debian/gstreamer-tools-abi.install +++ gstreamer0.10-0.10.11/debian/gstreamer-tools-abi.install @@ -0,0 +1,6 @@ +debian/tmp/usr/bin/gst-feedback-@GST_ABI@ +debian/tmp/usr/bin/gst-inspect-@GST_ABI@ +debian/tmp/usr/bin/gst-launch-@GST_ABI@ +debian/tmp/usr/bin/gst-typefind-@GST_ABI@ +debian/tmp/usr/bin/gst-xmllaunch-@GST_ABI@ +debian/tmp/usr/bin/gst-xmlinspect-@GST_ABI@ --- gstreamer0.10-0.10.11.orig/debian/control.in +++ gstreamer0.10-0.10.11/debian/control.in @@ -0,0 +1,107 @@ +Source: @GST_PKGNAME@ +Section: libs +Priority: optional +Maintainer: Maintainers of GStreamer packages +Uploaders: David I. Lehn , Loic Minier , Sebastien Bacher , Sebastian Dröge +Build-Depends: debhelper (>= 5), cdbs (>= 0.4.20), autotools-dev, libxml2-dev (>= 2.6.0), zlib1g-dev (>= 1:1.1.4), libglib2.0-dev (>= 2.8), pkg-config (>= 0.11.0), libpopt-dev, bison, flex, check (>= 0.9.3-2) +Build-Depends-Indep: python (>= 2.2), gtk-doc-tools (>= 0.7), jade (>= 1.2.1), transfig (>= 3.2.3.c), docbook-utils (>= 0.6.9), docbook-xml, docbook-xsl, xsltproc (>= 1.0.21), gs, xmlto, netpbm, python-twisted-core, python-xml +Standards-Version: 3.7.2 + +Package: @GST_LIB@ +Architecture: any +Section: libs +Depends: ${shlibs:Depends} +Suggests: @GST_PKGNAME@-tools, @GST_PKGNAME@-plugins +Description: Core GStreamer libraries and elements + 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 core library and elements. + +Package: @GST_LIB@-dbg +Architecture: any +Section: libdevel +Priority: extra +Depends: @GST_LIB@ (= ${Source-Version}) +Description: Core GStreamer libraries and elements + 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 unstripped shared libraries. It is provided primarily + to provide a backtrace with names in a debugger, this makes it somewhat + easier to interpret core dumps. The libraries are installed in + /usr/lib/debug and are automatically used by gdb. + +Package: @GST_LIB_DEV@ +Architecture: any +Section: libdevel +Depends: @GST_LIB@ (= ${Source-Version}), libc6-dev | libc-dev, pkg-config, libpopt-dev, libglib2.0-dev, libxml2-dev +Recommends: @GST_PKGNAME@-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 + 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 development files for the core library and + elements. + +Package: @GST_PKGNAME@-doc +Architecture: all +Section: doc +Recommends: @GST_LIB_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 + 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 packages contains documentation for core libraries and elements as + well as: + * the GStreamer Manual + * the GStreamer Plugin Writers Guide + * Various API docs + +Package: @GST_PKGNAME@-tools +Architecture: any +Section: utils +Depends: ${shlibs:Depends}, pkg-config, @GST_LIB@ (>= @GST_VERSION@) +Suggests: @GST_PKGNAME@-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 + 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 versionned command-line tools for GStreamer. + +Package: gstreamer-tools +Architecture: any +Section: utils +Depends: ${shlibs: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 unversionned command-line tools for GStreamer + that work with different major/minor versions of GStreamer. + --- gstreamer0.10-0.10.11.orig/debian/libgstreamer.install +++ gstreamer0.10-0.10.11/debian/libgstreamer.install @@ -0,0 +1,3 @@ +debian/tmp/usr/lib/gstreamer-@GST_ABI@/*.so +debian/tmp/usr/lib/*.so.* +debian/tmp/usr/share/locale --- gstreamer0.10-0.10.11.orig/debian/TODO.Debian +++ gstreamer0.10-0.10.11/debian/TODO.Debian @@ -0,0 +1,9 @@ +- investigate on why this file has zero length: +/usr/share/doc/gstreamer0.10-doc/pwg/html/base.css + +- build documentation in arch-indep target + +- add snipset to remove .gstreamer and .gstreamer-0.10 + +- add dh_gstreamer0.10 + --- gstreamer0.10-0.10.11.orig/debian/gstreamer-doc.lintian +++ gstreamer0.10-0.10.11/debian/gstreamer-doc.lintian @@ -0,0 +1 @@ +@GST_PKGNAME@-doc: zero-byte-file-in-doc-directory usr/share/doc/@GST_PKGNAME@-doc/pwg/html/base.css --- gstreamer0.10-0.10.11.orig/debian/gstreamer-tools.install +++ gstreamer0.10-0.10.11/debian/gstreamer-tools.install @@ -0,0 +1,6 @@ +debian/tmp/usr/bin/gst-feedback +debian/tmp/usr/bin/gst-inspect +debian/tmp/usr/bin/gst-launch +debian/tmp/usr/bin/gst-typefind +debian/tmp/usr/bin/gst-xmllaunch +debian/tmp/usr/bin/gst-xmlinspect --- gstreamer0.10-0.10.11.orig/debian/gstreamer-tools-abi.links +++ gstreamer0.10-0.10.11/debian/gstreamer-tools-abi.links @@ -0,0 +1 @@ +/usr/share/man/man1/gst-inspect-@GST_ABI@.1 /usr/share/man/man1/gst-xmlinspect-@GST_ABI@.1 --- gstreamer0.10-0.10.11.orig/debian/gstreamer-doc.install +++ gstreamer0.10-0.10.11/debian/gstreamer-doc.install @@ -0,0 +1 @@ +debian/tmp/usr/share/doc/@GST_PKGNAME@-doc --- gstreamer0.10-0.10.11.orig/debian/libgstreamer-dev.install +++ gstreamer0.10-0.10.11/debian/libgstreamer-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/include +debian/tmp/usr/lib/*.{a,la,so} +debian/tmp/usr/lib/gstreamer-@GST_ABI@/*.{a,la} +debian/tmp/usr/lib/pkgconfig +debian/tmp/usr/share/aclocal --- gstreamer0.10-0.10.11.orig/debian/libgstreamer.postinst +++ gstreamer0.10-0.10.11/debian/libgstreamer.postinst @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +exit 0 + --- gstreamer0.10-0.10.11.orig/debian/gstreamer0.10-doc.doc-base.pwg +++ gstreamer0.10-0.10.11/debian/gstreamer0.10-doc.doc-base.pwg @@ -0,0 +1,14 @@ +Document: gstreamer-0.10-pwg +Title: GStreamer Plugin Writer's Guide +Author: Richard John Boulton, Erik Walthinsen, Steve Baker, Leif Johnson, Ronald S. Bultje +Abstract: This guide is intended to help you understand the GStreamer + framework so you can develop new plugins to extend the existing functionality. + The guide addresses most issues by following the development of an example + audio filter plugin, written in C. The later parts of the guide also present + some issues involved in writing other types of plugins, and the end of the + guide describes some of the Python bindings for GStreamer. +Section: Apps/Programming + +Format: HTML +Files: /usr/share/doc/gstreamer0.10-doc/pwg/html/*.html +Index: /usr/share/doc/gstreamer0.10-doc/pwg/html/index.html --- gstreamer0.10-0.10.11.orig/debian/libgstreamer.postrm +++ gstreamer0.10-0.10.11/debian/libgstreamer.postrm @@ -0,0 +1,13 @@ +#!/bin/sh + +set -e + +if [ "$1" = "remove" ]; then + rm -rf /var/lib/gstreamer/@GST_ABI@/ || true + rmdir /var/lib/gstreamer 2>/dev/null || true +fi + +#DEBHELPER# + +exit 0 + --- gstreamer0.10-0.10.11.orig/debian/libgstreamer.preinst +++ gstreamer0.10-0.10.11/debian/libgstreamer.preinst @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +exit 0 + --- gstreamer0.10-0.10.11.orig/debian/watch +++ gstreamer0.10-0.10.11/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-(.*)\.tar\.gz --- gstreamer0.10-0.10.11.orig/debian/gstreamer0.10-doc.doc-base.core-ref +++ gstreamer0.10-0.10.11/debian/gstreamer0.10-doc.doc-base.core-ref @@ -0,0 +1,8 @@ +Document: gstreamer-0.10-core-ref +Title: GStreamer 0.10 Core Reference Manual +Abstract: API documentation for the core of GStreamer 0.10. +Section: Apps/Programming + +Format: HTML +Files: /usr/share/doc/gstreamer0.10-doc/gstreamer-0.10/*.html +Index: /usr/share/doc/gstreamer0.10-doc/gstreamer-0.10/index.html --- gstreamer0.10-0.10.11.orig/debian/copyright +++ gstreamer0.10-0.10.11/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by David I. Lehn on +Mon, 15 Jan 2001 18:21:37 -0500. + +It was downloaded from . + +Upstream Authors: + + Erik Walthinsen + Wim Taymans + Richard Boulton + and many more... + +Copyright: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian GNU/Linux systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + --- gstreamer0.10-0.10.11.orig/debian/gstreamer0.10-doc.doc-base.libs-ref +++ gstreamer0.10-0.10.11/debian/gstreamer0.10-doc.doc-base.libs-ref @@ -0,0 +1,8 @@ +Document: gstreamer-0.10-libs-ref +Title: GStreamer 0.10 Library Reference Manual +Abstract: API documentation for libraries from GStreamer 0.10. +Section: Apps/Programming + +Format: HTML +Files: /usr/share/doc/gstreamer0.10-doc/gstreamer-libs-0.10/*.html +Index: /usr/share/doc/gstreamer0.10-doc/gstreamer-libs-0.10/index.html --- gstreamer0.10-0.10.11.orig/debian/gstreamer-tools-abi.manpages +++ gstreamer0.10-0.10.11/debian/gstreamer-tools-abi.manpages @@ -0,0 +1,6 @@ +debian/tmp/usr/share/man/man1/gst-feedback-@GST_ABI@.1 +debian/tmp/usr/share/man/man1/gst-inspect-@GST_ABI@.1 +debian/tmp/usr/share/man/man1/gst-launch-@GST_ABI@.1 +debian/tmp/usr/share/man/man1/gst-typefind-@GST_ABI@.1 +debian/tmp/usr/share/man/man1/gst-xmlinspect-@GST_ABI@.1 +debian/tmp/usr/share/man/man1/gst-xmllaunch-@GST_ABI@.1 --- gstreamer0.10-0.10.11.orig/debian/gstreamer-doc.links +++ gstreamer0.10-0.10.11/debian/gstreamer-doc.links @@ -0,0 +1,2 @@ +/usr/share/doc/@GST_PKGNAME@-doc/gstreamer-@GST_ABI@ /usr/share/devhelp/books/gstreamer-@GST_ABI@ +/usr/share/doc/@GST_PKGNAME@-doc/gstreamer-libs-@GST_ABI@ /usr/share/devhelp/books/gstreamer-libs-@GST_ABI@ --- gstreamer0.10-0.10.11.orig/debian/gstreamer0.10-doc.doc-base.faq +++ gstreamer0.10-0.10.11/debian/gstreamer0.10-doc.doc-base.faq @@ -0,0 +1,9 @@ +Document: gstreamer-0.10-faq +Title: GStreamer 0.10 FAQ +Abstract: FAQ for GStreamer, a multimedia framework. Questions and answers + range from general information to deep-down-and-dirty compilation issues. +Section: Apps/Programming + +Format: HTML +Files: /usr/share/doc/gstreamer0.10-doc/faq/html/*.html +Index: /usr/share/doc/gstreamer0.10-doc/faq/html/index.html --- gstreamer0.10-0.10.11.orig/debian/README.Debian +++ gstreamer0.10-0.10.11/debian/README.Debian @@ -0,0 +1,16 @@ +GStreamer for Debian +---------------------- +This package contains the GStreamer distribution. + +More information can be found at http://gstreamer.net/ + +GStreamer core is split into the following packages: + + libgstreamer# core libraries, plugins, and utilities + libgstreamer#-dev development libs and headers + gstreamerVER-doc documentation + gstreamerVER-tools useful tools + +Where VER is the major and minor version of the libarary. + +David I. Lehn Thu, 01 May 2003 19:30:35 -0400 --- gstreamer0.10-0.10.11.orig/debian/changelog +++ gstreamer0.10-0.10.11/debian/changelog @@ -0,0 +1,1115 @@ +gstreamer0.10 (0.10.11-0ubuntu1) feisty; urgency=low + + * Sync with pkg-gstreamer SVN + + debian/rules: + - Use Ubuntu as distribution name and point to the correct Launchpad URL + + debian/patches/80_ia32-hack.patch: + - Set the plugin dir to /usr/lib32/gstreamer-0.10, when running the + i386 binaries on amd64. + + -- Sebastian Dröge Wed, 6 Dec 2006 22:09:43 +0100 + +gstreamer0.10 (0.10.11-1) experimental; urgency=low + + * New upstream release, "Love never runs on time" + + -- Sebastian Dröge Wed, 6 Dec 2006 22:04:02 +0100 + +gstreamer0.10 (0.10.10.3-1) UNRELEASED; urgency=low + + * New upstream release + * debian/patches/10_assertion-failure-on-signal-full-when-empty.patch: + + Dropped, merged upstream + * debian/patches/70_relibtoolize.patch: + + Dropped, upstream uses Debian's libtool + + -- Sebastian Dröge Wed, 6 Dec 2006 14:16:02 +0100 + +gstreamer0.10 (0.10.10-3) UNRELEASED; urgency=low + + * Rename 10_dont-leak-buffer-on-emptied-queue to + 10_assertion-failure-on-signal-full-when-empty, what the patch fixes is + really an assertion failure which happens when the queue is empty at the + moment where the "queue full" signal is processed. + + -- Loic Minier Fri, 13 Oct 2006 12:32:39 +0200 + +gstreamer0.10 (0.10.10-2) unstable; urgency=low + + * New patch, 10_dont-leak-buffer-on-emptied-queue, to avoid leaking a buffer + when a queue is emptied while sending out a signal. + + -- Loic Minier Fri, 13 Oct 2006 11:04:59 +0200 + +gstreamer0.10 (0.10.10-1) unstable; urgency=low + + [ Sebastian Dröge ] + * New upstream release, "Pais", some additional API + * debian/patches/70_relibtoolize.patch: + + updated for new upstream version + + [ Loic Minier ] + * Drop the versionned Recommends which will break with binNMUs. + * Fix duplicate dependencies. + + -- Loic Minier Fri, 15 Sep 2006 15:05:55 +0200 + +gstreamer0.10 (0.10.9-2) unstable; urgency=low + + [ Loic Minier ] + * Update control. + + [ Sebastian Dröge ] + * debian/rules, + debian/control.in: + + Add a -dbg package for libgstreamer0.10-0 and add me to Uploaders + * debian/compat, + debian/control.in: + + Bump debhelper compat level to 5 + + [ Loic Minier ] + * Build-depend on python-twisted-core instead of python-twisted, thanks + Matthias Klose. (Closes: #385428) + * Don't build the doc on arm and m68k. It's painfully long, and -- at least + on arm -- it segfaults; this is to lower the impact of #383147. + + -- Loic Minier Thu, 31 Aug 2006 11:48:25 +0200 + +gstreamer0.10 (0.10.9-1) unstable; urgency=low + + * Clean up Build-Depends-Indep of packages already referenced in + Build-Depends. + * New upstream release, "On the road again", no API changes. + - Drop 10_no-registry-file-fallback patch, merged upstream. + - Update 70_relibtoolize patch. + + -- Loic Minier Fri, 14 Jul 2006 23:14:30 +0200 + +gstreamer0.10 (0.10.8-2) unstable; urgency=low + + * Update 70_relibtoolize to not ship config.guess and config.sub already + updated by CDBS. + * New patch, 10_no-registry-file-fallback.patch from upstream CVS to re-read + the registry when the forked child fails to write it for example because + the home dir isn't writable; see discussion in GNOME #344748. + + -- Loic Minier Tue, 13 Jun 2006 18:42:06 +0200 + +gstreamer0.10 (0.10.8-1) unstable; urgency=low + + * New upstream releases with API additions, "Soepeke, ik zie ou nog altijd + nie". + - New patch, 70_relibtoolize, ditto. + - Drop 10_accept-empty-strings-in-registry patch, included upstream. + + -- Loic Minier Sun, 11 Jun 2006 14:38:05 +0200 + +gstreamer0.10 (0.10.6-2) unstable; urgency=low + + * Bump up Standards-Version to 3.7.2. + [debian/control, debian/control.in] + * New patch from upstream to let the registry handle empty strings, + especially important because of a bug in a m4 macro which lets the name of + official GStreamer packages empty if you use --with-package-name as is the + case in Debian. + [debian/patches/10_accept-empty-strings-in-registry.patch] + * Export OIL_CPU_FLAGS=0 for commands launched during the build process as + it can cause build failures on buildds with specific hardware at build + time. + [debian/rules] + + -- Loic Minier Wed, 17 May 2006 18:49:42 +0200 + +gstreamer0.10 (0.10.6-1) unstable; urgency=low + + * New upstream release, "Take the cannoli", with API additions. + - Bump up inter-dependencies to 0.10.6. + [debian/control] + - Bump up libglib2.0-dev build-dep to >= 2.8. + [debian/control, debian/control.in] + - Drop relibtoolizing patch as this release was libtoolized under Debian + or a derivative. + [debian/patches/70_relibtoolize.patch] + + -- Loic Minier Sun, 14 May 2006 21:36:26 +0200 + +gstreamer0.10 (0.10.5-1) unstable; urgency=low + + * New upstream release, "Fogo". + - Force debian/control rebuild, a debian/changelog Makefile dep wouldn't + be wise. + [debian/control] + + -- Loic Minier Sat, 29 Apr 2006 12:04:39 +0200 + +gstreamer0.10 (0.10.4.2-1) unstable; urgency=low + + * New upstream pre-release, with API additions. + - Drop patch for the check libraries in pkg-config files (merged + upstream). + [debian/patches/11_libcheck-pkgconfig-force-pic.patch] + - Relibtoolize. + [debian/patches/70_relibtoolize.patch] + - Drop all references to the gst-md5sum utility (removed upstream). + [debian/gstreamer-tools-abi.install, debian/gstreamer-tools.install, + debian/gstreamer-tools-abi.manpages] + + -- Loic Minier Mon, 17 Apr 2006 23:19:50 +0200 + +gstreamer0.10 (0.10.4-1) unstable; urgency=low + + * New upstream release, "Light". + + -- Loic Minier Sat, 11 Mar 2006 09:55:26 +0100 + +gstreamer0.10 (0.10.3.2-1) unstable; urgency=low + + * New upstream pre-release, with API additions. + - Backward incompatible change: removes support for quoted strings and + mimetypes when writing filtered caps. + - Drop patch for force linking against the PIC version of libcheck since + upstream implemented a better fix. + [debian/patches/10_libcheck-macro-force-pic.patch] + - Relibtoolize. + [debian/patches/70_relibtoolize.patch] + * Use upstream descriptions for packages descriptions. + [debian/control, debian/control.in] + + -- Loic Minier Fri, 10 Mar 2006 10:43:57 +0100 + +gstreamer0.10 (0.10.3-1) unstable; urgency=low + + * New upstream release, "Like a virgin". + + -- Loic Minier Wed, 8 Feb 2006 20:49:29 +0100 + +gstreamer0.10 (0.10.2.3-1) unstable; urgency=low + + * New upstream pre-release. + + -- Loic Minier Wed, 8 Feb 2006 17:13:14 +0100 + +gstreamer0.10 (0.10.2.2-1) unstable; urgency=low + + * New upstream pre-release. + - Relibtoolize. + [debian/patches/70_relibtoolize.patch] + + -- Loic Minier Wed, 8 Feb 2006 16:08:38 +0100 + +gstreamer0.10 (0.10.2-1) unstable; urgency=low + + * New upstream release, "If man is 5". + + -- Loic Minier Mon, 16 Jan 2006 21:42:56 +0100 + +gstreamer0.10 (0.10.1-2) unstable; urgency=low + + * Drop unneeded passivetex and xmltex from the build-deps, thanks Frank + Küster; this is urgent since xmltex is RC-buggy. (Closes: #348214) + [debian/control, debian/control.in] + + -- Loic Minier Sun, 15 Jan 2006 19:40:59 +0100 + +gstreamer0.10 (0.10.1-1) unstable; urgency=low + + * Suggest gstreamer0.10-plugins-base instead of misc. (Closes: #345118) + [debian/control, debian/control.in] + * Add Sebastien Bacher to Uploaders. + [debian/control, debian/control.in] + * Replace occurrences of GST_PREFIX in GST_PKGNAME since they hold the same + value and GST_PREFIX isn't used in the other source packages. + [debian/control.in, debian/gstreamer-doc.install, + debian/gstreamer-doc.links, debian/gstreamer-doc.lintian, debian/rules] + * New upstream release. + * Force linking against libcheck_pic instead of libcheck. Warning: to use + this patch you need to relibtoolize afterwards or patch configure too. + [debian/patches/10_libcheck-macro-force-pic.patch] + * Advertise this in pkgconfig files. + [debian/patches/11_libcheck-pkgconfig-force-pic.patch] + * Relibtoolize. + [debian/patches/70_relibtoolize.patch] + * Move check to arch-dependent build-deps and version to >= 0.9.3-2 to get a + PIC version of the static lib. + [debian/control, debian/control.in] + + -- Loic Minier Tue, 3 Jan 2006 22:28:37 +0100 + +gstreamer0.10 (0.10.0-1) unstable; urgency=medium + + [ Sebastien Bacher ] + * New upstream version. + * Changes for gstreamer0.10: + - Rename 0.8 packages to 0.10. [debian/rules] + - Build-Depends on check, python-twisted, python-xml [debian/control.in] + - Bump shlibs deps for 0.10. [debian/rules] + - Create a cache directory [debian/libgstreamer.dirs, debian/rules] + - Don't use alternatives [debian/gstreamer-tools-abi.postinst,. + debian/gstreamer-tools-abi.prerm] + - Drop references to deprecated tools [debian/gstreamer-tools-abi.install,. + debian/gstreamer-tools-abi.manpages,debian/gstreamer-tools-abi.postinst,. + debian/gstreamer-tools-abi.prerm, debian/libgstreamer.install,. + debian/libgstreamer.manpages, debian/libgstreamer.postinst, debian/rules] + - New gstreamer-tools (unversionned binaries) package + [debian/control.in, debian/gstreamer-tools.install, debian/rules]. + - Remove transition code. [debian/libgstreamer.preinst] + - Rename documentation lists. [debian/gstreamer0.8-doc.doc-base.core-ref, + debian/gstreamer0.8-doc.doc-base.faq, + debian/gstreamer0.8-doc.doc-base.libs-ref, + debian/gstreamer0.8-doc.doc-base.manual, + debian/gstreamer0.8-doc.doc-base.pwg] + - Updated descriptions [debian/control.in] + - Updated lists of files. [debian/libgstreamer.install + debian/gstreamer-tools-abi.install debian/libgstreamer-dev.install] + - Updated options for the documentation build [debian/rules] + - Updated the TODO list [debian/TODO] + * debian/patches/64_sparc-gcc4-build-fix.patch, + debian/patches/doc-build.patch: + - fixed with the new version. + + [ Loic Minier ] + * Merge changes from Sebastien Bacher, thanks! + * Update upstream URL to http://gstreamer.freedesktop.org/. + [debian/control, debian/control.in, debian/copyright] + * Minor cleanups. + [debian/rules] + * Let gstreamer-tools conflict with gstreamer0.8-tools << 0.8.11-2 which + shipped the gst-* command line tools as symlinks. + [debian/control, debian/control.in] + * Add gst-xmlinspect to man pages. + [debian/gstreamer-tools-abi.manpages] + + -- Loic Minier Sun, 11 Dec 2005 20:57:56 +0100 + +gstreamer0.8 (0.8.11-2) unstable; urgency=low + + [ Sebastien Bacher ] + * Clean the alternatives, we use real files now + [debian/gstreamer-tools.postinst, debian/gstreamer-tools.preinst, + debian/gstreamer-tools.prerm] + + [ Loic Minier ] + * Merge the work of Sebastien Bacher (above), thanks! + * Completely drop the now obsolete prerm and postinst scripts. + [debian/gstreamer-tools.postinst, debian/gstreamer-tools.preinst, + debian/rules] + * With this upload, you will loose the gst-* commands such as gst-launch, + only the versionned version will remain, the unversionned tools will be + built and shipped from the 0.10 series sources. + + -- Loic Minier Sun, 11 Dec 2005 18:55:40 +0100 + +gstreamer0.8 (0.8.11-1) unstable; urgency=low + + * New upstream release, "No Fun". + - Bump libxml2-dev build-dep to 2.6.0. + * Update FSF address. [debian/copyright] + * Fix FTBFS with GCC 4 in a code path only built by sparc (but unused). + (Closes: #319147) [debian/patches/64_sparc-gcc4-build-fix.patch] + * Bump shlibs. + + -- Loic Minier Sun, 4 Sep 2005 22:20:20 +0200 + +gstreamer0.8 (0.8.10-2) unstable; urgency=low + + * Loic Minier: + * Install alternatives for the gst-* binaries with a priority + corresponding to the GStreamer ABI. (Closes: #265223) [debian/rules, + debian/gstreamer-tools.prerm, debian/gstreamer-tools.postinst] + * Call gst-register and gst-compprep with GST_REGISTRY in their + environment to override the default behavior of writing to + /root/.gstreamer-0.8, waiting for an upstream fix. (Closes: #301190) + [debian/libgstreamer.postinst, debian/TODO.Debian] + * Remove /var/lib/gstreamer if empty. + [debian/libgstreamer.postrm] + * Remove left over /root/.gstreamer-0.8 tree if it hasn't been modified. + [debian/libgstreamer.preinst, debian/rules] + * Add a versioned dependency with >= current-upstream-version to all + current shlibs inter-dependencies to ensure consistency of symbols to + avoid things such as #315556. + [debian/control, debian/control.in, debian/rules] + * Set Maintainer to group. [debian/control, debian/control.in] + * Bump Standards-Version to 3.6.2, no change needed. + [debian/control, debian/control.in] + * Add a TODO list for the Debian package. [debian/TODO.Debian] + + -- Loic Minier Mon, 27 Jun 2005 16:21:55 +0200 + +gstreamer0.8 (0.8.10-1) unstable; urgency=low + + * Loic Minier: + * New upstream release "No Fun". (Closes: #312355) + - Don't drop buffers on interrupt, fixes reported problems on MP3 + playback. (Closes: #303139) + - Fix a typo in the gst-launch manual page where "--silent" was used + instead of "--verbose". (Closes: #292267) + - Bump shlibs to current version since new elements were added. + [debian/rules] + - Drop CPUID instruction detection patch, upstream used a SIGILL handler + instead. [debian/patches/cpuid.patch] + * Add myself as uploader. + + -- Loic Minier Tue, 14 Jun 2005 21:49:55 +0200 + +gstreamer0.8 (0.8.9-2) unstable; urgency=low + + * debian/patches/cpuid.patch: + * Patch from upstream to check for cpuid support (Closes: #289362) + * debian/watch: + * Watch for gstreamer not gst-plugins + + -- David I. Lehn Wed, 16 Mar 2005 01:17:29 -0500 + +gstreamer0.8 (0.8.9-1) unstable; urgency=low + + * New upstream + * debian/rules: + * Bump shlibs to current version + * debian/patches/doc-build.patch: + * Update and refer to bug #286160 + * debian/watch: + * Add + * debian/gstreamer0.8-doc.doc-base.* + * Register docs with doc-base (Closes: #293871) + + -- David I. Lehn Wed, 9 Feb 2005 10:24:16 -0500 + +gstreamer0.8 (0.8.8-1) unstable; urgency=low + + * New upstream + * Fixes Ogg stream bug (Closes: #273086) + * Fixes mp3 infinite loop (Closes: #277650) + * debian/rules: + * Bump shlibs to current version + * debian/rules: + * Distribute NEWS (Closes: #275717) + * Should fix Rhythmbox image and cpu problems + (Closes: #277146, #278661, #278663, #278656, #281426, #284507, #288102) + + -- David I. Lehn Fri, 7 Jan 2005 01:44:26 -0500 + +gstreamer0.8 (0.8.7-1) unstable; urgency=low + + * New upstream + * debian/rules: + * Bump shlibs to current version + + -- David I. Lehn Wed, 6 Oct 2004 14:25:15 -0400 + +gstreamer0.8 (0.8.6-1) unstable; urgency=low + + * New upstream + * debian/rules: + * Bump shlibs to current version + * Use debian/control:: vs debian/control: to work with recent CDBS changes + * Use CDBS simple-patchsys + * docs/pwg/advanced-types.xml: + * Remove patch + * debian/patches/doc-build.patch: + * Add goofy doc patch + + -- David I. Lehn Tue, 5 Oct 2004 13:15:06 -0400 + +gstreamer0.8 (0.8.5-1) unstable; urgency=low + + * New upstream + * debian/rules: + * Bump shlibs to current version + + -- David I. Lehn Tue, 17 Aug 2004 23:06:54 -0400 + +gstreamer0.8 (0.8.4-1) unstable; urgency=low + + * New upstream + * debian/rules: + * Bump shlibs version + * gst/queue.h: + * Fix GstQueue binary compatibility (patch from upstream CVS) + * libs/gst/control/Makefile.{am,in}: + * Link libgstcontrol to libgstreamer (patch from upstream CVS) + (Closes: #262019) + + -- David I. Lehn Thu, 29 Jul 2004 15:07:20 -0400 + +gstreamer0.8 (0.8.3-3) unstable; urgency=low + + * debian/rules: + * Typo, s/DEB_MAKESHLIBS_ARGS_/DEB_DH_MAKESHLIBS_ARGS_/, broke versioned + shlibs + + -- David I. Lehn Wed, 30 Jun 2004 17:11:13 -0400 + +gstreamer0.8 (0.8.3-2) unstable; urgency=medium + + * debian/libgstreamer.install, debian/libgstreamer-dev.install: + * Include dataprotocol library and development files + * debian/rules: + * Bump shlibs dep to 0.8.3-2 due to dataprotocol + + -- David I. Lehn Wed, 23 Jun 2004 17:49:23 -0400 + +gstreamer0.8 (0.8.3-1) unstable; urgency=low + + * New upstream + + -- David I. Lehn Sat, 12 Jun 2004 00:05:23 -0400 + +gstreamer0.8 (0.8.2-1) unstable; urgency=low + + * New upstream + + -- David I. Lehn Sat, 12 Jun 2004 00:01:21 -0400 + +gstreamer0.8 (0.8.1-2) unstable; urgency=low + + * debain/rules: + * Convert to use CDBS + * Fixes rpath and .la libdir problems from previous builds + * Always builds the docs even on -arch builds, sorry + * debian/compat: + * Bump to 4 + * debian/control.in: + * Update Standards-Version to 3.6.1 due to CDBS use + * Add CDBS and newer debhelper dependencies + * debian/*: + * Adjust install paths to work with CDBS + + -- David I. Lehn Sun, 18 Apr 2004 22:21:30 -0400 + +gstreamer0.8 (0.8.1-1) unstable; urgency=low + + * New upstream + * New schedulers: + * debian/libgstreamer.install: + * Add libgstentrygthreadscheduler.so + * Add libgstentryomegascheduler.so + * docs/gst/Makefile.{in,am}: + * Patch from CVS to fix docs build + + -- David I. Lehn Sat, 17 Apr 2004 19:47:18 -0400 + +gstreamer0.8 (0.8.0-2) unstable; urgency=low + + * Bump to -2 to ease upgrades for early -1 testers + * gstreamer-tools.links: + * Link gst-xmlinspect manpage to gst-inspect + + -- David I. Lehn Fri, 16 Apr 2004 00:52:46 -0400 + +gstreamer0.8 (0.8.0-1) unstable; urgency=low + + * New upstream (Closes: #239114) + * Branch 0.7.x to 0.8.x + * debian/control.in: + * Version all packages as 0.8 series + * debian/rules: + * Update to 0.8 + * Build 0.8 series package control files + * Remove older hacks fixed upstream + * debian/*: + * Reorg many control files for 0.8 versioning + * s/--gst-mask=0/--gst-debug-level=0/ + * Remove "VERSION" from input package file names + * debian/libgstreamer[-dev].install: + * Plugins removed upstream: gsttypes, gststaticautoplug*, + gstautoplugcache, gstautoplugger, gstputbits, gststaticautoplug, + gststaticautoplugrender, gsttypes + * Add locale files + * debian/gstreamer-tools.install: + * Add gst-xmlinspect-* + * Upstream installs versioned manpages (Closes: #199444) + + -- David I. Lehn Wed, 14 Apr 2004 16:08:50 -0400 + +gstreamer0.7 (0.7.6-1) unstable; urgency=low + + * New upstream + * debian/control.in: + * Build-Depends-Indep: add netpbm so ps and pdf docs build + + -- David I. Lehn Fri, 12 Mar 2004 18:30:54 -0500 + +gstreamer0.7 (0.7.5-1) unstable; urgency=low + + * New upstream + + -- David I. Lehn Thu, 11 Mar 2004 23:30:32 -0500 + +gstreamer0.7 (0.7.4-1) unstable; urgency=low + + * New upstream + + -- David I. Lehn Thu, 11 Mar 2004 23:11:58 -0500 + +gstreamer0.7 (0.7.3-1) unstable; urgency=low + + * New upstream + + -- David I. Lehn Thu, 11 Mar 2004 05:54:52 -0500 + +gstreamer0.7 (0.7.1-1) unstable; urgency=low + + * New upstream + * Branch 0.6.x to 0.7.x + * debian/rules: + * Update to 0.7 + + -- David I. Lehn Thu, 11 Mar 2004 04:58:40 -0500 + +gstreamer (0.6.4-1) unstable; urgency=low + + * New upstream (Closes: #217880) + * Add xmlto, xmltex, and passivetex dependencies for doc creation + * debian/rules: adjust for new doc locations + * docs/{manual,pwg,faq}/Makefile.in: temporary hack to disable ps/pdf + generation + + -- David I. Lehn Fri, 31 Oct 2003 14:08:46 -0500 + +gstreamer (0.6.3-1) unstable; urgency=low + + * New upstream + * configure, configure.ac: + * disable -Werror + * gst/gstplugin.c: CVS patch to fix type punning + + -- David I. Lehn Sat, 30 Aug 2003 23:20:43 -0400 + +gstreamer (0.6.2-2) unstable; urgency=low + + * m68k patch by Matthias Urlichs (forwarded from Rick + Younie ) (Closes: #172269) + + -- David I. Lehn Tue, 12 Aug 2003 13:24:12 -0400 + +gstreamer (0.6.2-1) unstable; urgency=low + + * New upstream + * debian/gstreamer-tools.install/manpages: add gst-typefind + * docs/gst/: change www.oasis-open.org dtd to local dtd + * docs/libs/: use some code from cdbs to change dtd in gtk-doc tools output + to local dtd + + -- David I. Lehn Wed, 11 Jun 2003 10:36:17 -0400 + +gstreamer (0.6.1-2) unstable; urgency=low + + * (unreleased) + * Merge packages: + * Simplify for users, developers, and maintainers. + * Current number of packages is confusing. + * Users/developers need to install all the packages anyway due to tight + (circular) dependencies. + * The libraries and plugins are all versioned - no need (currently) for a + "-common" type package. + * Progress towards capability for parallel GStreamer installs (more work + needed). + * Decision long ago to make very modular has turned out to be complex and + is not utilized by any current applications. + * Merge changes: + * Add -core, -core-libs, -runtime files to libgstreamer0.6-0 + * Add -core-libs-dev files to libgstreaer0.6-dev + * Version gst-{register,compprep} (and manpages) as + gst-{register,compprep}-0.6 + * Many other supporting debian/ adjustments + * Remove DISPLAY unset hacks from postinst/postrm scripts and fix non-X + installs with 0.6.2 CVS xvideosink patch in gst-plugins. + (Closes: #192693, #195342, #169100, #195113, #194975) + * docs/devhelp/Makefile.*: stop regeneration of devhelp files during install + * gst/elements/gstmd5sink.c: make md5_* functions static to avoid symbol + conflicts with libdvdnav 0.1.9 + * Fix gstreamer-doc Recommends: to use versioned -dev package + + -- David I. Lehn Thu, 5 Jun 2003 19:11:39 -0400 + +gstreamer (0.6.1-1) unstable; urgency=low + + * New upstream + * Change maintainer address to @debian.org + * Added gst-element-check.m4 to -dev package (Closes: Bug#187456) + * debian/control.in: + * gstreamer-tools: gst-feedback depends on pkg-config (Closes: Bug#180076) + * libgstreamer0.6-dev depends on libxml2-dev (Closes: Bug#190103) + * gstreamer-runtime depends on gstreamer-core. Sigh. Didn't want to do + this but looks like no other option. (Closes: Bug#181502, Bug#181745, + Bug#185817) + * gst/gstatomic_impl.h: disable mips asm in favor of generic implementation + (sparc disabled upstream) (Closes: Bug#186440) + * Upstream now linking libraries properly (Closes: Bug#187360) + * Patch from 0.6.1+ to add back _get_props_entry_type + * Unset DISPLAY before running gst-register/gst-compprep + + -- David I. Lehn Sat, 3 May 2003 16:52:53 -0400 + +gstreamer (0.6.0-1) unstable; urgency=low + + * New upstream + * Upstream manpage updates (Closes: Bug#179190) + + -- David I. Lehn Sat, 1 Feb 2003 21:32:17 -0500 + +gstreamer (0.5.2.3-1) unstable; urgency=low + + * New upstream + + -- David I. Lehn Thu, 30 Jan 2003 23:26:10 -0500 + +gstreamer (0.5.2.2-1) unstable; urgency=low + + * New upstream + * pre-release for API frozen 0.6.x series + * Slight pacakge refactoring so a possible future parallel dev series is + slightly less painful + * Update libgstreamer-dev to libgstreamer0.6-dev + * Update libgstreamer0.5.2 to libgstreamer0.6-0 + * debian/libgstreamer0.6-dev.install: + * explicitly mention gstreamer-[0-9]*.pc + * debian/gstreamer-core-libs-dev.install: + * add gstreamer-control-*.pc + + -- David I. Lehn Wed, 29 Jan 2003 13:42:01 -0500 + +gstreamer (0.5.2-1) unstable; urgency=low + + * New upstream + * Update libgstreamer0.5.1 to libgstreamer0.5.2 + * Upstream fixes Python requirement when not building docs + (Closes: Bug#178114) + + -- David I. Lehn Thu, 23 Jan 2003 20:15:24 -0500 + +gstreamer (0.5.1-1) unstable; urgency=low + + * New upstream (Closes: Bug#176474) + * Update libgstreamer0.5.0 to libgstreamer0.5.1 + * Tighten gstreamer-core-libs shlibs (Closes: Bug#174363) + + -- David I. Lehn Thu, 16 Jan 2003 18:46:41 -0500 + +gstreamer (0.5.0-1) unstable; urgency=low + + * New upstream + * Make core Architecture: any: It's almost true, or might be now, or will + be soon and autobuilders are ignoring that field anyway. + * Generated files moved from /etc/gstreamer to /var/lib/gstreamer/0.5/ + * Update libgstreamer0.4.2 to libgstreamer0.5.0 + * Hack gst/autoplug/gstautoplugger.c to not use the non-existant + "caps_changed" signal + + -- David I. Lehn Thu, 19 Dec 2002 20:43:26 -0500 + +gstreamer (0.4.2-2) unstable; urgency=low + + * Update gtk-doc.m4 with CVS patch to handle multidigit version check + * Add S/390 support patch (Closes: Bug#171473) + * Update config.{guess,sub} + + -- David I. Lehn Tue, 3 Dec 2002 22:22:22 -0500 + +gstreamer (0.4.2-1) unstable; urgency=low + + * New upstream (Closes: Bug#167479) + * Update libgstreamer0.4.1 to libgstreamer0.4.2 + * libgstreamer0.4.2 conflicts with 0.4.0, 0.4.1 + * Upstream needs more work to properly support parallel lib installs + * Tighten dependencies + * Upstream ABI/API changes require this for any hope of smooth upgrades at + the moment + * Move gstreamer-runtime to Section: utils from libs + * Move gstreamer-tools to Section: utils from x11 + * Doc fixes: (Closes: Bug#165279) + * Call xsltproc with --nonet + * Refer xsl:import urls to local docbook-xsl package xsl files + * Refer www.oasis-open.org dtds to local docbook-xml package dtd files + * Add docbook-xml and docbook-xsl to Build-Depends-Indep + + -- David I. Lehn Wed, 6 Nov 2002 20:32:46 -0500 + +gstreamer (0.4.1-3) unstable; urgency=low + + * Fix formatting of Architecture: list to fix alpha and sparc builds + + -- David I. Lehn Tue, 15 Oct 2002 22:08:54 -0400 + +gstreamer (0.4.1-2) unstable; urgency=low + + * Update debian/rules to not fail on binary-arch only builds (configure was + unconditionally run with --enable-docs-build which caused it to fail when + Build-Depends-Indep packages were not installed) + (Closes: Bug#164589, Bug#164698) + * Fix version check in common/m4/as-python.m4 to use sys.version_info + + -- David I. Lehn Mon, 14 Oct 2002 20:00:29 -0400 + +gstreamer (0.4.1-1) unstable; urgency=low + + * New upstream + * Update libgstreamer0.4.0 to libgstreamer0.4.1 + * gstreamer-tools.files/manpages: add gst-md5sum + * Use xsltproc 1.0.21 to fix doc image problems + * Add patch from CVS to fix GST_TYPE_CAPS/PROPS macro typos + * Build libgstcontrol as a lib not a plugin module + * Update config.{guess,sub} + + -- David I. Lehn Mon, 7 Oct 2002 20:36:28 -0400 + +gstreamer (0.4.0.2-cvs20020919-1) unstable; urgency=low + + * CVS snapshot, release branch + * gstreamer-core.files: change to libgst*scheduler, since the + scheduler names have changed. + * gstreamer-core-libs.files: libgstcontrol.so moved + * add debian/control.in, and create debian/control rule in debian/rules + to change the version number automatically + + -- David Schleef Thu, 19 Sep 2002 15:07:36 -0700 + +gstreamer (0.4.0-2) unstable; urgency=low + + * Remove libtool hack + * Dependency change from libc6-dev to libc6-dev | libc-dev + + -- David I. Lehn Fri, 23 Aug 2002 12:26:10 -0400 + +gstreamer (0.4.0-1) unstable; urgency=low + + * New upstream + * Update library package: libgstreamer0.3.4 -> libgstreamer0.4.0 + * Add automake Python support to find python binary to run devhelp doc + helper script. This touches -every- Makefile.in and since the package + diff will already be large just use automake 1.6 instead of 1.5 as used + upstream. Sorry. + * Update config.{guess,sub} + * Temporarily comment out figures from manual so it builds + * Apply CVS patch for s/%/%/ in XML docs + * Added devhelp support + * Added gst-feedback to gstreamer-tools + * Break stuff: blindly reanme gstreamer-lib-core{-dev} to + gstreamer-core-libs{-dev}. Hard to chose naming as these are half-plugins + and half-linkable libs. Picking a scheme that also works with + gstreamer-plugins-* packages. Still looking for a better solution... + + -- David I. Lehn Tue, 16 Jul 2002 02:20:40 -0400 + +gstreamer (0.3.4-1) unstable; urgency=low + + * New upstream + * libgstreamer0.3.3 -> libgstreamer0.3.4 + * Conflict and Replace libgstreamer0.3.3 so upgrades work + This shouldn't be required because plugins know what version they were + compiled with. Apparently this doesn't yet work properly. + * Add bison and flex to Build-Depends + * Add libgstfastscheduler.so to -core + + -- David I. Lehn Mon, 15 Apr 2002 01:13:00 -0400 + +gstreamer (0.3.3-3) unstable; urgency=low + + * Add libgstreamer-dev dependencies on libpopt-dev and libglib2.0-dev + * CVS fix for GstElement NEW_PAD and PAD_REMOVED g_signal_new parameters + + -- David I. Lehn Fri, 29 Mar 2002 03:04:22 -0500 + +gstreamer (0.3.3-2) unstable; urgency=low + + * Depend on and rebuld for glib 2.0 + * Remove libgtk from Build-Depends + * Move gs from Build-Depends to Build-Depends-Indep + * Added lintian overrides for base.css zero length files + + -- David I. Lehn Fri, 22 Mar 2002 19:29:24 -0500 + +gstreamer (0.3.3-1) unstable; urgency=low + + * New upstream + * Renamed libgstX to libgstreamerX.Y.Z + will move to better versioning once upstream starts interface versioning + * Renamed libgst-dev to libgstreamer-dev + * Patch to build plugins as only .so + * Added libstandardscheduler.so to -core + * Guessing that mips support handles mipsel too + * From David Schleef : + * Add popt, gs to Build-Depends: + * #include compile fix + + -- David I. Lehn Thu, 21 Mar 2002 01:42:18 -0500 + +gstreamer (0.3.2-2) unstable; urgency=low + + * Rebuild for glib/gtk 1.3.15 + + -- David I. Lehn Sun, 24 Feb 2002 23:48:33 -0500 + +gstreamer (0.3.2-1) unstable; urgency=low + + * The "I should have started using cvs-buildpacakge long ago" release + * New upstream release + * Once again stripped CVS dirs from upstream tarball + * Add spider autoplugger + * Added gst-xmllaunch and man page to -tools + * Despite my complaints, upstream is using new lib versioning + until they decide API is "stable" enough to provide support. + At that point proper versioning will happen. + This release lib change: + libgst.so.2.0.0 -> libgst-0.3.2.so.0.0.0 + This release lib package change: + libgst2 -> libgst3 + Hopefully this is mostly transparent. + + Due to a conflict with GNU Smalltalk the next upstream release + will be renaming some "gst" to "gstreamer". This will change + the lib to libgstreamer*. Some header locations will change too + so prepare for broken code. + + Plan for next upstream release is to rename packages: + libgst3 -> libgstreamer0 + libgst-dev -> libgstreamer-dev + * Plugins now unversioned upstream: + * Just .so, no more .so.x.y.z + * Drop .la and .a + * Fixup a few + * Wait and see if anyone even notices... + * Add back some docs that escaped via the diff + * Fixup some more doc cruft in the diff + + -- David I. Lehn Thu, 14 Feb 2002 02:20:48 -0500 + +gstreamer (0.3.1-4) unstable; urgency=low + + * (Unreleased) + * find . -type d -name CVS -exec rm -rf {} \; + * Hack upstream tarball to exclude above CVS/ dirs + * Rebuild for conversion to cvs-buildpackage management + + -- David I. Lehn Wed, 13 Feb 2002 18:18:34 -0500 + +gstreamer (0.3.1-3) unstable; urgency=low + + * Rebuild for glib/gtk 1.3.13 + + -- David I. Lehn Wed, 6 Feb 2002 02:17:23 -0500 + +gstreamer (0.3.1-2) unstable; urgency=low + + * Upstream fix for proper libxml version in pkg-config + * Undo some of the auto docs/*/tmpl breakage + + -- David I. Lehn Wed, 23 Jan 2002 01:28:12 -0500 + +gstreamer (0.3.1-1) unstable; urgency=low + + * New upstream release + * Upstream broken into multiple packages + * Core plugins left in -core + * Core lib plugins moved to -core + * Other plugins now built from gst-plugins source pacakge + * libgst1 -> libgst2 + * Tool prefix renamed upstream: s/gstreamer/gst/ + * Moved gstreamer-guilaunch to gst-editor source package + * Removed gstreamer-config and .m4 in favor of pkg-config use + * Build for glib2 + * Change doc build system a bit + * Added -lib-core and -lib-core-dev packages for library plugins + + -- David I. Lehn Thu, 10 Jan 2002 23:09:34 -0500 + +gstreamer (0.3.0-3) unstable; urgency=low + + * Remove upstream ChangeLog from packages: 128k changelog.gz per + plugin package for 40 packages is too much + + -- David I. Lehn Tue, 25 Dec 2001 23:36:28 -0500 + +gstreamer (0.3.0-2) unstable; urgency=low + + * Fix bug that slipped into 0.3.0: s/aasink/xvideosink/ in + gstplay/gstplay.c + + -- David I. Lehn Tue, 25 Dec 2001 17:56:29 -0500 + +gstreamer (0.3.0-1) unstable; urgency=low + + * New upstream release + * Attempt to update various Build-Depends versions + * Added plugin packages: -a52dec, -dvd, -mikmod, -sid + * Renamed -elements to -core + * Added to -core: gstbasicscheduler + * Moved from -common to -core: gsttypes, autoplug related + * Renamed -common to -misc + * Added to -misc: speed, qcam, bytesteram, control, silence, sinesrc, + mpegstream, playondemand, resample + * Added gstreamer-guilaunch to gstreamer-tools package + * Added dependencies on unofficial LAME packages + * Use PIC libs for Xv + * Disable broken building of PDF/PS docs + * Renamed -all-plugins to -all + * Disable docs -- too hard to build + + -- David I. Lehn Fri, 21 Dec 2001 12:00:02 -0500 + +gstreamer (0.2.1-4) unstable; urgency=low + + * Fix some problems reported from lintian 1.20.14: + * copyright-lists-upstream-authors-like-dh_make + * debian-changelog-file-contains-user-emacs-settings + * Patch from CVS to link libgst into plugins + Plugins now properly depend on libgst package + * Use RedHat Gtk+-1.3 hack to fix relink issues with ltmain.sh + * Patch from CVS for xvideosink segfault when no DISPLAY set + * Remove builddir references from gstreamer-config.in + * Move libgstelements.la from libgst-dev to gstreamer-elements + + -- David I. Lehn Tue, 28 Aug 2001 20:05:28 -0400 + +gstreamer (0.2.1-3) unstable; urgency=low + + * Update build dependencies to FLAC 1.0 + * Enable debug features + * Fixup broken doc build -scan voodoo with link into .libs/ dir + + -- David I. Lehn Sun, 5 Aug 2001 23:04:28 -0400 + +gstreamer (0.2.1-2) unstable; urgency=low + + * Fix lib deps: run debhelper tools in the right order + * Added arts dir to Makefile.am SUBDIRS so it builds again + * Changed libmpeg2dec to libgstmpeg2dec to avoid naming issues + when using -lmpeg2dec + * Updated system_encode/ with CVS segfaulter bug fix + + -- David I. Lehn Thu, 19 Jul 2001 15:47:24 -0400 + +gstreamer (0.2.1-1) unstable; urgency=low + + * New upstream 0.2.1: "Return of the Sedi Master" + * New plugin packages: -festival, -flac, -avifile, -x + * New plugins in -common: chart, deinterlace, udp + * Added some post-0.2.1 fixes for FLAC, build system, ALSA + + -- David I. Lehn Thu, 28 Jun 2001 20:15:15 -0400 + +gstreamer (0.2.0-6) unstable; urgency=low + + * Move -compprep to -runtime and call it same places as -register + * Do -register and -compprep in postrm instead of prerm + * Make -arts plugin actually build all the source (sent upstream) + * Purge of -runtime removes /etc/gstreamer + + -- David I. Lehn Tue, 19 Jun 2001 13:09:32 -0400 + +gstreamer (0.2.0-5) unstable; urgency=low + + * Added element package dependencies to libgstmediaplay0 + + -- David I. Lehn Mon, 18 Jun 2001 11:18:53 -0400 + +gstreamer (0.2.0-4) unstable; urgency=low + + * Add --gst-mask=0 to -runtime.postinst + + -- David I. Lehn Fri, 15 Jun 2001 11:47:24 -0400 + +gstreamer (0.2.0-3) unstable; urgency=low + + * Fix the plugin control file symlink creation + * Add audiofile to Build-Depends + + -- David I. Lehn Fri, 15 Jun 2001 05:22:28 -0400 + +gstreamer (0.2.0-2) unstable; urgency=low + + * Fixed ALSA checks to not include -lasound in -every- link + * Update LAME plugin to use latest CVS API + * Removed OSS src/sink from -common.files (was in -oss too) + * Swapped -arts.files and -artsd.files contents + + -- David I. Lehn Fri, 15 Jun 2001 04:02:21 -0400 + +gstreamer (0.2.0-1) unstable; urgency=low + + * Added gstreamer-compprep manpage + * Upgrade to 0.2.0 + + -- David I. Lehn Thu, 7 Jun 2001 12:53:59 -0400 + +gstreamer (0.2.0-0.3) unstable; urgency=low + + * GStreamer 0.2.0-pre3 + + -- David I. Lehn Wed, 6 Jun 2001 15:09:59 -0400 + +gstreamer (0.2.0-0.2) unstable; urgency=low + + * GStreamer 0.2.0-pre2 + CVS 20010604 + * Added -artsd (vs -arts), -audiofile, -gnomevfs, -gsm, -jpeg, + -oss, and -sdl plugin packages + * Added osshelper lib to oss package + * Added more AVI related plugins and autoplug libs to -common + * Added pkgconfig file to libgst-dev + * Added gstreamer-all-plugins pseudo package that depends on + all other plugin pacakges + + -- David I. Lehn Mon, 4 Jun 2001 17:33:20 -0400 + +gstreamer (0.2.0-0.1) unstable; urgency=low + + * GStreamer 0.2.0-pre1 + + -- David I. Lehn Thu, 31 May 2001 17:16:23 -0400 + +gstreamer (0.1.1.20010504-1) unstable; urgency=low + + * Latest CVS code + + -- David I. Lehn Fri, 4 May 2001 21:48:45 -0400 + +gstreamer (0.1.1.20010430-2) unstable; urgency=low + + * Added -colorspace package for Hermes dependent conversion + * Added -arts package for aRts sink + + -- David I. Lehn Tue, 1 May 2001 19:46:08 -0400 + +gstreamer (0.1.1.20010430-1) unstable; urgency=low + + * Latest CVS code + * Added -aa package for aasink output + * Added -mad package for mad mp3 decoder + + -- David I. Lehn Mon, 30 Apr 2001 18:25:52 -0400 + +gstreamer (0.1.1.20010320-1) unstable; urgency=low + + * Latest CVS code + * enable main docs + * disable broken plugin docs with new option + + -- David I. Lehn Tue, 20 Mar 2001 18:15:19 -0500 + +gstreamer (0.1.1.20010315-1) unstable; urgency=low + + * Latest CVS code + * Added man pages + * Split mpeg2dec to seperate plugin + * libgst Architectures updated to cothread supported archs + + -- David I. Lehn Thu, 15 Mar 2001 20:17:19 -0500 + +gstreamer (0.1.1-1) unstable; urgency=low + + * New upstream release + * disable docs build, broken at the momemnt + + -- David I. Lehn Sun, 25 Feb 2001 17:58:25 -0500 + +gstreamer (0.1.0-2) unstable; urgency=low + + * debian/rules: call configure instead of autogen.sh + + -- David I. Lehn Sat, 24 Feb 2001 18:31:36 -0500 + +gstreamer (0.1.0-1) unstable; urgency=low + + * Initial Release. + + -- David I. Lehn Mon, 15 Jan 2001 18:25:18 -0500 --- gstreamer0.10-0.10.11.orig/debian/patches/80_ia32-hack.patch +++ gstreamer0.10-0.10.11/debian/patches/80_ia32-hack.patch @@ -0,0 +1,34 @@ +--- gst/gst.c.old 2006-12-06 22:11:06.529607769 +0100 ++++ gst/gst.c 2006-12-06 22:12:56.735888069 +0100 +@@ -110,6 +110,7 @@ + #ifdef HAVE_UNISTD_H + #include + #endif ++#include + + #include "gst-i18n-lib.h" + #include /* for LC_ALL */ +@@ -630,6 +631,8 @@ + * path, and the plugins installed in the user's home directory */ + plugin_path = g_getenv ("GST_PLUGIN_SYSTEM_PATH"); + if (plugin_path == NULL) { ++ struct utsname uts; ++ char *plugindir = PLUGINDIR; + char *home_plugins; + + GST_DEBUG ("GST_PLUGIN_SYSTEM_PATH not set"); +@@ -642,7 +645,13 @@ + g_free (home_plugins); + + /* add the main (installed) library path */ +- changed |= gst_registry_scan_path (default_registry, PLUGINDIR); ++#if defined(__linux__) && defined (__i386__) ++ uname(&uts); ++ if (!strcmp("x86_64", uts.machine) ++ && !access("/usr/lib32/gstreamer-0.10", R_OK|X_OK)) ++ plugindir = "/usr/lib32/gstreamer-0.10"; ++#endif ++ changed |= gst_registry_scan_path (default_registry, plugindir); + } else { + gchar **list; + gint i; --- gstreamer0.10-0.10.11.orig/debian/rules +++ gstreamer0.10-0.10.11/debian/rules @@ -0,0 +1,215 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk + +# debian package version +version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2) +# upstream version +gst_version=$(shell echo $(version) | cut -d '-' -f 1) +gst_major=0 +gst_minor=10 +gst_abi=$(gst_major).$(gst_minor) +gst_pkgname=gstreamer$(gst_abi) +gst_lib_prefix=libgstreamer$(gst_abi) +# gstreamer library package names +gst_lib=$(gst_lib_prefix)-0 +gst_lib_dev=$(gst_lib_prefix)-dev +# gstreamer shlibs +gst_shlibs_dep="$(gst_lib) (>= $(gst_version))" + +# debug package +DEB_DH_STRIP_ARGS := --dbg-package=$(gst_lib)-dbg + +# disable all CPU specific optimizations in commands launched by this Makefile +# using liboil; this is to work around liboil related build failures which +# are not specially interesting to catch on buildds as these might run very +# specific hardware +OIL_CPU_FLAGS=0 +export OIL_CPU_FLAGS + +PKGFILES=\ + debian/$(gst_lib).dirs \ + debian/$(gst_lib).install \ + debian/$(gst_lib).preinst \ + debian/$(gst_lib).postinst \ + debian/$(gst_lib).postrm \ + debian/$(gst_lib_dev).install \ + debian/$(gst_pkgname)-doc.install \ + debian/$(gst_pkgname)-doc.links \ + debian/$(gst_pkgname)-doc.lintian \ + debian/$(gst_pkgname)-tools.install \ + debian/$(gst_pkgname)-tools.links \ + debian/$(gst_pkgname)-tools.manpages + +debian/control:: debian/control.in debian/rules + rm -f $@ + cat $< | \ + sed 's/@GST_VERSION@/$(gst_version)/g' | \ + sed 's/@GST_PKGNAME@/$(gst_pkgname)/g' | \ + sed 's/@GST_ABI@/$(gst_abi)/g' | \ + sed 's/@GST_LIB_PREFIX@/$(gst_lib_prefix)/g' | \ + sed 's/@GST_LIB@/$(gst_lib)/g' | \ + sed 's/@GST_LIB_DEV@/$(gst_lib_dev)/g' \ + > $@ + +debian/$(gst_lib).dirs: debian/libgstreamer.dirs debian/rules + rm -f $@ + cat $< | \ + sed 's/@GST_ABI@/$(gst_abi)/g' | \ + sed 's/@GST_PKGNAME@/$(gst_pkgname)/g' | \ + sed 's/@GST_LIB_PREFIX@/$(gst_lib_prefix)/g' \ + > $@ + +debian/$(gst_lib).install: debian/libgstreamer.install debian/rules + rm -f $@ + cat $< | \ + sed 's/@GST_ABI@/$(gst_abi)/g' | \ + sed 's/@GST_PKGNAME@/$(gst_pkgname)/g' | \ + sed 's/@GST_LIB_PREFIX@/$(gst_lib_prefix)/g' \ + > $@ + +debian/$(gst_lib).preinst: debian/libgstreamer.preinst debian/rules + rm -f $@ + cat $< | \ + sed 's/@GST_ABI@/$(gst_abi)/g' | \ + sed 's/@GST_PKGNAME@/$(gst_pkgname)/g' | \ + sed 's/@GST_LIB_PREFIX@/$(gst_lib_prefix)/g' \ + > $@ + +debian/$(gst_lib).postinst: debian/libgstreamer.postinst debian/rules + rm -f $@ + cat $< | \ + sed 's/@GST_ABI@/$(gst_abi)/g' | \ + sed 's/@GST_PKGNAME@/$(gst_pkgname)/g' | \ + sed 's/@GST_LIB_PREFIX@/$(gst_lib_prefix)/g' \ + > $@ + +debian/$(gst_lib).postrm: debian/libgstreamer.postrm debian/rules + rm -f $@ + cat $< | \ + sed 's/@GST_ABI@/$(gst_abi)/g' | \ + sed 's/@GST_PKGNAME@/$(gst_pkgname)/g' | \ + sed 's/@GST_LIB_PREFIX@/$(gst_lib_prefix)/g' \ + > $@ + +debian/$(gst_lib_dev).install: debian/libgstreamer-dev.install debian/rules + rm -f $@ + cat $< | \ + sed 's/@GST_ABI@/$(gst_abi)/g' | \ + sed 's/@GST_PKGNAME@/$(gst_pkgname)/g' | \ + sed 's/@GST_LIB_PREFIX@/$(gst_lib_prefix)/g' \ + > $@ + +debian/$(gst_pkgname)-doc.install: debian/gstreamer-doc.install debian/rules + rm -f $@ + cat $< | \ + sed 's/@GST_ABI@/$(gst_abi)/g' | \ + sed 's/@GST_PKGNAME@/$(gst_pkgname)/g' | \ + sed 's/@GST_LIB_PREFIX@/$(gst_lib_prefix)/g' \ + > $@ + +debian/$(gst_pkgname)-doc.links: debian/gstreamer-doc.links debian/rules + rm -f $@ + cat $< | \ + sed 's/@GST_ABI@/$(gst_abi)/g' | \ + sed 's/@GST_PKGNAME@/$(gst_pkgname)/g' | \ + sed 's/@GST_LIB_PREFIX@/$(gst_lib_prefix)/g' \ + > $@ + +debian/$(gst_pkgname)-doc.lintian: debian/gstreamer-doc.lintian debian/rules + rm -f $@ + cat $< | \ + sed 's/@GST_ABI@/$(gst_abi)/g' | \ + sed 's/@GST_PKGNAME@/$(gst_pkgname)/g' | \ + sed 's/@GST_LIB_PREFIX@/$(gst_lib_prefix)/g' \ + > $@ + +debian/$(gst_pkgname)-tools.install: debian/gstreamer-tools-abi.install debian/rules + rm -f $@ + cat $< | \ + sed 's/@GST_ABI@/$(gst_abi)/g' | \ + sed 's/@GST_PKGNAME@/$(gst_pkgname)/g' | \ + sed 's/@GST_LIB_PREFIX@/$(gst_lib_prefix)/g' \ + > $@ + +debian/$(gst_pkgname)-tools.links: debian/gstreamer-tools-abi.links debian/rules + rm -f $@ + cat $< | \ + sed 's/@GST_ABI@/$(gst_abi)/g' | \ + sed 's/@GST_PKGNAME@/$(gst_pkgname)/g' | \ + sed 's/@GST_LIB_PREFIX@/$(gst_lib_prefix)/g' \ + > $@ + +debian/$(gst_pkgname)-tools.manpages: debian/gstreamer-tools-abi.manpages debian/rules + rm -f $@ + cat $< | \ + sed 's/@GST_ABI@/$(gst_abi)/g' | \ + sed 's/@GST_PKGNAME@/$(gst_pkgname)/g' | \ + sed 's/@GST_LIB_PREFIX@/$(gst_lib_prefix)/g' \ + > $@ + +maint: debian/control + +pre-build:: $(PKGFILES) + +clean:: + for f in $(PKGFILES); do \ + rm -f $$f; \ + done + -rm -f debian/shlibs.local + +common_conf_flags = \ + --with-cachedir=/var/lib/gstreamer/$(gst_abi) \ + --disable-plugin-builddir \ + --disable-tests \ + --disable-examples \ + --enable-DEBUG \ + --enable-debug \ + --with-package-name="GStreamer (Ubuntu)" \ + --with-package-origin="https://launchpad.net/distros/ubuntu/+source/gstreamer$(gst_abi)" +indep_conf_flags = \ + --with-html-dir=\$${prefix}/share/doc/$(gst_pkgname)-doc + +# only build the docs on arches which can +ifeq (,$(findstring $(DEB_HOST_ARCH),m68k arm)) +indep_conf_flags += --enable-gtk-doc --enable-docbook +endif + +# FIXME: should disable docs for arch only builds +DEB_CONFIGURE_EXTRA_FLAGS := $(common_conf_flags) $(indep_conf_flags) + +common-install-indep:: + # move around the doc dirs + mkdir -p debian/tmp/usr/share/doc/$(gst_pkgname)-doc + -cp -r debian/tmp/usr/share/doc/gstreamer-$(gst_abi)/pwg \ + debian/tmp/usr/share/doc/gstreamer-$(gst_abi)/manual \ + debian/tmp/usr/share/doc/gstreamer-$(gst_abi)/faq \ + debian/tmp/usr/share/doc/$(gst_pkgname)-doc + + # -doc lintian overrides + mkdir -p debian/$(gst_pkgname)-doc/usr/share/lintian/overrides/ + cp -a debian/$(gst_pkgname)-doc.lintian debian/$(gst_pkgname)-doc/usr/share/lintian/overrides/$(gst_pkgname)-doc + +DEB_DH_MAKESHLIBS_ARGS_$(gst_lib) += -V $(gst_shlibs_dep) +DEB_INSTALL_DOCS_ALL += debian/README.Debian NEWS +DEB_SHLIBDEPS_INCLUDE += debian/$(gst_lib)/usr/lib + +# override shlibs for libraries from this source before computing dependencies +# of packages generated from this source; we already have inter-dependencies +# expressed manually in the control file, we do not need the shlibs to add +# duplicates +# (this rule runs just before the dh_shlibdeps) +common-binary-fixup-arch:: + -rm -f debian/shlibs.local + cat debian/*/DEBIAN/shlibs | \ + sed -n -r -e 's/(([^ ]+: )?([^ ]+) ([^ ]+)) .*/\1/p' \ + > debian/shlibs.local + +# (this rules runs just after the dh_shlibdeps) +common-binary-predeb-arch:: + -rm -f debian/shlibs.local + +.PHONY: maint --- gstreamer0.10-0.10.11.orig/debian/control +++ gstreamer0.10-0.10.11/debian/control @@ -0,0 +1,107 @@ +Source: gstreamer0.10 +Section: libs +Priority: optional +Maintainer: Maintainers of GStreamer packages +Uploaders: David I. Lehn , Loic Minier , Sebastien Bacher , Sebastian Dröge +Build-Depends: debhelper (>= 5), cdbs (>= 0.4.20), autotools-dev, libxml2-dev (>= 2.6.0), zlib1g-dev (>= 1:1.1.4), libglib2.0-dev (>= 2.8), pkg-config (>= 0.11.0), libpopt-dev, bison, flex, check (>= 0.9.3-2) +Build-Depends-Indep: python (>= 2.2), gtk-doc-tools (>= 0.7), jade (>= 1.2.1), transfig (>= 3.2.3.c), docbook-utils (>= 0.6.9), docbook-xml, docbook-xsl, xsltproc (>= 1.0.21), gs, xmlto, netpbm, python-twisted-core, python-xml +Standards-Version: 3.7.2 + +Package: libgstreamer0.10-0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends} +Suggests: gstreamer0.10-tools, gstreamer0.10-plugins +Description: Core GStreamer libraries and elements + 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 core library and elements. + +Package: libgstreamer0.10-0-dbg +Architecture: any +Section: libdevel +Priority: extra +Depends: libgstreamer0.10-0 (= ${Source-Version}) +Description: Core GStreamer libraries and elements + 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 unstripped shared libraries. It is provided primarily + to provide a backtrace with names in a debugger, this makes it somewhat + easier to interpret core dumps. The libraries are installed in + /usr/lib/debug and are automatically used by gdb. + +Package: libgstreamer0.10-dev +Architecture: any +Section: libdevel +Depends: libgstreamer0.10-0 (= ${Source-Version}), libc6-dev | libc-dev, pkg-config, libpopt-dev, libglib2.0-dev, libxml2-dev +Recommends: gstreamer0.10-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 + 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 development files for the core library and + elements. + +Package: gstreamer0.10-doc +Architecture: all +Section: doc +Recommends: libgstreamer0.10-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 + 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 packages contains documentation for core libraries and elements as + well as: + * the GStreamer Manual + * the GStreamer Plugin Writers Guide + * Various API docs + +Package: gstreamer0.10-tools +Architecture: any +Section: utils +Depends: ${shlibs:Depends}, pkg-config, libgstreamer0.10-0 (>= 0.10.11) +Suggests: gstreamer0.10-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 + 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 versionned command-line tools for GStreamer. + +Package: gstreamer-tools +Architecture: any +Section: utils +Depends: ${shlibs: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 unversionned command-line tools for GStreamer + that work with different major/minor versions of GStreamer. +