diff options
author | seb <seb@pkgsrc.org> | 2005-09-07 11:29:41 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2005-09-07 11:29:41 +0000 |
commit | 93ac7efc33ebea46661faa53b12384e438ad3d49 (patch) | |
tree | 8c52e7c02642a0985605d7d7c559acb5cbf06a88 /audio | |
parent | d99be2400bfdb550ab8ff6ea5beb5a31a483dcc8 (diff) | |
download | pkgsrc-93ac7efc33ebea46661faa53b12384e438ad3d49.tar.gz |
Update to version 1.3.1 'Airborne'.
Changes since last packaged version (1.3):
VERSION 1.3.1:
FEATURES:
* Added 'Set as Playlist (Crop)' and 'Save as Playlist' options in the
playlist context menu. (BR 99932)
* Support for iPod shuffle devices. Patch by Guenter Schwann
<harry.w@gmx.at>.
* Media Device browser now has a connect button for connecting
your iPod after amaroK has already been started. Also includes
configurable mounting/unmounting options.
* Holding down the stop button (as opposed to just clicking it) pops
up a menu letting you stop either now, after the current track, or
after the end of the queue.
* Collection browser filter now fully supports the same Google-esque
syntax as the playlist filter, plus one extra: lyrics:"stuff to search
for" to search in cached lyrics.
* Pressing Shift+Enter after filtering the playlist will now queue
the first track. (BR 111054)
* Display short statistics in the collection browser depending on the
categorisation method.
* New DCOP call "collection: totalTracks". Returns the total number of
tracks in the collection.
* New DCOP call "collection: totalGenres". Returns the total number of
genres in the collection.
* New DCOP call "collection: totalCompilations". Returns the total number
of compilations in the collection.
* New DCOP call "collection: totalArtists". Returns the total number of
artists in the collection.
* New DCOP call "collection: totalAlbums". Returns the total number of
tracks in the collection.
* New DCOP call "collection: similarArtists(int artists)". Returns the
similar artists of the current track, results are limited by 'artists'.
* New DCOP call "playlist: repopulate". Repopulates the playlist with
tracks from dynamic mode.
* New DCOP call "player: showBrowser". Allows for showing of playlist
window browser, see the handbook for useage.
* New DCOP call "player: setLyricsByPath". Allows adding custom lyrics
for tracks.
* Add an icon in the statusbar displaying the number of queued tracks;
click on it to pop up a menu letting you jump to their locations in
the playlist.
CHANGES:
* New "Blue Danna" splash screen. Created by Nenad Grujicic, modified by
Nathan Adolph.
* 'Stop after track' is now saved (and so remembered across amaroK
restarts).
* Ported playlist + filter-lineedit behaviour to collection browser as
well: you can move between the view and the filter with the up/down
buttons, and just typing into the view will set the filter. (BR 108656)
* Wiki Tab links use the color set for links, instead of "Selected
Background". Style Authors can use "AMAROK_LINKCOLOR" if they want that
color. (BR 111228)
* The Equalizer widget has been pimped.
* Pressing 'up' in the playlist filter will now take you to the end of
the playlist, in addition to down going to the beginning, as before.
* When jumping to the current track, it now gets centered instead of only
barely showing.
* GStreamer-engine was rewritten. The crossfading feature was removed for
now (it didn't work right with recent GStreamer versions). Improvements:
1) Reduced CPU usage 2) Reduced latency 3) Increased stability
* No need to restart amaroK to use your iPod!
* Improved Konqueror Sidebar.
* The bundled "Shouter" AmarokScript (for radio stream serving) has been
updated and improved.
BUGFIXES:
* amaroK wouldn't remember current track when restarting. (BR 110282)
* Some memory leaks found and fixed.
* Fix buzz and subsequent clicking when equalizer enabled in Helix and
GStreamer engines compiled with GCC 4.0.1.
* Burn option wouldn't show up for "Year - Album" items on Collection
Browser.
* Tray's tooltip would show things like 69:40 of 1:12:01.
* Wiki Tab wouldn't work for names that contained "/". (BR 111634)
* With KDE 3.4, the proper context menu wouldn't be shown for File
Browser. Patch by Christian Baumgart <christianbaumgart@web.de>.
(BR 103305)
* Playcounter and Access Date wouldn't be updated properly for PostgreSQL.
Patch by Tonton <tonton-lists@team1664.org>. (BR 111519)
* Clicking twice on the uninstall button for the same script, would make
amaroK crash.
* Fixed an obscure crash when you emptied the playlist, had the focus on
it, and pressed up.
* No longer show dynamic info popup on application startup. Patch by
Christian Baumgart <christianbaumgart@web.de>.
* Sometimes the system tray tooltip did not update on song change.
* Polishing for the collection browser and expanded item states. Patch
by Christian Baumgart <christianbaumgart@web.de>.
* With xine-engine amaroK always treated remote media like radio streams.
* Selecting Classical equalizer preset prompted for name.
* Fixed konqueror sidebar compilation with kde <= 3.3 and gcc patched for
visibility.
* Konqueror sidebar can switch again between tabs.
* Fixed playing of oggs in helix engine.
* Fixed crash in helix engine when switching engines if helix/realplayer
not installed.
* Undo/Redo for the playlist was broken in some cases.
* On Collection Browser, when grouping by Genre/Artist/Year-Album it
wouldn't show the tracks. (BR 110890)
* SmartPlaylist Editor would reset "Match Any" to "Match All" when
editing. Patch by Kevin Henderson <pyspud@hotmail.com> (BR 110918).
* Podcasts and playlist tracks would be sorted lexicographically
(BR 97297).
* Saved dynamic playlists were not removable.
* xine-engine: amaroK would get stuck on exit if the Equalizer was enabled
and the engine playing. (BR 110791)
* Dequeued items sometimes weren't being repainted properly.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amarok/Makefile | 4 | ||||
-rw-r--r-- | audio/amarok/PLIST | 43 | ||||
-rw-r--r-- | audio/amarok/distinfo | 8 |
3 files changed, 32 insertions, 23 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 42b5a2b0828..50af0544bbd 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2005/08/30 06:44:37 seb Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/07 11:29:41 seb Exp $ -DISTNAME= amarok-1.3 +DISTNAME= amarok-1.3.1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amarok/} EXTRACT_SUFX= .tar.bz2 diff --git a/audio/amarok/PLIST b/audio/amarok/PLIST index dcf23ce1d98..e54eace35c2 100644 --- a/audio/amarok/PLIST +++ b/audio/amarok/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2005/08/30 06:44:37 seb Exp $ +@comment $NetBSD: PLIST,v 1.7 2005/09/07 11:29:41 seb Exp $ bin/amarok bin/amarok_libvisual bin/amarok_xmmswrapper2 @@ -279,25 +279,30 @@ share/kde/apps/amarok/data/wirl1.png share/kde/apps/amarok/data/wirl2.png share/kde/apps/amarok/icons/crystalsvg/16x16/actions/covermanager.png share/kde/apps/amarok/icons/crystalsvg/16x16/actions/dynamic.png +share/kde/apps/amarok/icons/crystalsvg/16x16/actions/equalizer.png share/kde/apps/amarok/icons/crystalsvg/16x16/actions/mini_dock.png -share/kde/apps/amarok/icons/crystalsvg/16x16/actions/party.png share/kde/apps/amarok/icons/crystalsvg/16x16/actions/player_playlist_2.png share/kde/apps/amarok/icons/crystalsvg/16x16/actions/random.png share/kde/apps/amarok/icons/crystalsvg/16x16/actions/repeat_playlist.png share/kde/apps/amarok/icons/crystalsvg/16x16/actions/repeat_track.png +share/kde/apps/amarok/icons/crystalsvg/16x16/actions/visualizations.png share/kde/apps/amarok/icons/crystalsvg/16x16/actions/wiki.png share/kde/apps/amarok/icons/crystalsvg/22x22/actions/dynamic.png -share/kde/apps/amarok/icons/crystalsvg/22x22/actions/party.png share/kde/apps/amarok/icons/crystalsvg/22x22/actions/player_playlist_2.png share/kde/apps/amarok/icons/crystalsvg/22x22/actions/random.png share/kde/apps/amarok/icons/crystalsvg/22x22/actions/repeat_playlist.png -share/kde/apps/amarok/icons/crystalsvg/32x32/actions/player_playlist_2.png -share/kde/apps/amarok/icons/crystalsvg/48x48/actions/player_playlist_2.png share/kde/apps/amarok/icons/crystalsvg/64x64/actions/dynamic.png -share/kde/apps/amarok/icons/crystalsvg/64x64/actions/party.png share/kde/apps/amarok/icons/crystalsvg/64x64/actions/random.png share/kde/apps/amarok/icons/crystalsvg/64x64/actions/repeat_playlist.png +share/kde/apps/amarok/icons/crystalsvg/scalable/actions/collection.svg +share/kde/apps/amarok/icons/crystalsvg/scalable/actions/dynamic.svg +share/kde/apps/amarok/icons/crystalsvg/scalable/actions/player_playlist_2.svg +share/kde/apps/amarok/icons/hicolor/16x16/actions/collection.png +share/kde/apps/amarok/icons/hicolor/22x22/actions/collection.png share/kde/apps/amarok/icons/hicolor/32x32/actions/audioscrobbler.png +share/kde/apps/amarok/icons/hicolor/32x32/actions/collection.png +share/kde/apps/amarok/icons/hicolor/48x48/actions/collection.png +share/kde/apps/amarok/icons/hicolor/64x64/actions/collection.png share/kde/apps/amarok/images/amarok_cut.png share/kde/apps/amarok/images/amarok_rocks.jpg share/kde/apps/amarok/images/b_next.png @@ -316,10 +321,10 @@ share/kde/apps/amarok/images/currenttrack_stop_small.png share/kde/apps/amarok/images/description.png share/kde/apps/amarok/images/eq_active2.png share/kde/apps/amarok/images/eq_inactive2.png -share/kde/apps/amarok/images/folder_crystal.png share/kde/apps/amarok/images/loading1.png share/kde/apps/amarok/images/loading2.png share/kde/apps/amarok/images/logo_web.png +share/kde/apps/amarok/images/menu_sidepixmap.png share/kde/apps/amarok/images/musicbrainz.png share/kde/apps/amarok/images/nocover.png share/kde/apps/amarok/images/pl_active2.png @@ -356,18 +361,13 @@ share/kde/apps/amarok/scripts/shouter/Services.py share/kde/apps/amarok/scripts/shouter/Shouter.py share/kde/apps/amarok/scripts/shouter/ShouterConfig.py share/kde/apps/amarok/scripts/shouter/ShouterExceptions.py +share/kde/apps/amarok/scripts/shouter/SocketErrors.py share/kde/apps/amarok/scripts/shouter/StreamConfig.py share/kde/apps/amarok/scripts/shouter/StreamController.py share/kde/apps/amarok/scripts/shouter/StreamPublisher.py share/kde/apps/amarok/scripts/shouter/binfuncs.py share/kde/apps/amarok/scripts/shouter/debug.py share/kde/apps/amarok/scripts/shouter/propfind-req.xml -share/kde/apps/amarok/scripts/shouter/silence/silence-128.mp3 -share/kde/apps/amarok/scripts/shouter/silence/silence-160.mp3 -share/kde/apps/amarok/scripts/shouter/silence/silence-192.mp3 -share/kde/apps/amarok/scripts/shouter/silence/silence-224.mp3 -share/kde/apps/amarok/scripts/shouter/silence/silence-256.mp3 -share/kde/apps/amarok/scripts/shouter/silence/silence-320.mp3 share/kde/apps/amarok/scripts/shouter/silence/silence-48.mp3 share/kde/apps/amarok/scripts/shouter/test/client.py share/kde/apps/amarok/scripts/templates/amarok.rb @@ -460,6 +460,7 @@ ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/amarok.mo ${PKGLOCALEDIR}/locale/uz/LC_MESSAGES/amarok.mo ${PKGLOCALEDIR}/locale/xx/LC_MESSAGES/amarok.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/amarok.mo +${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/amarok.mo @comment in kde: @dirrm share/kde/servicetypes @comment in kde: @dirrm share/kde/services @comment in kde: @dirrm share/kde/icons/hicolor/64x64/apps @@ -492,15 +493,21 @@ ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/amarok.mo @dirrm share/kde/apps/amarok/scripts/alarm @dirrm share/kde/apps/amarok/scripts @dirrm share/kde/apps/amarok/images +@dirrm share/kde/apps/amarok/icons/hicolor/64x64/actions +@dirrm share/kde/apps/amarok/icons/hicolor/64x64 +@dirrm share/kde/apps/amarok/icons/hicolor/48x48/actions +@dirrm share/kde/apps/amarok/icons/hicolor/48x48 @dirrm share/kde/apps/amarok/icons/hicolor/32x32/actions @dirrm share/kde/apps/amarok/icons/hicolor/32x32 +@dirrm share/kde/apps/amarok/icons/hicolor/22x22/actions +@dirrm share/kde/apps/amarok/icons/hicolor/22x22 +@dirrm share/kde/apps/amarok/icons/hicolor/16x16/actions +@dirrm share/kde/apps/amarok/icons/hicolor/16x16 @dirrm share/kde/apps/amarok/icons/hicolor +@dirrm share/kde/apps/amarok/icons/crystalsvg/scalable/actions +@dirrm share/kde/apps/amarok/icons/crystalsvg/scalable @dirrm share/kde/apps/amarok/icons/crystalsvg/64x64/actions @dirrm share/kde/apps/amarok/icons/crystalsvg/64x64 -@dirrm share/kde/apps/amarok/icons/crystalsvg/48x48/actions -@dirrm share/kde/apps/amarok/icons/crystalsvg/48x48 -@dirrm share/kde/apps/amarok/icons/crystalsvg/32x32/actions -@dirrm share/kde/apps/amarok/icons/crystalsvg/32x32 @dirrm share/kde/apps/amarok/icons/crystalsvg/22x22/actions @dirrm share/kde/apps/amarok/icons/crystalsvg/22x22 @dirrm share/kde/apps/amarok/icons/crystalsvg/16x16/actions @@ -509,6 +516,7 @@ ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/amarok.mo @dirrm share/kde/apps/amarok/icons @dirrm share/kde/apps/amarok/data @dirrm share/kde/apps/amarok +@comment in kde: @dirrm share/kde/apps @dirrm share/doc/kde/HTML/sv/amarok @comment in kde: @dirrm share/doc/kde/HTML/sv @dirrm share/doc/kde/HTML/ru/amarok @@ -526,6 +534,7 @@ ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/amarok.mo @dirrm share/doc/kde/HTML/et/amarok @comment in kde: @dirrm share/doc/kde/HTML/et @dirrm share/doc/kde/HTML/en/amarok +@comment in kde: @dirrm share/doc/kde/HTML/en @dirrm share/doc/kde/HTML/de/amarok @comment in kde: @dirrm share/doc/kde/HTML/de @dirrm share/doc/kde/HTML/da/amarok diff --git a/audio/amarok/distinfo b/audio/amarok/distinfo index 493a5736095..7ea906b3505 100644 --- a/audio/amarok/distinfo +++ b/audio/amarok/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2005/08/30 06:44:37 seb Exp $ +$NetBSD: distinfo,v 1.9 2005/09/07 11:29:41 seb Exp $ -SHA1 (amarok-1.3.tar.bz2) = 8bdc03a8c27d2b45f3b5b5724a43d3f2b819db9d -RMD160 (amarok-1.3.tar.bz2) = bffa216a4f6d94a22637cdf1c190764c24c8feea -Size (amarok-1.3.tar.bz2) = 6730973 bytes +SHA1 (amarok-1.3.1.tar.bz2) = 40dd08d09e82e99e40cf1890fc0bba863b661a27 +RMD160 (amarok-1.3.1.tar.bz2) = 82d85b393ab79b22d7a8f991b69383a8832e15bf +Size (amarok-1.3.1.tar.bz2) = 6806647 bytes SHA1 (patch-aa) = 56f90dff034accc1674f587b3810cdd78f713eba |