diff options
author | nia <nia@pkgsrc.org> | 2020-05-04 09:37:18 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-05-04 09:37:18 +0000 |
commit | 4ae75f0c82d71be18bbcf7d613f103aa096785c7 (patch) | |
tree | 883c5125635cb8914386d73302bd1db0aecd8bfe /audio/audacious/Makefile | |
parent | 31bee155ac6fa6f24f738dface24f0189bfe10e0 (diff) | |
download | pkgsrc-4ae75f0c82d71be18bbcf7d613f103aa096785c7.tar.gz |
audacious: Update to 4.0.3
Qt interface fixes/updates:
* When the menu bar is hidden, an "Audacious" icon is added to the
toolbar, allowing menu access
* A-to-B repeat is now available in the Playback menu and displayed in
the time label
* The time slider no longer becomes invisible when the window is made
very small
* Incorrect behavior of Shift-click selection in the playlist has been
fixed
* The checkbox to "Show time scale for current song" in the info popup
did nothing and has been removed
Other fixes/updates:
* A rare crash/freeze caused by a race condition in the ALSA output
plugin has been fixed
* The EQ preset button in the Qt Winamp Classic interface now works
* The Qt Winamp Classic interface now has an option to stay on top of
other windows
* The Song Info plugin now updates correctly when the title changes or
playback stops
Other changes:
* Due to frequent crashes, the Stream Tuner plugin is now disabled by
default
* Translations have been updated
Diffstat (limited to 'audio/audacious/Makefile')
-rw-r--r-- | audio/audacious/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audacious/Makefile b/audio/audacious/Makefile index 6b5112e921b..0370923343c 100644 --- a/audio/audacious/Makefile +++ b/audio/audacious/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2020/04/19 11:33:46 nia Exp $ +# $NetBSD: Makefile,v 1.64 2020/05/04 09:37:18 nia Exp $ -DISTNAME= audacious-4.0.2 +DISTNAME= audacious-4.0.3 CATEGORIES= audio MASTER_SITES= https://distfiles.audacious-media-player.org/ EXTRACT_SUFX= .tar.bz2 |