Changelog
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
dependancies 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 <email address hidden> Sat, 06 Jun 2009 19:49:50 +0200