diff options
author | seb <seb@pkgsrc.org> | 2005-05-23 13:14:05 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2005-05-23 13:14:05 +0000 |
commit | 42a04dd596a026b0b8c730feb31ee1608c1249e1 (patch) | |
tree | 5ff16d16fdfa65f3eaf5e54e58e6013aa06a2637 /audio/amarok/Makefile | |
parent | 5f1f755cad419233f87d80a9cb6f4e19afe93a2f (diff) | |
download | pkgsrc-42a04dd596a026b0b8c730feb31ee1608c1249e1.tar.gz |
Update to version 1.2.4 'Revenge of the roK'.
Changes since last packaged version (1.2.3):
VERSION 1.2.4:
FEATURES:
* Queue selected tracks shortcut, Ctrl+D. (BR 83675)
BUGFIXES:
* The first engine entry in the config dialog was always blank.
* If you filtered by more than one word in Collection Browser, adding
expandable items (eg: artists or albums) wouldn't work. (BR 100150)
* Updating the collection without any changes being made to it kept
the Update button disabled forever.
* Application freezes when switching shoutcast streams. (BR 103890)
* MusicBrainz lookup was not escaping quote characters. (BR 103740)
* Fixed crash when clicking the "clear" button in CoverManager's filter
widget.
* Update lyrics page on new radio stream metadata. (BR 99725)
* xine-engine was reporting bogus tracklengths for ogg vorbis. (BR 102547)
Diffstat (limited to 'audio/amarok/Makefile')
-rw-r--r-- | audio/amarok/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 24c4dd53b20..13566b26c21 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2005/05/22 20:07:37 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/23 13:14:05 seb Exp $ -DISTNAME= amarok-1.2.3 +DISTNAME= amarok-1.2.4 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amarok/} EXTRACT_SUFX= .tar.bz2 |