pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/amarok Update to version 1.3.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7c4c4cfe8b2d
branches: trunk
changeset: 500716:7c4c4cfe8b2d
user: seb <seb%pkgsrc.org@localhost>
date: Wed Oct 12 11:15:30 2005 +0000
description:
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@localhost>. (BR 103990)
BUGFIXES:
* Patch fixing an almost-infinite directory-scanning problem while
building the Collection. Patch by Dirk Mueller <mueller%kde.org@localhost>.
* Cover Manager: Album view setting became out of sync. Patch by Michael
Pujos <pujos.michael%laposte.net@localhost>. (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@localhost>. (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@localhost>. (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:
audio/amarok/Makefile | 19 ++-----------------
audio/amarok/PLIST | 4 +++-
audio/amarok/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 22 deletions(-)
diffs (73 lines):
diff -r cce3c2142c13 -r 7c4c4cfe8b2d audio/amarok/Makefile
--- a/audio/amarok/Makefile Wed Oct 12 11:07:32 2005 +0000
+++ b/audio/amarok/Makefile Wed Oct 12 11:15:30 2005 +0000
@@ -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.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 -r cce3c2142c13 -r 7c4c4cfe8b2d audio/amarok/PLIST
--- a/audio/amarok/PLIST Wed Oct 12 11:07:32 2005 +0000
+++ b/audio/amarok/PLIST Wed Oct 12 11:15:30 2005 +0000
@@ -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/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@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 -r cce3c2142c13 -r 7c4c4cfe8b2d audio/amarok/distinfo
--- a/audio/amarok/distinfo Wed Oct 12 11:07:32 2005 +0000
+++ b/audio/amarok/distinfo Wed Oct 12 11:15:30 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index