diff options
author | wiz <wiz> | 2008-11-10 12:05:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-11-10 12:05:24 +0000 |
commit | ab861878492406aa7fa704367d43b0fd02c3839f (patch) | |
tree | bd77c1aa78343c6c977a6bb670feb6ae2e64f521 /audio/audacious | |
parent | 0bcc905edad9197aeff7e9d393191becd0b88292 (diff) | |
download | pkgsrc-ab861878492406aa7fa704367d43b0fd02c3839f.tar.gz |
Update to 1.5.1:
Audacious 1.5.1 (2008-05-23)
============================
Enhancements
------------
* New Cairo-based playlist widget, which should be somewhat faster.
* Volume setting is now saved between sessions.
* Session management is now optional and can be disabled via
a configure option.
* Added an option to enable loading of broken skins (use with care.)
* "Remote" handling of Audacious via commandline is now faster.
Bugfixes
--------
* Headless support should work now again.
* Compiling without DBUS support works, but you should note that we DO NOT
SUPPORT builds compiled without DBUS! Several features of Audacious are
disabled if built without DBUS!
* Memory leak fixed in eggsm (session management).
* Documentation updates and fixes.
* GCC 4.3 compilation fixes.
* Fixed a crash when eggsm couldn't find audacious.desktop file.
* Cleaned up and refactored configure and various buildsystem fixes.
* Removed references to some options that are not available anymore.
* A Dbus-related crash when using remote playlist adding functions was fixed.
* Few potential lock-up situations have been fixed.
* "Reload Plugins" button was removed, because it did not work properly
and often caused segfaults due to broken plugins.
Diffstat (limited to 'audio/audacious')
-rw-r--r-- | audio/audacious/Makefile | 4 | ||||
-rw-r--r-- | audio/audacious/PLIST | 4 | ||||
-rw-r--r-- | audio/audacious/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/audio/audacious/Makefile b/audio/audacious/Makefile index 5689745ec82..a499f209768 100644 --- a/audio/audacious/Makefile +++ b/audio/audacious/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2008/11/10 11:35:33 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2008/11/10 12:05:24 wiz Exp $ # -DISTNAME= audacious-1.5.0 +DISTNAME= audacious-1.5.1 CATEGORIES= audio MASTER_SITES= http://distfiles.atheme.org/ EXTRACT_SUFX= .tbz2 diff --git a/audio/audacious/PLIST b/audio/audacious/PLIST index ad52a9db766..f4c4ebb47b1 100644 --- a/audio/audacious/PLIST +++ b/audio/audacious/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/20 09:28:51 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2008/11/10 12:05:24 wiz Exp $ bin/audacious bin/audtool +include/audacious/audconfig.h include/audacious/audctrl.h include/audacious/auddrct.h include/audacious/configdb.h @@ -10,7 +11,6 @@ include/audacious/dbus.h include/audacious/discovery.h include/audacious/eventqueue.h include/audacious/flow.h -include/audacious/formatter.h include/audacious/hook.h include/audacious/i18n.h include/audacious/id3tag.h diff --git a/audio/audacious/distinfo b/audio/audacious/distinfo index 3c1f991b9cf..1cc323cb408 100644 --- a/audio/audacious/distinfo +++ b/audio/audacious/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/10/20 09:28:51 wiz Exp $ +$NetBSD: distinfo,v 1.2 2008/11/10 12:05:24 wiz Exp $ -SHA1 (audacious-1.5.0.tbz2) = 43cdb1a11b4637bce979b730a6caba10d9e1ce18 -RMD160 (audacious-1.5.0.tbz2) = fe0bd52e2264bef16205c0592735ada3db9b5573 -Size (audacious-1.5.0.tbz2) = 1378124 bytes +SHA1 (audacious-1.5.1.tbz2) = 571ed77333c4d85dab901770f6640501930a748c +RMD160 (audacious-1.5.1.tbz2) = 1748b7075cef3fd0d41fb74c44109e294433d03b +Size (audacious-1.5.1.tbz2) = 1374028 bytes |