diff -r 000000000000 -r 4f133201e207 banshee-1/banshee-1.spec --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/banshee-1/banshee-1.spec Fri Mar 11 21:30:26 2011 +0100 @@ -0,0 +1,1162 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.19~pre +# +# >> macros +# << macros + +Name: banshee-1 +Summary: Banshee Media Player +Version: 1.7.3 +Release: 4.3 +Group: Applications/Multimedia +License: MIT +URL: http://banshee.fm +Source0: %{name}-%{version}.tar.bz2 +Source100: banshee-1.yaml +Patch0: enable-library-watcher-by-default.patch +Patch1: meego-aware-context-menu-positions-bmc869.patch +Patch2: move-video-mutex-in-func-bmc5591.patch +Patch3: increase-pipeline-ready-timeout-bmc193.patch +Patch4: play-next-track-after-unsupported-codec-bmc802.patch +Patch5: close-player-engine-on-fsq-clear-bmc2684.patch +Patch6: moblin-to-meego-rename.patch +Patch7: media-as-meego-icon-name.patch +Patch8: search-unknown-artist-album-bmc6228.patch +Patch9: import-video-playlist-bmc8383.patch +Patch10: start-as-meego-client-bmc7394.patch +Requires: %{name}-core = %{version} +Requires: %{name}-backend-platform-unix = %{version} +Requires: gst-plugins-good +BuildRequires: pkgconfig(shared-mime-info) +BuildRequires: pkgconfig(gconf-2.0) +BuildRequires: pkgconfig(gstreamer-plugins-base-0.10) +BuildRequires: pkgconfig(sqlite3) >= 3.4 +BuildRequires: pkgconfig(mono) >= 2.6 +BuildRequires: pkgconfig(gtk-sharp-2.0) +BuildRequires: pkgconfig(mono-addins) +BuildRequires: pkgconfig(ndesk-dbus-glib-1.0) +BuildRequires: pkgconfig(taglib-sharp) +BuildRequires: pkgconfig(libmtp) +BuildRequires: pkgconfig(xrandr) >= 1.1.1 +BuildRequires: pkgconfig(xxf86vm) >= 1.0.0 +BuildRequires: pkgconfig(gconf-sharp-2.0) +BuildRequires: pkgconfig(meego-panel) +BuildRequires: intltool + + +%description +Powerful yet simple media player. + + + +%package devel +Summary: Development package for Banshee +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: gst-plugins-base-devel +Requires: gtk2-devel + +%description devel +Users who wish to extend Banshee should install this package. It +includes standard Linux development files and other tools for building +extensions and applications on top of the Banshee core application +framework. + + +%package core +Summary: Core Banshee platform libraries, services, and resources +Group: Applications/Multimedia +Requires: %{name} = %{version}-%{release} +Requires(post): /bin/touch +Requires(post): gtk2 + +%description core +This package provides core libraries, services, and resources for +building Banshee clients and user experiences. + + +%package backend-platform-unix +Summary: UNIX platform support for Banshee +Group: Applications/Multimedia +Requires: %{name} = %{version}-%{release} + +%description backend-platform-unix +This package provides many optimizations for UNIX based platforms. In +particular, it provides a POSIX IO layer that performs better than the +default System.IO/.NET IO layer provided in the base banshee-1 package. + + +%package backend-platform-hal +Summary: Legacy HAL platform support for Banshee +Group: Applications/Multimedia +Requires: %{name} = %{version}-%{release} +Requires: %{name}-backend-platform-unix = %{version} + +%description backend-platform-hal +This package provides legacy Hardware Abstraction Layer support for +older Linux systems. + + +%package backend-platform-gnome +Summary: GNOME platform support for Banshee +Group: Applications/Multimedia +Requires: %{name} = %{version}-%{release} +Requires: %{name}-backend-platform-unix = %{version} +Requires(post): /bin/touch +Requires(post): gtk2 + +%description backend-platform-gnome +This package provides platform integration with the GNOME Desktop for +Banshee. Most notably it provides a configuration backend to GConf, so +all user settings can be stored there. Other GNOME specific integration +hooks are provided as well. + +Users running Banshee on GNOME are recommended to install this package. + + +%package backend-platform-meego +Summary: GNOME platform support for Banshee +Group: Applications/Multimedia +Requires: %{name} = %{version}-%{release} +Requires: %{name}-backend-platform-gnome = %{version} +Requires: %{name}-client-classic = %{version} + +%description backend-platform-meego +This package provides platform integration with the MeeGo Desktop for +Banshee. This provides the mutter-meego panel and a customized classic +user interface. + + +%package client-classic +Summary: Banshee client providing the classic interface +Group: Applications/Multimedia +Requires: %{name} = %{version}-%{release} +Provides: %{name}-client = %{version} +BuildRequires: desktop-file-utils + +%description client-classic +The Classic Banshee client provides a familiar user interface with a +source list and three-pane layout for browsing and exploring media. +This client is the most feature rich, but does not sacrifice usability. + + +%package client-muinshee +Summary: Banshee client modeled after the Muine music player interface +Group: Applications/Multimedia +Requires: %{name} = %{version}-%{release} +Provides: %{name}-client = %{version} + +%description client-muinshee +The Muinshee Banshee client provides a user interface modeled directly +after the old GNOME Muine media player. + + +%package extensions-default +Summary: Default extensions for Banshee +Group: Applications/Multimedia +Requires: %{name} = %{version}-%{release} +Requires(post): /bin/touch +Requires(post): gtk2 + +%description extensions-default +The default set of extensions for Banshee including a Play Queue, +Last.fm streaming, Audio Scrobbling, metadata fixup, video playback, +an Amazon MP3 downloader, and much more. It is highly recommended. + + +%package dmp +Summary: Digital Media Player support for Banshee +Group: Applications/Multimedia +Requires: %{name} = %{version}-%{release} +Requires(post): /bin/touch +Requires(post): gtk2 + +%description dmp +Core support for Digital Media Player support. Includes generic +USB mass storage device support + + +%package dmp-mtp +Summary: MTP/PlaysForSure Digital Media Player support for Banshee +Group: Applications/Multimedia +Requires: %{name} = %{version}-%{release} +Requires: %{name}-dmp = %{version} +Requires: libmtp + +%description dmp-mtp +Support for various MTP/PlaysForSure/Certified For Windows Vista(R) +devices as provided by libmtp. + + + +%prep +%setup -q -n %{name}-%{version} + +# enable-library-watcher-by-default.patch +%patch0 -p1 +# meego-aware-context-menu-positions-bmc869.patch +%patch1 -p1 +# move-video-mutex-in-func-bmc5591.patch (Evaluate in Upstream) +%patch2 -p1 +# increase-pipeline-ready-timeout-bmc193.patch +%patch3 -p1 +# play-next-track-after-unsupported-codec-bmc802.patch +%patch4 -p1 +# close-player-engine-on-fsq-clear-bmc2684.patch +%patch5 -p1 +# moblin-to-meego-rename.patch +%patch6 -p1 +# media-as-meego-icon-name.patch +%patch7 -p1 +# search-unknown-artist-album-bmc6228.patch (Evaluate in Upstream) +%patch8 -p1 +# import-video-playlist-bmc8383.patch +%patch9 -p1 +# start-as-meego-client-bmc7394.patch +%patch10 -p1 +# >> setup +# << setup + +%build +# >> build pre +# << build pre + +%autogen --disable-static \ + --with-vendor-build-id="%distribution" \ + --libexecdir=%{_libexecdir} \ + --enable-meego \ + --disable-docs \ + --disable-boo \ + --disable-youtube \ + --disable-daap \ + --disable-ipod + +make %{?jobs:-j%jobs} + +# >> build post +# << build post +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +%make_install +chmod -x %{buildroot}%{_libdir}/banshee-1/*.config +chmod -x %{buildroot}%{_libdir}/banshee-1/*/*.config +# FIXME: this is necessary because of an upstream build bug +# that is calling update-mime-database +find %{buildroot}%{_datadir}/mime -maxdepth 1 -type f -exec rm -f {} \; +rm -f %{buildroot}%{_datadir}/applications/mimeinfo.cache +# We don't want these on MeeGo for various reasons +rm -f \ +%{buildroot}%{_libdir}/banshee-1/Extensions/Banshee.Emusic.dll* \ +%{buildroot}%{_libdir}/banshee-1/Extensions/Banshee.NotificationArea.dll* \ +%{buildroot}%{_libdir}/banshee-1/Extensions/Banshee.Bpm.dll* \ +%{buildroot}%{_libdir}/banshee-1/Extensions/Banshee.PlayerMigration.dll* \ +%{buildroot}%{_libdir}/banshee-1/Extensions/Banshee.MiniMode.dll* \ +%{buildroot}%{_libdir}/banshee-1/Extensions/Banshee.AudioCd.dll* +%if !0%{?suse_version} +sed -i 's/Name=Banshee /Name=/' %{buildroot}%{_datadir}/applications/banshee-1*.desktop +%endif + + +# >> install post +# << install post +%find_lang banshee-1 + + + + + + + + + + +%post core +/bin/touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache \ + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : + +%postun core +/bin/touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache \ + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : + + + + + + + + +%post backend-platform-gnome +/bin/touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache \ + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : + +%postun backend-platform-gnome +/bin/touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache \ + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : + + + + + + + + + + + +%post extensions-default +/bin/touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache \ + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : + +%postun extensions-default +/bin/touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache \ + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : + + +%post dmp +/bin/touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache \ + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : + +%postun dmp +/bin/touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache \ + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : + + + + +%files -f banshee-1.lang +%defattr(-,root,root,-) +# >> files +# << files + + +%files devel +%defattr(-,root,root,-) +%{_libdir}/banshee-1/gconf-schema-extractor.exe +%{_libdir}/pkgconfig/banshee-1-*.pc +# >> files devel +# << files devel + +%files core +%defattr(-,root,root,-) +%dir %{_libdir}/banshee-1 +%dir %{_libdir}/banshee-1/Extensions +%dir %{_libdir}/banshee-1/Backends +%dir %{_libdir}/banshee-1/gstreamer-0.10 +%dir %{_datadir}/banshee-1 +%dir %{_datadir}/banshee-1/audio-profiles +%dir %{_datadir}/banshee-1/icons +%dir %{_datadir}/banshee-1/icons/hicolor +%dir %{_datadir}/banshee-1/icons/hicolor/* +%dir %{_datadir}/banshee-1/icons/hicolor/*/* +%{_libdir}/banshee-1/Mono.Data.Sqlite.dll* +%{_libdir}/banshee-1/Hyena.dll* +%{_libdir}/banshee-1/Hyena.Data.Sqlite.dll* +%{_libdir}/banshee-1/Hyena.Gui.dll* +%{_libdir}/banshee-1/Migo.dll* +%{_libdir}/banshee-1/MusicBrainz.dll* +%{_libdir}/banshee-1/Mono.Media.dll* +%{_libdir}/banshee-1/Lastfm.dll* +%{_libdir}/banshee-1/Lastfm.Gui.dll* +%{_libdir}/banshee-1/Banshee.Core.dll* +%{_libdir}/banshee-1/Banshee.Services.dll* +%{_libdir}/banshee-1/Banshee.Services.addins +%{_libdir}/banshee-1/Banshee.Widgets.dll* +%{_libdir}/banshee-1/Banshee.ThickClient.dll* +%{_libdir}/banshee-1/Banshee.CollectionIndexer.dll* +%{_libdir}/banshee-1/Banshee.exe* +%{_libdir}/banshee-1/Halie.exe* +%{_libdir}/banshee-1/Beroe.exe* +%{_datadir}/dbus-1/services/org.bansheeproject.Banshee.service +%{_datadir}/dbus-1/services/org.bansheeproject.CollectionIndexer.service +%{_datadir}/banshee-1/icons/hicolor/*/categories/source-playlist.png +%{_datadir}/banshee-1/icons/hicolor/*/categories/source-smart-playlist.png +%{_datadir}/banshee-1/icons/hicolor/*/actions/media-repeat-all.png +%{_datadir}/banshee-1/icons/hicolor/*/actions/media-repeat-none.png +%{_datadir}/banshee-1/icons/hicolor/*/actions/media-repeat-single.png +%{_datadir}/banshee-1/icons/hicolor/*/actions/encode.png +%{_datadir}/banshee-1/icons/hicolor/*/emblems//creative-commons*.png +%{_datadir}/icons/hicolor/16x16/apps/media-player-banshee.png +%{_datadir}/icons/hicolor/22x22/apps/media-player-banshee.png +%{_datadir}/icons/hicolor/24x24/apps/media-player-banshee.png +%{_datadir}/icons/hicolor/32x32/apps/media-player-banshee.png +%{_datadir}/icons/hicolor/48x48/apps/media-player-banshee.png +%{_datadir}/icons/hicolor/192x192/apps/media-player-banshee.png +%{_libdir}/banshee-1/libbanshee.so +%{_libdir}/banshee-1/gstreamer-0.10/libgstequalizer.so +%{_libdir}/banshee-1/Backends/Banshee.GStreamer.dll* +%{_datadir}/banshee-1/audio-profiles/*.xml +# >> files core +# << files core + +%files backend-platform-unix +%defattr(-,root,root,-) +%{_libdir}/banshee-1/Backends/Banshee.Unix.dll* +# >> files backend-platform-unix +# << files backend-platform-unix + +%files backend-platform-hal +%defattr(-,root,root,-) +%{_libdir}/banshee-1/Backends/Banshee.Hal.dll* +# >> files backend-platform-hal +# << files backend-platform-hal + +%files backend-platform-gnome +%defattr(-,root,root,-) +%{_libdir}/banshee-1/Backends/Banshee.Gnome.dll* +%{_libdir}/banshee-1/Backends/Banshee.NowPlaying.X11.dll* +%{_datadir}/banshee-1/icons/hicolor/*/actions/media-write-cd.png +%{_libdir}/banshee-1/Backends/libbnpx11.so +# >> files backend-platform-gnome +# << files backend-platform-gnome + +%files backend-platform-meego +%defattr(-,root,root,-) +%{_libdir}/banshee-1/MeeGo.exe* +%{_libdir}/banshee-1/Extensions/Banshee.MeeGo.dll* +%{_libexecdir}/meego-panel-banshee +%{_datadir}/dbus-1/services/com.meego.UX.Shell.Panels.banshee.service +%{_datadir}/mutter-meego/panels/meego-panel-banshee.desktop +# >> files backend-platform-meego +# << files backend-platform-meego + +%files client-classic +%defattr(-,root,root,-) +%{_prefix}/bin/banshee-1 +%{_datadir}/applications/banshee-1*.desktop +%{_libdir}/banshee-1/Nereid.exe* +# >> files client-classic +# << files client-classic + +%files client-muinshee +%defattr(-,root,root,-) +%{_prefix}/bin/muinshee +%{_libdir}/banshee-1/Muinshee.exe* +# >> files client-muinshee +# << files client-muinshee + +%files extensions-default +%defattr(-,root,root,-) +%{_bindir}/bamz +%{_datadir}/mime/audio/x-amzxml.xml +%{_datadir}/mime/packages/amazonmp3.xml +%{_libdir}/banshee-1/Extensions/Banshee.AmazonMp3.exe* +%{_libdir}/banshee-1/Extensions/Banshee.Audiobook.dll* +%{_libdir}/banshee-1/Extensions/Banshee.InternetRadio.dll* +%{_libdir}/banshee-1/Extensions/Banshee.CoverArt.dll* +%{_libdir}/banshee-1/Extensions/Banshee.FileSystemQueue.dll* +%{_libdir}/banshee-1/Extensions/Banshee.Fixup.dll* +%{_libdir}/banshee-1/Extensions/Banshee.MultimediaKeys.dll* +%{_libdir}/banshee-1/Extensions/Banshee.Lastfm.dll* +%{_libdir}/banshee-1/Extensions/Banshee.LastfmStreaming.dll* +%{_libdir}/banshee-1/Extensions/Banshee.PlayQueue.dll* +%{_libdir}/banshee-1/Extensions/Banshee.NowPlaying.dll* +%{_libdir}/banshee-1/Extensions/Banshee.Podcasting.dll* +%{_libdir}/banshee-1/Extensions/Banshee.InternetArchive.dll* +%{_libdir}/banshee-1/Extensions/Banshee.LibraryWatcher.dll* +%{_datadir}/banshee-1/icons/hicolor/*/categories/lastfm-*.png +%{_datadir}/banshee-1/icons/hicolor/*/categories/audiobook.* +%{_datadir}/banshee-1/icons/hicolor/*/categories/podcast*.png +%{_datadir}/banshee-1/icons/hicolor/*/categories/radio.* +%{_datadir}/banshee-1/icons/hicolor/*/categories/internet-archive.* +%{_datadir}/banshee-1/icons/hicolor/*/categories/amazon-mp3-source.* +%{_datadir}/banshee-1/icons/hicolor/*/status/podcast*.png +%{_datadir}/banshee-1/icons/hicolor/*/actions/media-import-audio-cd.png +# >> files extensions-default +# << files extensions-default + +%files dmp +%defattr(-,root,root,-) +%{_libdir}/banshee-1/Extensions/Banshee.Dap.dll* +%{_libdir}/banshee-1/Extensions/Banshee.Dap.MassStorage.dll* +%{_datadir}/banshee-1/icons/hicolor/*/devices/phone-* +# >> files dmp +# << files dmp + +%files dmp-mtp +%defattr(-,root,root,-) +%{_libdir}/banshee-1/Mtp.dll* +%{_libdir}/banshee-1/Extensions/Banshee.Dap.Mtp.dll* +# >> files dmp-mtp +# << files dmp-mtp + +%changelog +* Sun Oct 17 2010 ting.z.zhou@intel.com +- Added start-as-meego-client-bmc7394.patch, fix banshee failed to + start with option "--show-import-media" (bmc#7394) +* Fri Oct 15 2010 ting.z.zhou@intel.com +- Replaced separate-video-rpgain-mutexes-bmc1115.patch with + move-video-mutex-in-func-bmc5591.patch, which combines the fix + for bmc#1115 and bmc#5591 (bmc#1115, bmc#5591) +- Added search-unknown-artist-album-bmc6228.patch, fixing + crash when searching unknown artist or album (bmc#6228) +- Added import-video-playlist-bmc8383.patch, fixing video playlist + can not be imported (bmc#8383) +* Tue Aug 3 2010 nashif@linux.intel.com +- Removed dependency on banshee-1-lang which does not exist as a package anymore +* Sat Jul 31 2010 abockover@novell.com +- Update to 1.7.3 release +- New simplified packaging using spectacle +- Patch to work against MeeGo 1.1 (no longer compatible on + 1.0) due to renamed (moblin->meego) directories and files +* Thu Jul 22 2010 abockover@novell.com +- Added separate-video-rpgain-mutexes-bmc1115.patch, fixing a + deadlock on the player engine when playing video (bmc#1115) +- Added increase-pipeline-ready-timeout-bmc193.patch, fixing + a seek problem by increasing a timeout (bmc#193) +- Added play-next-track-after-unsupported-codec-bmc802.patch, + allowing transitioning to the next track after a track with + an unsupported codec is encountered (bmc#802) +- Added close-player-engine-on-fsq-clear-bmc2684.patch, which + will stop playback when clearing the File System Queue if + the track playing is in the FSQ. This works around the issue + where USB devices cannot be ejected when playing from them; + a full fix will be in 1.1/Banshee 1.7.x/1.8 as that version + will bring native integrated device support to MeeGo through + GIO/udev support; 1.6 only supported HAL, which MeeGo does + not have (bmc#2684) +* Thu Jul 22 2010 abockover@novell.com +- Annotate patches with their upstreamed status +- Clean up the mangling of the Banshee .desktop files in + %%install and only do this mangling on Intel's MeeGo +* Tue Jun 29 2010 abockover@novell.com +- Added gnome-proxy-support-bmc1920.patch, implementing full + support for GNOME proxy configuration via GConf (bmc#1920) +- Identify patches in %%prep with -b flags +* Thu May 20 2010 chris.e.ferron@linux.intel.com +- Fixed name of banshee media player to media player for meego. + media-as-meego-icon-name.patch +* Fri May 14 2010 abockover@novell.com +- Fix bmc#531: added stream-volume-interaction-support-bmc531.patch + to never load/save the volume from preferences since volume state + is fully managed on the stream/pipeline in GStreamer 0.10.25+ +- Update for bmc#1756: added make-source-view-lighter-bmc1756.patch + to tweak the background color of the source view to fit in better + with the updated toolbar color in MeeGo +* Thu May 13 2010 abockover@novell.com +- Fix bmc#1746: use 'media' not 'Banshee Media Player' as MeeGo + toolbar button tooltip + * Added media-as-meego-panel-button-tooltip-bmc1746.patch + * Added po file overlay tarball po-since-1.6.1.tar.bz2, provides + German translation updates and ensures 'media' is translated + in all 15 POR languages +* Fri May 7 2010 abockover@novell.com +- Updated to 1.6.1 release, capturing all the cumulative MeeGo fixes +- Additioanl fixes for MeeGo theme updates (bmc#1756) since last + since-1.6.0.patch update +* Mon May 3 2010 abockover@novell.com +- Respun since-1.6.0.patch to b5c7c103fd9bcc409a70dcb7be9f37468b3097de +- Fixes UI/usability issues around the MeeGo toolbar, improves + spacing, padding, and color scheme for MeeGo (bmc#790) +- Fixes Last.fm support (bmc#163), it was missing from the build +- Always load config.xml from /etc/skel if it exists and there is no + user configuration (e.g. user removes their config) +* Sun May 2 2010 abockover@novell.com +- Respun since-1.6.0.patch to 51b166a3885b6367ea2abe370dea853ca1aaa658 +- Fixes a number of MeeGo bugs: + * bmc#1036 - zone switches when toggling fullscreen + * bmc#1420 - regression where can't launch after quitting + * bmc#537 - exits fullscreen when pausing/resuming video + * bmc#809 - video can pop out of main window + * bmc#531 - volume will will be set to 100%% when playing + * bmc#928 - shows traditional window title for a second at startup + * bmc#538 - toolbar can't be shown again when toggling fullscreen + * bmc#571 - 'media' should be localized +* Tue Apr 27 2010 abockover@novell.com +- Respun since-1.6.0.patch to b286a9818f3ce21ef45163fe7724d747b7e211ce + * Ensures that if either the music or video library is empty, + for instance, when Banshee has never been run before, that the + media folders are scanned (media from /etc/skel shows up on + first launch). +* Tue Apr 27 2010 abockover@novell.com +- Respun since-1.6.0.patch to 65b6789309f01504011f3f6acd17b8b2a4879f7d + * Fixes bmc#222 - need to click twice to launch panel + * Fixes bmc#828 - Banshee crashes regularly, especially when importing + * Fixes bmc#1034 - repeat menu items get removed from shuffle menu + * Various upstream bug fixes +- Added meego-aware-context-menu-positions-bmc869.patch + * Fixes bmc#869 - context menu can be hidden under MeeGo toolbar +- Disable DAAP support in MeeGo (was not supposed to be enabled) +* Wed Apr 14 2010 abockover@novell.com +- Added since-1.6.0.patch + * MeeGo panel UI overhaul, implementing new UI design + * Adds support for showing some dialogs via DBus/command line, + like the import dialog (for MeeGo devices panel) + * Fixes various MeeGo bugs + * Minor bug fixes for MusicBrainz/Amazon ASIN lookup + * Maemo DAP path fixes (do not read/sync private media + folders, and support the Playlists folder) +* Wed Mar 31 2010 abockover@novell.com +- Update to 1.6.0 release + * 265 bugs fixed since 1.5.1 + * 30 bugs fixed since 1.5.6 +- Notable bugs fixed since 1.5.6 + * Fix device support on upcoming distros with DeviceKit rename + * Restore equalizer preset correctly (bgo#614313) + * Handle broken symlinks correctly (bgo#614065) + * Allow overriding Android, Maemo, WebOS default settings (bgo#611991) + * Fix crash deleting playlist on mass storage device (bgo#613734) + * Fix issue with iTunes importer dialog sizing (bgo#613607) + * Fix play count calculation with gapless enabled (bgo#613418) + * Handle exceptions thrown by old plugins (Mirage, etc) + * Use panel-specific (eg monochrome) icon in notification area +* Mon Mar 29 2010 abockover@novell.com +- Updated to 1.5.99 tarball which brings the package up to almost + 1.6.0, including various general bug fixes and MeeGo improvements +- Added artist list to MeeGo panel +- Improved speed of MeeGo toolbar binding +- Fixed various sync issues between sources, models, views + in the MeeGo panel +- Various UI polish on the MeeGo panel +- Enable library watcher (e.g. inotify, auto-import) by default +* Tue Mar 23 2010 abockover@novell.com +- Update to 1.5.7 release, providing the new MeeGo panel and + working integration +* Mon Mar 22 2010 abockover@novell.com +- Support building on MeeGo +- New package: banshee-1-backend-platform-meego +- Exclude some extensions from banshee-1-extensions-default +* Mon Mar 22 2010 abockover@novell.com +- Update to 1.5.6 release, fixing 44 bugs since 1.5.5 + * Fix rendering and interaction bugs in the grid view + * Fix issue with volume getting reset on every song change + * Handle volume changes from outside Banshee (eg PulseAudio) + * Fix issue parsing some RSS feeds + * Fix library importing and rescanning on all IO backends + * Support coverart for albums without an artist (bgo#612626) + * Don't capture 's' presses if keybindings disabled + * Fix typing in the Wikipedia webkit view + * Fix equalizer settings migration (bgo#612669) + * Redraw the entire ListView when dragging columns + * Increase podcast download timeout + * Fix bad startup crash in PlayQueue on old Mono + * Fix "Too many open files" bug with GIO backend + * [Banshee.Hardware] Handle exceptions (bgo#613173) + * [PodcastActions] Unsubscribe from an event on dispose + * [ContextPane] Fix crash if active removed (bgo#613277) + * [LastfmSource] Fix crash (bgo#612824) + * [Lastfm] Fix crash using auth Refresh button (bgo#610911) + * [Lastfm] Fix crash (bgo#613276) + * Fix compilation error with older Mono + * Fix compilation error with bundled notify-sharp + * Fix --disable-youtube flag + * Set YouTube install dir to Extensions/ + * Fix building with older GStreamer (bgo#613339) +* Wed Mar 17 2010 gburt@suse.de +- Require libmtp8, not libmtp +* Tue Mar 16 2010 gburt@suse.de +- Fix extensions-default Requires +* Thu Mar 11 2010 gburt@suse.de +- Update to 1.5.5 release + * Minor feature and bug fix/stability release + - Gapless Playback / Playbin2 + - Grid View + - YouTube Extension + * Enhancements: + - Improve search responsiveness on large libraries + - Add icons for Nexus One and Audiobooks + - Play Queue item count, size, duration now ignores old tracks + - Muinshee fixes: disable Auto-DJ, allow reordering, hide previous song + * Notable bug fixes: + - Fix a very common, SQL-related crash in 1.5.4 + - Fix saving equalizer settings in culture-invariant way + - Jumping to a source's prefs via its context menu works again + - Usage data not submitted more than every 48 hours + - Fix repeatedly resyncing some files to a device b/c transcoded + - Clear the redo stack on shuffle mode change + - Accept feeds with empty title + - Uri encode file location queries, making them work properly + - Fixes to the OS X build + * 26 bugs were fixed since 1.5.4 +* Wed Feb 24 2010 gburt@suse.de +- Update to 1.5.4 release + * Minor feature and bug fix/stability release + * New features: + - Opt-In Usage Data Collection + - Default Equalizer Presets + - Banshee Community Extensions + - Extensible Shuffle Modes + * Enhancements: + - Wikipedia context pane extension enabled by default + - Add support for Nokia N900 phones + - Add tooltip to playback error column + - On close Internet Archive item, return to Search + - Notify user if try to sync missing file to DAP + - Popup explanation of manual playlist ordering when appropriate + - Simplify the default set of columns in Podcasts + - Enable 'Delete From Drive' action in File System Queue + - Make debuggable from within MonoDevelop + - Coverart for unicode artist/albums now supported + - Dropped glade-sharp dep; GNOME 3.0 ready + - Add columns showing track sample rate and bits per sample + - Option to sort an artist's albums by year, not title + * Notable bug fixes: + - Fixes to GIO backend + - Many crash/startup fixes for OS X build + - Enable LibraryWatcher only for Music and Video libraries + - Do better job preserving IsCompilation metadata + - Store some PlayQueue settings in the db (not GConf) + - Update to Last.fm's API change for scrobbling/recs + - Bring back static FileNamePattern API used by some scripts + - Fix several memory leaks + * 40 bugs were fixed since 1.5.3 +* Thu Jan 28 2010 gburt@suse.de +- Enable building GIO backend +* Wed Jan 27 2010 gburt@suse.de +- Fix issue with muinshee getting installed instead of + the classic client on some versions of SUSE +* Wed Jan 27 2010 gburt@suse.de +- Update to 1.5.3 release + * Minor feature and bug fix/stability release + * New features + - Sync device from playlist option + - Type-ahead find in track, artist, and album lists + - Optional cover art in lower-left corner + - Cover art editable via drag-and-drop and right-click + - Audiobooks library extension + - Library-folder watcher extension + - eMusic importer/downloader extension + - GIO file backend, supports non-local files + - Return of the Mac OS X release + * Enhancements: + - Improved Podcast filtering/browsing + - Extension preferences tab reworked + - Extension names/descriptions translated + - Improved sqlite performance + - Added --set-rating=RATING command line option + - Support for Nexus One devices + * Notable bug fixes: + - DAPs (ipods, etc) should work on DeviceKit-using distros + - Fix issue with DAAP authenticating + - Podcast renaming should work well now + - Podcast download cancelling is now fast + - Internet Archive results paging off-by-one fixed + - Should build with older Mono/Gtk# again (eg on openSUSE 11.0) + - Fix issue with MTP devices on 64-bit distros + * 75 bugs were fixed since 1.5.2 +* Sat Nov 21 2009 abockover@novell.com +- Update to 1.5.2 release + * Minor feature and bug fix/stability release + * New features + - The Internet Archive extension + - The iTunes importer + - Metadata ratings and playcount import and export + - Add support for Pulse and Droid phones + - Use new Last.fm API + * Enhancements + - Many accessibility enhancements + - When sorting by score also sort by playcount (bgo#598431) + - Add WICD support (bgo#596918) + - Add the USB id for the Palm Pre in developer mode + - Improve the import media dialog (bgo#559013) + - Allow seeking in DAAP streams + - Tooltip for the AutoDJ source combobox (bgo#598504) + - Improve recognition of Android devices + - Recognize Samsung Galaxy device in debug mode + - PlaybackError query field (bgo#590946) + - Additional tokens for file system organization (bgo#489861) + - Remember direction when sorting the list view (bgo#590869) + - Cleaner track change notification popup (bgo#565453) + - Move Last.fm settings to the preferences dialog + - Double click toggles fullscreen in Now Playing (bgo#577971) + * Notable bug fixes + - Fix the playcount update (bgo#563021) + - Correct default button in message dialogs (bgo#599495) + - Hide shuffle menu when shuffling is disabled (bgo#599465) + - Fix bug with AutoDJ updating LastPlayed erroneously (bgo#594701) + - Fix next playback source (bgo#599834) + - Fix adding tracks to the play queue (bgo#600498) + - Fix up iPod podcast support (bgo#434237) + - Fix cover art pick up for multi-disc albums (bgo#591982) + - Fix the play queue when StopWhenFinished is on (bgo#563021) + - Fix race when saving track metadata (bgo#598321) + * 49 bugs were fixed since 1.5.1 +* Wed Sep 30 2009 abockover@novell.com +- Update to 1.5.1 release + * Major feature and bug fix/stability release + * New features + - Play Queue Auto DJ keeps the tunes coming + - Shuffle by album and artist + - Shuffle by weighted rating and score mode + - Add tooltips for ellipsized list view text + - Keep the playing song visible in the track list + - Add support for WebOS/Pre devices + - Add support for the Samsung Galaxy Android Phone + - Scores of other enhancements and minor features + * Major bugs fixed + - Fix MimeTypes for tracks ripped before 1.4 (bgo##536590) + - Fix compilation metadata reading and writing (bgo#563283) + - Work with new notification-daemon (bgo#565876) + - Avoid needlessly syncing iPods twice + - Fix crash in equalizer (bgo #548912) + - Prevent endless "Searching for CD metadata..." (bgo#527788) + - Dispose the SqliteCommand after it's executed (bgo#586498) + - Fix crash when opening the profile conf dialog (bgo#587308) + - Fix editor always prompting to save podcasts (bgo#584880) + - Fix initial track score calculation (bgo#594568) + - Many, many, many more bug fixes + - ~130 bugs were fixed since 1.5.0 + - ~250 bugs were fixed since 1.4.3 (last packaged release) +- Major packaging changes + * Split Boo extension into an -extensions-boo package + * Split Digital Media Player extensions into -dmp (core libraries + and the generic USB mass storage support), -dmp-ipod, and + - dmp-mtp packages (since they have extra deps) + * Split clients into separate packages (-client-classic and + - client-muinshee); each client provides banshee-1-client + * Split core libraries, services, and resources into the -core + package + * The root package is basically a meta package now that requires + a client package, the GStreamer engine, the UNIX backend, and + recommends the classic client, and some extensions +- All patches and translation overlays removed since they are + merged into the upstream release +* Tue Aug 25 2009 aj@suse.de +- Add build require on mono-zeroconf-devel to fix build. +* Sat Aug 15 2009 beineri@opensuse.org +- fix duplicate appearance of Banshee in (KDE) start menu +* Thu Mar 5 2009 abockover@novell.com +- Update to 1.4.3 release + * Bug-fix-only release + * 17 bugs fixed since 1.4.2 (most of which were already applied) + * Removed the Novell translations since I disagree with the way + we handle them with upstream - the upstream translations are + rather complete (~93%%); kept the Korean translation since one + does not exist upstream +* Wed Feb 4 2009 gburt@suse.de +- Patch fixing playlists not being saved to DAPs (bnc#472526) +- Patch fixing adding files to MTP devices (bnc#472524) +- Patch renaming sr@Latn translation to sr@latin (bnc#472522) +* Fri Jan 30 2009 gburt@suse.de +- Patch fixing freeze on DAP load (bnc#465214) +- Patch fixing crash on delete from File System Queue (bnc#467377) +- Patch fixing crash on MTP device load (bnc#470722) +- Patch fixing hang while loading streams (bnc#376532) +* Wed Jan 21 2009 abockover@novell.com +- Patch to fix RPMLINT warning about trailing ; on MimeType field + in .desktop files +- Remove some legacy hacks for dealing with openSUSE < 10.3 +- Add logic to bundle certain assemblies when we are building from + the upstream/devel OBS project (Banshee) and not openSUSE or SLE + to allow us to do safe intermediate upgrades of packages outside + of the distro +* Wed Jan 21 2009 abockover@novell.com +- Update to 1.4.2 +- Bug fix only release that includes all previous patches to 1.4.1 +* Mon Jan 12 2009 mauro@suse.de +- Translations update. +* Sun Jan 11 2009 gburt@suse.de +- Patch to fix support for itms podcast subscription inks (bnc#465149) +- Patch to fix freeze caused by submitting Last.fm now playing (bnc#465215) +* Sun Jan 11 2009 abockover@novell.com +- Patch to support Nautilus/GIO device actions (play CD, highlight + media player, etc) (bnc#461677) +- Patch to prevent DAAP service from crashing (bnc#465159) +- Patch to allow persisting build metadata and vendor information in + assemblies, and show in log file to help with better bug reports; + adds --with-vendor-build-id="%%distribution" to the spec +* Sun Jan 11 2009 abockover@novell.com +- Fix up desktop files (bnc#456120, bnc#459993, bnc#440615, bnc#461677) +- Fix primary desktop file to -N "Banshee" -G "Media Player" (bnc#433594) +* Sat Jan 10 2009 abockover@novell.com +- Patch to set the mimetype for ripped tracks (bnc#464889) +- Patch to handle spaces in command line arguments (bnc#440883) +- Patch to make xx_YY langs work from xml:lang, fixes zh_CN et al (bnc#449788) +- Patch for API compat fix for 1.4.2 (bgo#562151) +- Patch to show audio CDs in import dialog, fixes SLE 10 regression (bnc#457918) +* Fri Jan 9 2009 gburt@suse.de +- Patch to fix handling of internet radio loading (bnc#456120) +* Thu Jan 8 2009 gburt@suse.de +- Patch to avoid Rescan tool podcast bug (bnc#464604) +- Patch to avoid Rescan tool gui glitch (bnc#462304) +- Patch for non-UTF8 RSS parsing (bnc#459084) +- Patch to show .MP3 in import dialog (bnc#464608) +- Patch for less rigid rss date parsing - bnc#464612) +- Patch to fix genre-search casing bug (bnc#464615) +- Patch for non-ASCII scrobbling (bnc#464613) +- Patch for podcast published date (bnc#464617) +- Patch for duplicate albums b/c compilation support (bnc#464619) +- Patch for track count editor fix (bnc#464620) +- Patch to remove /tmp extension loading (bnc#464622) +- Patch for pack/add browser fix (bnc#464629) +* Fri Dec 19 2008 gburt@suse.de +- Patch to fix podcast-related DAP crash (bnc#464627) +- Patch to fix DAAP-related freeze on startup (bnc#450125) +- Patch to fix bug that prevented unsubscribing from a podcast (bnc#464624) +- Patch to fix crash when using Banshee in certain languages and inserting + an audio CD (bnc#464626) +* Fri Dec 12 2008 mauro@suse.de +- Patch to fix bnc#447606 Unlocalised text on Equalizer menu +* Fri Nov 21 2008 abockover@suse.de +- Patch to create music directory in prefs dialog (bnc#432754) +- Remove Real audio/video mime types from .desktop file (bnc#440615) +- Fix an issue with generics for gmcs (bgo#561392) +- Allow escape key to close the equalizer dialog (bgo#552818) +- Allow last track in a folder to be deleted on mass storage DAPs (bgo##560550) +- Updated translations +* Tue Nov 11 2008 abockover@suse.de +- Updated to 1.4.1 Release + * Fix some API/extensibility issues to ensure 1.4 API will not need to break + * Fixed assembly versioning to be static as 1.4.0.0 to ensure compat + * Store known devices in the extension manfiest to ensure other devices + can be added later externally (forward compat) + * Updated G1 icons from Jakub Steiner + * Cosmetic fixes (spacing/padding/alignment) with the DAP overview page + * Fix build issue with 10.3 + * Fix build issue with Mono trunk +* Fri Nov 7 2008 abockover@suse.de +- Updated to 1.4.0.1 Release + * Fixes an issue with the G1 not reading cover art at wrong folder depth + * Fix a path typo +* Fri Nov 7 2008 abockover@suse.de +- Updated to 1.4.0 Release + * Fixes on top of mass storage extension support T-Mobile G1/Android Phone + * Added verification tool at build time to test DLL mapping to + avoid further bugs like bgo#557868 and bnc#440409 + * Worked around a potential Mono bug causing a crash (bgo#556573) + * Fixes in the track editor to avoid false positives on edit-save confirm + * Fixed track edito auto-order for track-number/count + * Fixed a seldom seen crasher (bnc#557867) +* Fri Oct 31 2008 gburt@suse.de +- Fix critical bug in our dll mapping config (bgo#557868, bnc#440409) +* Sat Oct 25 2008 abockover@suse.de +- Updated to 1.3.3 Release + * Small Bug-fix only release + - Removed code that prompted/set Banshee as default player (bnc#433096) + - Bug fix in equalizer element fixing crash (bnc#557260) + - Fixed bug where play queue would stop after every song (bnc#557386) + - Allow prepending the play queue over DBus (for GNOME Do) (bnc##557526) +* Mon Oct 13 2008 abockover@suse.de +- Fixed .desktop file (bnc#433594) +* Mon Oct 13 2008 abockover@suse.de +- Updated to 1.3.2 Release + * Minor features/improvements: + - Allow queueing files via dbus + - Fix to allow the podcast primary source to contain [smart] playlists + - When finished playing from the play queue, play the song after + the song we left off from, or stop playing if nothing was playing before + - Improved podcast refresh timing + - Import all white-listed files, even if TagLib# doesn't recognize them + - Cache and store images directly as Cairo ImageSurfaces, yielding + performance and memory improvements + - Major memory leak and performance fixes (avoid PangoContext leak) + - Enable autocomplete in editor for artist, album, and album artist + - Many improvements and fixes to the collection indexer, ready for external + applications to consume now + * 59 bugs were closed since 1.3.1 + * Notable Bugs FIXED: + - Fix bug with non-JPEG cover art (bgo#388162) + - Remember the user's smart playlist units (bgo#545887) + - Look for PNG and BMP artwork in the album's folder (bgo#547841) + - Avoid showing album art for 'unknown' artists (bgo#549320) + - Jump to playing podcast and radio station now work + - Fix bug with default CD importing profile (bgo#528621) + - libmtp8 support (bgo#542117) + - Fix bug with switching themes and things not getting updated + - Recommendations and DAP storage panes are visible again + - F11 toggles fullscreen (bgo#553440) + - Remove newlines from podcast titles and descriptions (bgo#550008) + - Fix issue with the Seek slider and recent versions of Gtk# (bgo#536397) + - Fix bug with showing/selecting invalid profile for DAP transcoding +* Mon Sep 22 2008 abockover@suse.de +- Updated to 1.3.1 Release + * Minor feature/cosmetic improvements: + - Improved track editor UI and usability + - Break columns context menu into two columns for easier navigation + - Many fixes regarding column resizing and default widths + * 42 bugs were closed since 1.3.0 + * Notable Bugs FIXED: + - Remember sorting per source (bgo#524656) + - Fix audio CD crash bug + - Dialogs' translation domain properly set (bgo#536268) + - Fix recent regression where the ListView scrolled to the top + when switching sources + - Allow shrinking selections with shift-click (bgo#535561) + - Fix issue with it taking two clicks on the notification icon to + get the main window visible, if Banshee was minimized (bgo#551916) + - Don't give UI indication that the track list is sortable unless + it really is (bgo#551969) +* Fri Sep 12 2008 abockover@suse.de +- Updated to 1.3.0 Release + * Features & Enhancements + - Vastly improved portable media player support + o Automatic/proper synchronization mode + o Playlists and smart playlists can be saved to devices (fate#303577) + o Cover art can be synced to mass storage devices + - Library rescanning - can now detect newly added, removed, and + relocated files and update its collection (fate#5152) + - Option to rename files when metadata changes + - Collection indexer service with DBus API for third party apps + like GNOME Do, Beagle, Tangerine to query/index (dep. of fate#303568) + - Flat-file playlists can be opened from command line (fate#303576) + - Podcasting improvements + - New fancy cover art UI for the Now Playing source + - ReplayGain level correction support + - Improved performance of the album/podcast browsers + - Offline mode (disable features requiring network access) + - Banshee will now ask if it should be the default media player + - Support for extra metadata fields including BPM, Grouping, BitRate, + Conductor, DiscCount, and IsCompilation: read/write/colums/query support + * 64 bugs were closed since 1.2.1 + * Notable Bugs FIXED: + - Drag and Drop to Nautilus works again (bgo#535128) + - Improved support for dark themes (bgo#544840) + - Improved ASX support (bgo#545646) + - Fix performance bug with loading USB Mass Storage DAPs (bgo#548254) + - Fix bug with the DAP usage bar being filtered (bgo#537366) + - Fix performance issue with album and podcast browsers (bgo#547628) +* Wed Aug 27 2008 abockover@suse.de +- Add a define based on if we are in OBS or autobuild +- Only call suse_update_desktop_file in autobuild, since parity + between OBS and autobuild is a myth, and we don't want to nuke + upstream translations in our desktop file +* Fri Aug 15 2008 abockover@suse.de +- BuildRequires for boo-devel, it provides the .pc file +* Thu Aug 14 2008 abockover@suse.de +- Enabled Boo support for openSUSE 11.1 and newer now that the + boo package is properly split into boo and boo-devel to avoid + a painful and unnecessary dependency chain +- spec file cleanup +* Wed Aug 13 2008 gburt@suse.de +- Add patch to fix common crash for tracks without cover art (bgo#547520) +* Tue Aug 12 2008 abockover@suse.de +- Updated to 1.2.1 Release + * Features & Enhancements + - Drag and drop albums or artists from the browser + - New import source to aid in importing videos from your camera + - Show cover art in Now Playing + - Pressing play will play the first track selected if nothing is loaded + - Pressing o on a track selection behaves the same as pressing enter + - Include never-played tracks when querying against last played + - Prefer cover art named cover/folder/front.jpg over other image files + - Translation updates from 19 translators + * 24 Bugs FIXED since Banshee 1.2.0 + * Notable bugs FIXED: + - Fix bug with loading USB Mass Storage Players + - Fix ASX and mms:// support + - Fix a common crash when quitting Banshee 1.2 + - Amarok importer now migrates date added and last played + - Fix crash when editing smart playlists with date fields + - 24 bugs fixed since 1.2 +* Mon Aug 4 2008 abockover@suse.de +- Updated to 1.2 Release (1.2.0) + * Major new features bringing full parity to 0.13.2: + - 10-band equalizer with preset support + - Multi-Artist (Compilation/Various) Album Support + - Internet Radio + - Recommendations pane + - DAAP/Music Sharing + - Playlist importing + - Manual track reordering of playlists/play queue + - Amarok database migration + * 82 Bugs FIXED since Banshee 1.0 + * Notable bugs FIXED: + - More robust parsing of podcast (RSS) files + - Find and use cover art from the album folder (cover.jpg, etc) + - Add Last.fm as a cover art provider + - The last playback source is used when the Play Queue is empty + - Better performance (start up time, memory usage, searching, etc) + - Disable the screensaver when in fullscreen mode + - Much improved performance and UI for automatic cover art fetching + - Fix issues with importing and playing files in folders named Music* +* Mon Jun 9 2008 jpr@suse.de +- Turn off boo scripting, it causes too many dependencies in a + stock install +* Thu Jun 5 2008 abockover@suse.de +- Updated to 1.0 Final Release (1.0.0) + * 57 Bugs FIXED since RC1 + * Notable bugs FIXED: + - Fix GUI identifying podcast items to avoid dupes (bgo#536555) + - Use standard seek/position widget in popup (bgo#536396) + - Fix metacity focus bug in fullscreen (bgo#531187) + - Fix GTK theme issues (bgo#536052, bgo#534731) + - Show fullscreen on same monitor as parent window (bgo#535982) + - Fix player engine DBus support (bgo#534472) + - Added matching for oga and ogv extensions (bgo#532561) + - Fix crash when ejecting hardware (bgo#535898) + - Only set rating when mouse is released (bgo#535338) + - Use proper icon in notif area depending on panel size (bgo#526333) + - Set notification window hint on popup (bgo#526326) + - Fixed a number of DBus API issues (bgo#532215) + * Fixed audio CD duplication through Brasero and Nautilus + * Fixed GStreamer plugin installation hooks + * Show full --help information to expose command line functions +- Since 1.0 Alpha 3: + * Full iPod and MTP support including video sync + * Default smart playlist selection + * Mini mode extension + * Extension manager + * Boo scripting support + * Full screen video support + * Podcast support (including video) + * Auto-rip CD importing + * CD Burning through Brasero + * New device status bar + * Automatic cover art downloader + * DBus command line client + * Single instance support + * File system/local queue support + * Over 100 bugs fixed +* Sat May 31 2008 abockover@suse.de +- Updated to 1.0 RC1 Release (0.99.3) + * Full iPod and MTP support including video sync + * Default smart playlist selection + * Mini mode extension + * Extension manager + * Boo scripting support + * Full screen video support + * Podcast support (including video) + * Auto-rip CD importing + * CD Burning through Brasero + * New device status bar + * Automatic cover art downloader + * DBus command line client + * Single instance support + * File system/local queue support + * Over 100 bugs fixed +* Wed May 28 2008 sbrabec@suse.cz +- Do not call gtk-update-icon-cache (bnc#395056). +* Tue Apr 15 2008 coolo@suse.de +- disable parallel build to fix build +* Thu Apr 10 2008 abockover@suse.de +- Updated to 1.0 Alpha 3 Release (0.98.3) + * Adds audio CD playback and ripping + * Adds USB Mass Storage Digital Audio Player syncing + * New experimental shuffle UI was added + * Repeat modes now work + * Jump to song was implemented + * Full screen mode was implemented (not video) + * Visual improvements in Last.fm + * Cairo widgets (list view, track header) respect system DPI + * Over 40 other bugs fixed since 0.98.2 +* Wed Mar 26 2008 abockover@suse.de +- Updated to 1.0 Alpha 2 Release (0.98.2) + * Adds video importing, collection management, and playback + * Cache files respect XDG_CACHE_HOME + * List view settings are preserved (column width/visibility) + * Play Count, Skip Count, Last Played, and Last Skipped are updated + * Allow editing of artist and album names + * Start playing when artist or album browser is double clicked + * Bookmarks extension was ported to 1.0 APIs + * Date-based searches and smart playlists should be working much better + * Initialize the translation Catalog so translations can actually be used + * Improved support for dark themes + * Disable the equalizer temporarily until gstreamer pipeline issues resolved +- Removed the icon fix patch; rolled into upstream +* Fri Mar 14 2008 abockover@suse.de +- Added a patch to fix the icon name bug found after the release +* Fri Mar 14 2008 abockover@suse.de +- Initial package for Banshee 1.0 +- Banshee 1.0 Alpha 1 Release (0.98.1) +- Can be installed and used in parallel with previous Banshee (banshee-*) +- http://banshee-project.org/Releases/0.98.1