diff options
author | seb <seb> | 2005-10-12 11:15:30 +0000 |
---|---|---|
committer | seb <seb> | 2005-10-12 11:15:30 +0000 |
commit | 135d58254b4e400447049c9f9b1afa1de4dfad27 (patch) | |
tree | 0e82d6ff46ffbdab3e59cdae675063756d941226 /audio | |
parent | f863b2f5a3da6cb1bf6571f73f0555a9f0d45f23 (diff) | |
download | pkgsrc-135d58254b4e400447049c9f9b1afa1de4dfad27.tar.gz |
Update to version 1.3.3.
Package changes:
- The Qt 3.3.5 build problem seems gone, hence so is its workaround.
- Since last update, there is no more need to include audio/arts/buildlink3.mk.
Changes since last packaged version (1.3.2):
VERSION 1.3.3:
FEATURES:
* New DCOP call "contextbrowser: showHome".
* New DCOP call "contextbrowser: showCurrentTrack".
* New DCOP call "contextbrowser: showLyrics".
* New DCOP call "contextbrowser: showWiki".
* Saving a playlist will cleverly pick a default name if possible.
* Dragging an album cover into the playlist from the context browser
will append the album.
* Middle mouse button on the current track will toggle play/pause.
* Ctrl-Right click on a selection of tracks will queue all of them, not
just the track below the cursor. (BR 112841)
* CoverManager allows for downloads from Amazon Canada. (BR 113238)
* New DCOP call "playlistbrowser: addPlaylist".
* New DCOP call "playlistbrowser: scanPodcasts". Will check all podcasts
for new episodes.
* New DCOP call "playlistbrowser: addPodcast".
* New DCOP call "player: type". Returns the current track's file type.
* New DCOP call "collection: migrateFile". Updates the collection db for
changes made to filenames, keeping stats intact.
* Smartplaylist has Length property. (BR 113039)
* Added a mouse-over effect for the volume slider.
CHANGES:
* Adding a playlistbrowser folder will automatically focus the lineedit
for renaming the item.
* Removing podcasts will delete all downloaded media.
* Playlists in the playlistbrowser can no longer be removed, only deleted.
* Removing tracks when in dynamic mode will only replace up to the minimum
upcoming tracks requirement.
* Playlist columns are automatically resized when adding or removing
columns.
* Added a warning dialog when HyperThreading is enabled. (BR 99199)
* Blacklisted GStreamer's autoaudiosink, which is really a crapsink.
* Added a context menu to the volume slider.
* When viewing covers in fullsize, the window has a maximum size, and
scrollbars are shown if necessary. The user can also scroll the cover
by dragging it. Patch by Eyal Lotem <eyal.lotem@gmail.com>. (BR 103990)
BUGFIXES:
* Patch fixing an almost-infinite directory-scanning problem while
building the Collection. Patch by Dirk Mueller <mueller@kde.org>.
* Cover Manager: Album view setting became out of sync. Patch by Michael
Pujos <pujos.michael@laposte.net>. (BR 113370)
* Starting the first track in the playlist when in dynamic mode would skip
it. (BR 110160)
* Position slider in player-window disappeared after 2 hours. (BR 97128)
* PlaylistBrowser duplicated items when overwriting playlists. (BR 108693)
* Podcast settings would forget about the purge items checkbox.
* The Stop button in the toolbar was always enabled at startup.
* GStreamer-Engine: Could not seek to position 00:00:00. (BR 106483)
* Don't crossfade the last track in the playlist. (BR 96478)
* If files were in the transfer queue before connecting the iPod they
would be uploaded without checking if they already exist on the device.
* Using dynamic mode's playlist shuffle would result in repeated tracks
tracks during a populate operation.
* Fixed Xine config options were disappearing on ESC key. (BR 113225)
* Fixed problems with visibility enabled compilers. Patch by Unai Garro
<ugarro@telefonica.net>. (BR 113056)
* Fix regression causing dynamic mode playlist shuffle to break for
smart playlists which relied on ordering and limits. (BR 113121)
* Automatic podcast downloads did not do anything. (BR 113129)
* Playlist browser items were not properly saved on quit (with Qt 3.3.5).
Patch by Matthieu Bedouet <mbedouet@no-log.org>. (BR 113020)
* amaroK could crash on startup, if on last exit sorting was enabled in
the playlist. (BR 113042)
* Adding entries to a playlist and saving it could duplicate some tracks,
if the playlist hadn't been expanded before. (BR 111579)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amarok/Makefile | 19 | ||||
-rw-r--r-- | audio/amarok/PLIST | 4 | ||||
-rw-r--r-- | audio/amarok/distinfo | 8 |
3 files changed, 9 insertions, 22 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 83bbfddb611..aa0c763233e 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2005/10/02 15:22:19 seb Exp $ +# $NetBSD: Makefile,v 1.16 2005/10/12 11:15:30 seb Exp $ -DISTNAME= amarok-1.3.2 +DISTNAME= amarok-1.3.3 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amarok/} EXTRACT_SUFX= .tar.bz2 @@ -26,21 +26,6 @@ BUILDLINK_DEPENDS.kdebase+= kdebase>=3.3.0 BUILDLINK_DEPENDS.kdelibs+= kdelibs>=3.3.0 BUILDLINK_DEPENDS.taglib+= taglib>=1.4 -# a fix for qt-3.3.5, please remove if qt-3.3.6 (or newer) solves the problem -SUBST_CLASSES+= hints -SUBST_STAGE.hints= post-patch -SUBST_MESSAGE.hints= "Fix includehints." -SUBST_FILES.hints= amarok/src/DbSetup.ui \ - amarok/src/Options5.ui \ - amarok/src/Options7.ui \ - amarok/src/Options8.ui \ - amarok/src/firstrunwizard.ui \ - amarok/src/partydialogbase.ui \ - amarok/src/tagdialogbase.ui \ - amarok/src/trackpickerdialogbase.ui -SUBST_FILTER_CMD.hints= ${GREP} -v includehint - -.include "../../audio/arts/buildlink3.mk" .include "../../audio/libvisual/buildlink3.mk" .include "../../audio/taglib/buildlink3.mk" .include "../../audio/tunepimp/buildlink3.mk" diff --git a/audio/amarok/PLIST b/audio/amarok/PLIST index 4447d448cf5..970d1c4c6df 100644 --- a/audio/amarok/PLIST +++ b/audio/amarok/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2005/10/02 15:22:19 seb Exp $ +@comment $NetBSD: PLIST,v 1.9 2005/10/12 11:15:30 seb Exp $ bin/amarok bin/amarok_libvisual bin/amarok_xmmswrapper2 @@ -330,6 +330,7 @@ share/kde/apps/amarok/images/time_plus.png share/kde/apps/amarok/images/vol_speaker.png share/kde/apps/amarok/images/volumeslider-gradient.png share/kde/apps/amarok/images/volumeslider-handle.png +share/kde/apps/amarok/images/volumeslider-handle_glow.png share/kde/apps/amarok/images/volumeslider-inset.png share/kde/apps/amarok/images/wizard_compact.png share/kde/apps/amarok/images/wizard_xmms.png @@ -449,6 +450,7 @@ ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/amarok.mo ${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/amarok.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/amarok.mo ${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/amarok.mo +${PKGLOCALEDIR}/locale/tg/LC_MESSAGES/amarok.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/amarok.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/amarok.mo ${PKGLOCALEDIR}/locale/uz/LC_MESSAGES/amarok.mo diff --git a/audio/amarok/distinfo b/audio/amarok/distinfo index 7e114f46c42..f5c0356c0fc 100644 --- a/audio/amarok/distinfo +++ b/audio/amarok/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2005/10/02 15:22:19 seb Exp $ +$NetBSD: distinfo,v 1.11 2005/10/12 11:15:30 seb Exp $ -SHA1 (amarok-1.3.2.tar.bz2) = ffbab530b30d7e53dcdcc59b668f82c5fc9b4a81 -RMD160 (amarok-1.3.2.tar.bz2) = 494aab2e6b7cee154629fa46c81b984df9ec5fc6 -Size (amarok-1.3.2.tar.bz2) = 7646724 bytes +SHA1 (amarok-1.3.3.tar.bz2) = fed559feae7f41aadf706f9132a7172fd7899ffa +RMD160 (amarok-1.3.3.tar.bz2) = c6614768a7901547214298bc4b377fe32323eb64 +Size (amarok-1.3.3.tar.bz2) = 7665719 bytes SHA1 (patch-aa) = 56f90dff034accc1674f587b3810cdd78f713eba |