gstreamer0.10 (0.10.18-4ubuntu1) hardy; urgency=low * Sync with Debian, remaining Ubuntu changes: - Change Maintainer to Ubuntu Core Developers. - debian/*postinst: + We need to remove the /usr/share/doc/$pkg symlinks from Gutsy. We can remove this hack once Hardy is released. - debian/rules, debian/libgstreamer.symbols: + Don't use the binary registry for now, too intrusive change for hardy and we'll switch after release. -- Sebastian Dröge Tue, 25 Mar 2008 09:43:09 +0100 gstreamer0.10 (0.10.18-4) unstable; urgency=low * debian/patches/05_fdsrc-fdsink-eagain.patch: + Retry when we get EAGAIN. Fixes the totem mozilla plugin to actually work again. -- Sebastian Dröge Tue, 25 Mar 2008 09:05:01 +0100 gstreamer0.10 (0.10.18-3) unstable; urgency=low * debian/patches/04_binary-registry-alignment.patch: + Fix alignment of the binary registry on 64 bit architectures and whitelist amd64 for unaligned access too. -- Sebastian Dröge Sun, 23 Mar 2008 12:23:21 +0100 gstreamer0.10 (0.10.18-2) unstable; urgency=low * debian/rules: + Start using the binary registry instead of the XML registry. This has the advantage of being much faster (especially startup of applications will be faster) and lower memory usage. * debian/patches/03_binary-registry-version.patch: + Patch from upstream CVS to use a sane value for the binary registry format version and not print an error when there is a version mismatch. Instead silently recreate the registry. * debian/libgstreamer.symbols: + Update for the binary registry. These symbols are private ones and should in theory not be exported at all. -- Sebastian Dröge Sat, 22 Mar 2008 22:46:31 +0100 gstreamer0.10 (0.10.18-1ubuntu1) hardy; urgency=low * Sync with Debian, remaining Ubuntu changes: - Change Maintainer to Ubuntu Core Developers. - debian/*postinst: + We need to remove the /usr/share/doc/$pkg symlinks from Gutsy. We can remove this hack once Hardy is released. -- Sebastian Dröge Fri, 21 Mar 2008 11:53:21 +0100 gstreamer0.10 (0.10.18-1) unstable; urgency=low * New upstream release, "So far away": + debian/libgstreamer.symbols: - Updated for the new version. -- Sebastian Dröge Fri, 21 Mar 2008 01:12:34 +0100 gstreamer0.10 (0.10.17.4-1) experimental; urgency=low * New upstream pre-release: + debian/libgstreamer0.10-0.symbols: - Update symbols for 0.10.17.4. + debian/rules: - Use file versionize magic to get the correct filename for the symbols file. + debian/patches/02_werror.patch: - Don't build with -Werror. -- Sebastian Dröge Tue, 18 Mar 2008 13:28:59 +0100 gstreamer0.10 (0.10.17.3-1) experimental; urgency=low * New upstream pre-release: + debian/libgstreamer0.10-0.symbols: - Updated. * debian/patches/75_build_docs_without_python_xml.patch, debian/control.in: + Stop using pyxml for building the docs (Closes: #468627). -- Sebastian Dröge Tue, 11 Mar 2008 04:47:48 +0100 gstreamer0.10 (0.10.17.2-2) experimental; urgency=low * debian/patches/80_ia32-hack.patch: + Updated to build without warnings on other architectures than i386. Fixes FTBFS as we use -Werror for pre-releases. -- Sebastian Dröge Wed, 05 Mar 2008 06:50:43 +0100 gstreamer0.10 (0.10.17.2-1) experimental; urgency=low * New upstream pre-release: + debian/libgstreamer0.10-0.symbols: - Updated for the new version. * debian/libgstreamer.{post*,pre*}, debian/libgstreamer.dirs, debian/rules: + Don't use non-existing configure parameters and for 0.10 we don't need a cache dir anymore, so let's not create one and remove it with maintainer scripts on remove. * debian/control.in: + Add Homepage field. -- Sebastian Dröge Tue, 04 Mar 2008 11:36:42 +0100 gstreamer0.10 (0.10.17-2) unstable; urgency=low [ Emilio Pozuelo Monfort ] * debian/rules: - Decide the package name and url depending on the distribution. * debian/control.in: - Build-Depend on lsb-release. - Add a Conflicts for libgstreamer-plugins-base0.10-0 << 0.10.11cvs20070110-0ubuntu5 to keep the Ubuntu delta lower. [ Sebastian Dröge ] * debian/patches/99_ltmain_as-needed.patch, debian/rules: + Add -Wl,-z,defs -Wl,-O1 -Wl,--as-needed to LDFLAGS to remove some unnecessary dependencies on various packages. * debian/libgstreamer0.10-0.symbols: + Add new symbol added by using flex 2.3.34. -- Sebastian Dröge Tue, 19 Feb 2008 08:09:34 +0100 gstreamer0.10 (0.10.17-1) unstable; urgency=low * New upstream bugfix-only release, "Due Negligence". -- Sebastian Dröge Wed, 30 Jan 2008 16:05:58 +0100 gstreamer0.10 (0.10.16-1) unstable; urgency=low * New upstream release, "Special Dispensation", with API additions: + debian/libgstreamer0.10-0.symbols: - Updated symbols for 0.10.16. * debian/patches/80_ia32-hack.patch: + Set the plugin dir to /usr/lib32/gstreamer-0.10, when running the i386 binaries on amd64. Patch taken from the Ubuntu package, originally created by Matthias Klose. -- Sebastian Dröge Tue, 29 Jan 2008 10:34:54 +0100 gstreamer0.10 (0.10.15.4-1) experimental; urgency=low * New upstream pre-release. * debian/libgstreamer0.10-0.symbols, debian/control.in: + Add a symbols file for the GStreamer core libraries, generated from all 0.10 releases since 0.10.0. Build depend on dpkg-dev >= 1.14.13 for this. -- Sebastian Dröge Tue, 22 Jan 2008 13:20:05 +0100 gstreamer0.10 (0.10.15.3-1) experimental; urgency=low * New upstream pre-release. -- Sebastian Dröge Fri, 18 Jan 2008 05:56:07 +0100 gstreamer0.10 (0.10.15.2-1) experimental; urgency=low * New upstream pre-release: + debian/patches/02_basesink-event-forwarding.patch, debian/patches/03_filesink-seek-failure.patch: - Dropped, merged upstream. -- Sebastian Dröge Tue, 15 Jan 2008 15:14:45 +0100 gstreamer0.10 (0.10.15-4) unstable; urgency=low * debian/dh_gstscancodecs: + Fix typo: extention->extension. * debian/patches/01_wrapper-plugins.patch: + Update to also handle the ffmpeg plugin and rebuild the registry if libavcodec and friends change. * debian/control.in: + Update Standards-Version to 3.7.3, no additional changes needed. -- Sebastian Dröge Tue, 15 Jan 2008 15:11:26 +0100 gstreamer0.10 (0.10.15-3) unstable; urgency=low * debian/rules: + Don't make the build fail if the testsuite fails. -- Sebastian Dröge Wed, 28 Nov 2007 10:38:37 +0100 gstreamer0.10 (0.10.15-2) unstable; urgency=low * debian/patches/02_basesink-event-forwarding.patch: + Only forward upstream events upstream. This prevents some useless warnings. Patch taken from upstream CVS. * debian/patches/03_filesink-seek-failure.patch: + Only try to seek if it is really necessary in filesink. This fixes filesink on a FIFO. Patch taken from upstream CVS. * debian/rules: + Enable test suite. -- Sebastian Dröge Wed, 28 Nov 2007 09:04:03 +0100 gstreamer0.10 (0.10.15-1) unstable; urgency=low * New upstream release, "October", with API additions: + Fixes FTBFS if built twice in a row (Closes: #424386). * debian/control.in: + Only suggest the docs package instead of recommending (Closes: #436667). -- Sebastian Dröge Tue, 13 Nov 2007 14:42:33 +0100 gstreamer0.10 (0.10.14-2) unstable; urgency=low * debian/control.in: + Let the -dev package depend on check as some headers include check.h. check is no dependency of the libs package because it's linked statically. -- Sebastian Dröge Sat, 08 Sep 2007 21:38:18 +0200 gstreamer0.10 (0.10.14-1) unstable; urgency=low * New upstream release 'Breathing Vacuum', with API additions. * debian/control.in: + Use ${binary:Version} and ${source:Version} instead of ${Source-Version} to make lintian happy. * debian/gstreamer-tools.install, debian/dh_gstscancodecs: + Add debhelper script for extracting GStreamer codec informations. This will be used for semi-automatic codec installation. -- Sebastian Dröge Fri, 03 Aug 2007 17:30:01 +0200 gstreamer0.10 (0.10.13-2) unstable; urgency=low * debian/patches/01_wrapper-plugins.patch: + Add hacks for gnomevfs, ladspa and libvisual plugin to have the registry rebuild if the plugins of them change. This for example lets GStreamer recognize if new gnomevfs methods are installed after the gnomevfs plugin is installed. (Closes: #426694) This is a temporary workaround until the upstream bug is fixed: http://bugzilla.gnome.org/show_bug.cgi?id=350477 -- Sebastian Dröge Sun, 10 Jun 2007 12:38:27 +0200 gstreamer0.10 (0.10.13-1) unstable; urgency=low * New upstream release with API additions, "With or without you". -- Sebastian Dröge Tue, 05 Jun 2007 17:01:07 +0200 gstreamer0.10 (0.10.12.1+cvs20070529-1) unstable; urgency=low * Prepare CVS snapshot * debian/patches/01_yacc-reentrant.patch debian/patches/02_filesrc_no_location.patch debian/patches/03_system_clock_wait_jitter_block.patch: + All dropped, fixed upstream. -- Sjoerd Simons Tue, 29 May 2007 09:00:41 +0200 gstreamer0.10 (0.10.12-5) unstable; urgency=low * debian/patches/03_system_clock_wait_jitter_block.patch: + Patch from upstream CVS. Make the GstSystemCLock wait_jitter implementation really block untill a timeout occurs instead of returning when the first entries_changed condition occurs. Fixes problems with farsight. * Add myself to Uploaders. -- Sjoerd Simons Thu, 03 May 2007 20:48:30 +0200 gstreamer0.10 (0.10.12-4) unstable; urgency=low * debian/patches/02_filesrc_no_location.patch: + Patch from upstream CVS to also allow "file://" as URI. This is used by some applications, like quodlibet, to check if there's an element that handles the file protocol. (Closes: #421167) -- Sebastian Dröge Fri, 27 Apr 2007 09:28:53 +0200 gstreamer0.10 (0.10.12-3) unstable; urgency=low * Upload to unstable * Merged experimental branch: + New upstream release 0.10.12, "Inevitable Demise": - Fixes typo in manual (Closes: #408516) + New upstream release 0.10.11, "Love never runs on time": - debian/patches/10_assertion-failure-on-signal-full-when-empty.patch: . Dropped, merged upstream - debian/patches/70_relibtoolize.patch: . Dropped, upstream used Debian's libtool + Add common/gst.supp to libgstreamer-dbg.docs for valgrind suppressions. (Loic Minier) -- Sebastian Dröge Mon, 9 Apr 2007 23:22:34 +0200 gstreamer0.10 (0.10.10-4) unstable; urgency=low * debian/patches/01_yacc-reentrant.patch, debian/control.in: + Make gst_parse_launch reentrant. This fixes a crash in gaim. Also update flex build-dependency to >= 2.5.31 for this. Patch with some changes taken from: http://bugzilla.gnome.org/show_bug.cgi?id=349180 (Closes: #404637, #403343, #400602) * debian/control.in: + Update to use my debian.org address -- Sebastian Dröge Sun, 18 Mar 2007 22:50:59 +0100 gstreamer0.10 (0.10.10-3) unstable; 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. * Fix typo in control, "versionned" -> "versioned"; thanks J S Bygott; closes: #408931. -- Loic Minier Mon, 29 Jan 2007 13:35:23 +0100 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