diff options
author | wiz <wiz@pkgsrc.org> | 2007-08-30 00:01:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-08-30 00:01:35 +0000 |
commit | 3743106d632586c0a0d81ba42996bb8616887863 (patch) | |
tree | 805f1f2351c2d22706cd373d6c96b688e258cd89 /audio/amarok/Makefile | |
parent | b6eb3dd0e17d71f0b3d07c553618cef58fd04953 (diff) | |
download | pkgsrc-3743106d632586c0a0d81ba42996bb8616887863.tar.gz |
Update to 1.4.7:
VERSION 1.4.7
CHANGES:
* Updated the Cool Streams.
* Improved application icon. Thanks go to Pasi Lallinaho.
* Upgraded SQLite to 3.4.1
* SQL improvements providing optimisations on intensive queries. Patch by
Gosta <gostaj@gmail.com>. (BR 142999)
BUGFIXES:
* Wikipedia artist lookup would freeze Amarok if the artist was not found
and the locale was not English. (BR 142764)
* Cannot limit smart playlists to more than 1000 tracks. (BR 148084)
* Fixed the formatting in the "Extended Info" pane for podcasts.
* Don't show "Not Rated" for items rated with half a star. Patch by Tuomas
Nurmi <tnurmi@edu.kauhajoki.fi>. (BR 144675)
* Copy, don't move items from Cool Streams to folders. (BR 147404)
* Sometimes folders in the playlistbrowser could be lost. (BR 147404)
* NJB devices could have tags corrupted that contained Unicode characters.
Patch by Kun Xi <quinnxi@gmail.com>. (BR 147223)
* Show OSD when changing song rating via shortcut. Patch by Tuomas Nurmi
<tnurmi@edu.kauhajoki.fi>. (BR 146918)
* Show the stars indicating rating with the correct size in the OSD. Patch
Patch by Tuomas Nurmi <tnurmi@edu.kauhajoki.fi>. (BR 147059)
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 cc12f614db8..12d35d0e03f 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2007/07/01 00:33:52 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2007/08/30 00:01:35 wiz Exp $ DISTNAME= amarok-${VERSION} -VERSION= 1.4.6 +VERSION= 1.4.7 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE:=amarok/${VERSION}/src/} EXTRACT_SUFX= .tar.bz2 |