glame (1.0.3-1) unstable; urgency=low

  * New upstream release.
    + Updated autoconf macro groks recent Alsa versions. Closes: #253675
  * debian/control: Suggest yelp instead of gnome-help. Closes: #229249
  * debian/copyright: Sync copyright notice with upstream files.
  * debian/glame.menu: Properly quote all menu items.

 -- Daniel Kobras <kobras@debian.org>  Thu, 28 Oct 2004 20:34:38 +0200

glame (1.0.2-1) unstable; urgency=low

  * New upstream version.
    + Rebuilt with automake that can handle recent dpkg's install-info.
      Closes: #218961
  * debian/glame.info: Do not hardcode number of info pages generated.
    Patch thanks to Andreas Metzler.
  * debian/control: Bump standards version.
  * debian/control: lowercase short description.

 -- Daniel Kobras <kobras@debian.org>  Tue, 13 Jan 2004 20:59:56 +0100

glame (1.0.1-1) unstable; urgency=low

  * New upstream version.
  * src/include/glame_guile_compat.h: Revert patch. A better fix was included
    upstream.
  * debian/control: Build depend on libmad and libvorbis packages for new
    mp3 and ogg/vorbis support, respectively.
  * debian/control: Complies with standards version 3.5.10.

 -- Daniel Kobras <kobras@debian.org>  Tue,  1 Jul 2003 12:41:09 +0200

glame (1.0.0-2) unstable; urgency=low

  * debian/rules: Remove superfluous /usr/include/

 -- Daniel Kobras <kobras@debian.org>  Tue, 22 Apr 2003 16:11:02 +0200

glame (1.0.0-1) unstable; urgency=low

  * New upstream version.
  * debian/control: Transition to guile 1.6.
  * debian/control: Building with libxml1 is no longer supported.
  * debian/rules: Try building with proper confflags.
  * debian/rules: Clean up generated glame-convert.1.
  * debian/copyright: Adjust year in copyright statement.
  * src/glmid/glscript_filter.c: Fix terminating a filter network with
    Ctrl-C. [From upstream CVS.]
  * src/cglame.c: Use preferences in cglame as well. [From upstream CVS.]
  * src/include/glame_guile_compat.h: Only set NEW_GUILE for guile versions
    >= 1.7. Load modules the old-fashioned way that actually works with
    guile 1.6

 -- Daniel Kobras <kobras@debian.org>  Tue, 22 Apr 2003 15:11:21 +0200

glame (0.6.4-1) unstable; urgency=low

  * New upstream version.
  * debian/rules: Dump debug in favour of noopt in DEB_BUILD_OPTIONS.
  * debian/rules: Bump DH_COMPAT to 4.
  * debian/rules: Fix dh_shlibdeps call according to new semantics.
  * debian/control: Adjust versioned build dep on debhelper accordingly.
  * debian/control: Build dep on ALSA version 0.9.0rc5 or higher.
  * debian/control: Bump standards version.

 -- Daniel Kobras <kobras@debian.org>  Fri, 22 Nov 2002 22:18:42 +0100

glame (0.6.3-1) unstable; urgency=low

  * New upstream version.

 -- Daniel Kobras <kobras@debian.org>  Mon, 27 May 2002 21:32:58 +0200

glame (0.6.2-3) unstable; urgency=medium

  * Applied patches from upstream CVS:
    + Fix memleak in wave window and import/export dialog. Closes: #144477
    + Do not crash with certain broken LADSPA plugins.
    + Prevent setting the marker to illegal positions.
    + Get marker position (a bit more) in sync with audio output.
    + Allow to 'play from marker' in the second half of a file, too.

 -- Daniel Kobras <kobras@debian.org>  Thu, 25 Apr 2002 16:58:18 +0200

glame (0.6.2-2) unstable; urgency=low

  * Apply fixes for various segfaults from upstream CVS. Closes: #141673
    - Splash screen is no longer modal.
    - Filters can be applied to more than two tracks at once.
    - Default PIPE_CHANGED handler is only installed if filter contains
      output ports.

 -- Daniel Kobras <kobras@debian.org>  Tue,  9 Apr 2002 17:14:12 +0200

