head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.1.0.4 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.2 pkgsrc-2011Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2012.03.20.10.28.29; author markd; state dead; branches; next 1.1; 1.1 date 2011.08.05.14.21.31; author abs; state Exp; branches; next ; desc @@ 1.2 log @Update to 2.5.0 Version 2.5 FEATURES: * Now It's possible to use formated strings for prefix and suffix in Playlist's layout items. BUGFIXES: * Do not crash when iPod doesn't have a master playlist. (BR 288936) * Fix Last.fm not finding KDE Wallet. (BR 286741) * Put a border around bottom toolbars, visually separating them from browser contents. (BR 277741) * Align the bottom toolbars. * Allow albums with empty name but nonempty artist in local collection. * Fix collection info display (track count, free space) for iPod and MTP devices. (BR 232093) * Fix crash at exit with Qt 4.8 * Fix moving applets rightward in the context toolbar. * Fix breadcrumbs not working properly for the file browser. * Disable cover fetching action for tracks not in the collection to avoid crash when trying to "save as" a cover. (BR 287604) * Show default cover in tag dialog when track is not in the collection. * Fix directory selection when opening album location in tag dialog. * Fix crash in CoverFoundDialog if progress dialog is cancelled just before fetch is done. * Correctly parse disambiguation pages for songs in the English Wikipedia. * Fix wrong context view applets sizes on start up in some cases. * Fix Amarok consuming CPU until main window is shown. (BR 278897) * Fix last.fm 'scrobble composer' option's fallback to artist (BR 286215) * Fix volume control from within Amarok. * Fix slow startup because of imported playlists. (BR 284761) * Fix audio CD detection on Amarok start. (BR 276032) * Set a default filename scheme for USB Mass Storage (BR 285900) * Fixed crash during MusicBrainz search. (BR 277475) CHANGES: * Load Last.fm friend/neighbour avatars on demand. * Update tracks in the recently played widget only when needed. * Allow editing the SearchWidget during a search animation. * Update the collection view while UMS is scanning. * Don't block the UI while scanning UMS device. * Allow going back and forward in Amazon store. Thanks to GCI student Nikola Miljkovic. @ text @$NetBSD: patch-CMakeLists.txt,v 1.1 2011/08/05 14:21:31 abs Exp $ At time of writing pkgsrc includes taglib 1.10, whih the cmake check incorrectly views as older than 1.6, so just update the check to match 1.10 or later... --- CMakeLists.txt.orig 2011-08-01 15:23:14.000000000 +0000 +++ CMakeLists.txt @@@@ -13,7 +13,7 @@@@ option(WITH_MYSQL_EMBEDDED "Build the em include(CheckLibraryExists) check_library_exists(dl dlopen "" LIBDL_FOUND) -set(TAGLIB_MIN_VERSION "1.6") +set(TAGLIB_MIN_VERSION "1.10") find_package(Taglib REQUIRED) # Check if TagLib is built with ASF and MP4 support @ 1.1 log @- fix taglib version check for current pkgsrc taglib version - fix build against mysql55-server - bump pkgrevision @ text @d1 1 a1 1 $NetBSD$ @