Skip to content

Debian Changelog gnome-mplayer (0.9.8-1)

2009

gnome-mplayer (0.9.8-1) unstable; urgency=low

   * New upstream bug-fix only release (LP: #420546)
   * Remove all previous patches, now applied upstream
   * Add --with-flat-volume flag to configure call
   * Add patches/updated_el_translation.patch:
     Update last greek translations from launchpad
   * Add patches/fix_gtk2.14_ftbfs.patch:
     Add GTK2.14 compile defs to gtk_widget_get_window; useful for backports
     Change minimum required libgtk version back to 2.12.0
   * Add README.source since the package uses quilt as a patch management
     system.

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Sun, 20 Sep 2009 10:28:57 +0200

gnome-mplayer (0.9.7-1) unstable; urgency=low

   * New upstream release (Closes: #536008, #522585, #522588):
     - new tracker for monitoring media progress
     - better subtitle support
     - new screen redraw code for video
     - new playlist randomizer, sorting and searching options
     - new icons
     - internal ASX parser
   * Package is now Lintian clean
   * No change bump of Standards-Version to 3.8.3
   * Add mime file to associate media filetypes to gnome-mplayer (LP: #405963)
   * Change deprecated dh_clean -k to dh_prep (requires debhelper > 7)
   * Install upstream man page
   * Change debian menu icon in line with upstream icon change
   * Remove patch avoid_libtool.patch, now applied upstream
   * Add patch override_version_checks.patch:
     Override the pulseaudio and gnome-power-manager test from upstream
   * Add --with-gpm-new-method in debian/rules
   * Improve the short/long descriptions
   * Add Suggests on gecko-mediaplayer

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Fri, 21 Aug 2009 10:49:16 +0200

gnome-mplayer (0.9.6-1) unstable; urgency=low

   * New upstream release:
     - new media tracker and audio meter
     - new key "use_pulse_flat_volume" to be set if you are using
       Pulse Audio 0.9.15 (see /usr/share/doc/gnome-mplayer/NEWS.Debian.gz
       and /usr/share/doc/gnome-mplayer/changelog.gz for additional info)
     - workaround for opening files on smb shares (LP: #369426)
     - prevent adding an "empty" filename to the playlist (LP: #348864)
     - add new --large_buttons and --always_hide_after_timeout command
       line options to man page
     - update debian/copyright with the newly added upstream source files
     - upstream is now widely using libtool, which is causing rpath and
       dependencies issues. libtool is really not needed for such a simple
       case so it has been patched out in favour of static linking:
       + updated debian/patches/avoid_libtool.patch to patch configure.in
         and Makefile.am instead of directly Makefile.in
       + debian/rules:
         - patch is now applied in the configure target
         - add aclocal/autoconf/automake calls in the configure target
       + debian/control:
         add autoconf and automake as Build-Depends
     - add debian/NEWS
   * Update debian/copyright in line with updated proposal specification
   * Add patch description to avoid_libtool.patch (thanks lintian)
   * Remove deprecated dh_desktop call
   * Use new dh_quilt_patch and dh_quilt_unpatch commands
   * No change bump of Standards-Version to 3.8.1
   * Changed Section to video (and debug for the dbg binary), in line
     with the new sections recently added to the Debian archive
   * Use LDFLAGS=-Wl,--as-needed instead of specifying manually all libraries

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Sat, 06 Jun 2009 19:49:50 +0200

gnome-mplayer (0.9.5-1) unstable; urgency=low

   [Cesare Tirabassi]
   * New upstream release:
     - add --enable-nautilus=no in debian/rules
     - re-add quilt
     - add debian/patches/avoid_libtool.patch: avoid linking using libtool
 
   [Reinhard Tartler]
   * debian/rules:
     replace copy of up-to-date config.{sub/guess} with symlinks

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Wed, 25 Mar 2009 13:22:08 +0100

gnome-mplayer (0.9.4-1) unstable; urgency=low

   * New upstream release (LP: #325509):
     - add new --showsubtitles command line options to man page
   * Remove quilt to keep lintian happy.

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Fri, 06 Feb 2009 20:05:02 +0100

gnome-mplayer (0.9.3-1) unstable; urgency=low

   * New upstream release (LP: #303905):
     - add new --fullscreen command line options to man page
   * Add Vcs-* fields to debian/control.

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Sat, 03 Jan 2009 09:41:24 +0100

2008

gnome-mplayer (0.9.2-1) unstable; urgency=low

   * New upstream release:
     - add --with-alsa in debian/rules
     - add --with-libmusicbrainz3 in debian/rules
     - add libmusicbrainz3-dev, libneon27-gnutls-dev,
       libdiscid0-dev and libcurl4-gnutls-dev as build-deps in debian/control
     - add MUSICBRAINZ_LIBS environment variable in debian/rules
     - add new --mixer and --disable_cover_art_fetch command line
       options to man page

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Fri, 21 Nov 2008 18:42:00 +0100

gnome-mplayer (0.9.1-1) unstable; urgency=low

   * New upstream release.

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Sun, 02 Nov 2008 16:44:02 +0100

gnome-mplayer (0.9.0-1) unstable; urgency=low

   * New upstream release (LP: #285988):
     - add --with-gio, --with-libnotify and --with-gconf flags in debian/rules
     - add --disable-schemas-install to configure call in debian/rules and add
       installation of schema file in debian/install
     - add libnotify-dev as Build-Depends in debian/control
     - format Build-Depends line in debian/control
     - remove avoid_libtool.patch, finally applied upstream
   * Explicitly pass all libraries through environment variables to avoid
     linking against unneeded libraries.

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Fri, 31 Oct 2008 21:55:22 +0100

gnome-mplayer (0.8.0-1) unstable; urgency=low

   * New upstream release:
     - add --showdetails, --replace_and_play, --new_instance and --keep_on_top
       line options in man page.
   * debian/rules: add configure to list of PHONY targets.

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Mon, 29 Sep 2008 21:53:14 +0200

gnome-mplayer (0.7.0-1) unstable; urgency=low

   * New upstream release (Closes: #494322):
     - debian/control:
       + add libasound2-dev as a Build-Depends
       + add required version for pkg-config (>= 0.20)
     - remove patch fix-desktop-kde.patch now applied upstream
     - add --single_instance command line option in man page
   * Fix the package failing to build if built twice in a row (Closes: #493241)
   * Link only against needed libraries (Closes: #495094):
     - explicitly pass libraries through the GTK_LIBS environment variable
   * Remove libtool usage for linking:
     - debian/patches/avoid_libtool.patch: avoid linking using libtool
     - debian/rules: remove call to chrpath
     - debian/control: remove B-D on chrpath
   * Modify debian/rules to patch before configure call
   * Removed unused dh_installdir call in debian/rules

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Fri, 15 Aug 2008 21:17:50 +0200

gnome-mplayer (0.6.3-2) unstable; urgency=low

   * Fix the package failing to build if built twice in a row
     (Closes: #493241)

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Fri, 01 Aug 2008 16:11:55 +0200

gnome-mplayer (0.6.3-1) unstable; urgency=low

   * Initial release (Closes: #415381)

 -- Cesare Tirabassi <norsetto@ubuntu.com>  Wed, 02 Jul 2008 15:21:38 +0200