glame (0.6.2-1) unstable; urgency=low

  * New upstream version.
  * Build with glade support.
  * Reinstate LADSPA support that got lost between 0.4 and 0.6.  Oops.
    Closes: #137174

 -- Daniel Kobras <kobras@debian.org>  Sun, 24 Mar 2002 14:57:03 +0100

glame (0.6.1-1) unstable; urgency=low

  * New upstream version.

 -- Daniel Kobras <kobras@debian.org>  Sun, 27 Jan 2002 18:18:05 +0100

glame (0.6.0-2) unstable; urgency=low

  * Reflect fftw-dev package split in build depends. Closes: #128784

 -- Daniel Kobras <kobras@debian.org>  Tue, 22 Jan 2002 11:25:05 +0100

glame (0.6.0-1) unstable; urgency=low

  * New upstream version.

 -- Daniel Kobras <kobras@debian.org>  Sun, 23 Dec 2001 16:26:26 +0100

glame (0.4.2-6) unstable; urgency=low

  * Really nailed ia64 build failures finally. Include proper prototype
    for strdup() in libxml2 check, and all works fine and dandy.
  * Removed emacs crap from end of changelog. 

 -- Daniel Kobras <kobras@debian.org>  Tue, 20 Nov 2001 17:46:18 +0100

glame (0.4.2-5) unstable; urgency=low

  * Quote dots in libxml version check. This fix is pulled from the
    upstream devel branch and my best guess at fixing the build
    failures in ia64. 

 -- Daniel Kobras <kobras@debian.org>  Mon, 19 Nov 2001 17:46:12 +0100

glame (0.4.2-4) unstable; urgency=low

  * Only use fast locking primitives when compiling for a recent enough
    mips cpu.  The fix mucks with automake stuff, so add the assorted
    pile of build dependencies, and call autogen.sh before configuring.
  * Fix autogen.sh to call automake before autoconf. (What the...?)
  * Add --force option to automake call for the benefit of automake 1.5.
  * Add DEB_{BUILD,HOST}_GNU_TYPE to debian/rules to ease cross compiling.

 -- Daniel Kobras <kobras@debian.org>  Mon, 15 Oct 2001 10:31:03 +0200

glame (0.4.2-3) unstable; urgency=low

  * Fix crash when importing compressed files.
  * Remove lintian override, update standards version to
    a plugin-aware 3.5.6.
  * Don't clobber upstream config.{guess,sub}.

 -- Daniel Kobras <kobras@debian.org>  Wed, 19 Sep 2001 11:26:47 +0200

glame (0.4.2-2) unstable; urgency=low

  * Look for ladspa plugins in /usr/lib/ladspa and /usr/local/lib/ladspa
    by default. Added hint to README.Debian to use LADSPA_PATH for further 
    directories. Closes: #103270
  * We have a virtual package ladspa-plugin now. Recommend it. Closes: #103268
  * Add hack to always use latest autotools helpers.

 -- Daniel Kobras <kobras@debian.org>  Tue,  3 Jul 2001 17:51:19 +0200

glame (0.4.2-1) unstable; urgency=low

  * New upstream version. Includes LGPL'ed version of ladspa.h.
    Closes: #96416
  * Configure check works with recent libxml2 packages. Closes: #98900
  * Built with recent autotools. Closes: #96415
  * Added texinfo and tetex build dependencies to keep generation of
    docs happy.
  * Dumped dpkg-shlibdeps call in favour of dh_shlibdeps.
    
 -- Daniel Kobras <kobras@debian.org>  Fri,  1 Jun 2001 17:03:43 +0200

glame (0.4.1-2) unstable; urgency=low

  * Added local override for libxml2 shlibs version. Closes: #96218

 -- Daniel Kobras <kobras@debian.org>  Fri,  4 May 2001 18:59:05 +0200

glame (0.4.1-1) unstable; urgency=low

  * New upstream version.
  * Added BUGS to docs. (The BUGS _file_, that is ;-)

 -- Daniel Kobras <kobras@debian.org>  Thu,  3 May 2001 15:21:18 +0200

glame (0.4.0-1) unstable; urgency=low

  * Initial Debian release. Closes: #93645
  * Added lintian overrides for plugins.

 -- Daniel Kobras <kobras@debian.org>  Thu, 26 Apr 2001 17:51:57 +0200
