diff options
author | wiz <wiz@pkgsrc.org> | 2006-04-04 20:13:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-04-04 20:13:55 +0000 |
commit | 4c719b5c417df34d5b1d6605e97d8aba1d03f66b (patch) | |
tree | b251f047804d1542e6fa8f4cef68ac29c7a4569c /audio/amarok/Makefile | |
parent | 223ded58300180aa901a2455928294095d297f99 (diff) | |
download | pkgsrc-4c719b5c417df34d5b1d6605e97d8aba1d03f66b.tar.gz |
Update to 1.3.9:
VERSION 1.3.9:
FEATURES:
* Support for libtunepimp 0.4. (BR 94988)
BUGFIXES:
* Fix leak of file descriptors with embedded cover art. Patch by Shane
King (BR 123472)
* Stop collection folders being automatically removed. Instead, allow
user to remove non-existent folders by deselecting parent. (BR 123745)
* When libtunepimp returns errors, show the proper error message,
instead of a misleading one. (BR 104264)
* Playlist popup menu had a visual glitch with Lipstik and (probably)
earlier versions of Plastik.
* Fix preamp and frequency band scaling in the xine equalizer. Patch by
Tobias Knieper (BR 116633)
* Fixed a huge memory leak when using xine-engine with crossfading.
(BR 119230)
* Fix memory leak in the helix engine when the player and playlist are
not visible.
* Stream with URLs containing "&" wouldn't be correctly saved.
(BR 121846)
* Playlist Browser would save invalid PLS Playlists. (BR 122875)
* Refresh All Podcasts wouldn't consider subfolders. (BR 122783)
* When using a folder as playlist, deleting the playlist would delete
the folder and all files inside it. (BR 122480)
* OSD was showing "No track playing" for tracks without metadata.
* Smart Playlists with playcount or score related conditions wouldn't
match all songs properly. (BR 97046)
* With enormous queues, stop menu would take a lot of time to show up.
(BR 120677)
Diffstat (limited to 'audio/amarok/Makefile')
-rw-r--r-- | audio/amarok/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index b6975be609e..ce96d06d7e0 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2006/03/09 21:04:39 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2006/04/04 20:13:55 wiz Exp $ -DISTNAME= amarok-1.3.8 -PKGREVISION= 3 +DISTNAME= amarok-1.3.9 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amarok/} EXTRACT_SUFX= .tar.bz2 |