From bdfcf1deb0df9f7c17a1b54ff2d83ddd39e790a1 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Jan 23 2009 18:58:19 +0000 Subject: - Update to 1.4.2 - Require mono-addins - Enable menu entry on other desktops --- diff --git a/.cvsignore b/.cvsignore index 98f0f37..4179791 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -banshee-1-1.4.1.tar.bz2 +banshee-1-1.4.2.tar.bz2 diff --git a/banshee-1-1.4.1-riptags.patch b/banshee-1-1.4.1-riptags.patch deleted file mode 100644 index 111eefe..0000000 --- a/banshee-1-1.4.1-riptags.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- src.orig/Extensions/Banshee.AudioCd/Banshee.AudioCd/AudioCdRipper.cs 2008-09-23 15:29:25.000000000 -0300 -+++ src/Extensions/Banshee.AudioCd/Banshee.AudioCd/AudioCdRipper.cs 2008-12-17 19:57:47.000000000 -0400 -@@ -37,6 +37,7 @@ - using Banshee.Collection; - using Banshee.Collection.Database; - using Banshee.MediaEngine; -+using Banshee.Streaming; - - namespace Banshee.AudioCd - { -@@ -198,9 +199,9 @@ - - ripped_duration += track.Duration; - track.PrimarySource = ServiceManager.SourceManager.MusicLibrary; -- track.Uri = args.Uri; - -- track.FileSize = Banshee.IO.File.GetSize (track.Uri); -+ TagLib.File file = StreamTagger.ProcessUri (args.Uri); -+ StreamTagger.TrackInfoMerge (track, file, true); - - track.Save (); - - diff --git a/banshee.spec b/banshee.spec index 2e9ad78..67aa51f 100644 --- a/banshee.spec +++ b/banshee.spec @@ -1,15 +1,15 @@ %define mono_shared %{_builddir}/%{?buildsubdir} Name: banshee -Version: 1.4.1 -Release: 4%{?dist} +Version: 1.4.2 +Release: 1%{?dist} Summary: Easily import, manage, and play selections from your music collection Group: Applications/Multimedia License: MIT URL: http://banshee-project.org/ Source0: http://banshee-project.org/files/banshee/banshee-1-%{version}.tar.bz2 Source1: README.Fedora -Patch0: banshee-1-1.4.1-riptags.patch +# Patch0: banshee-1-1.4.1-riptags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # We only have mono on these arches: @@ -45,6 +45,7 @@ BuildRequires: boo-devel BuildRequires: desktop-file-utils +Requires: mono-addins Requires: podsleuth Requires: libmtp Requires: %{name}-musicbrainz = %{version}-%{release} @@ -98,7 +99,7 @@ developing applications that use %{name}-musicbrainz. %prep %setup -q -n %{name}-1-%{version} -%patch0 -p0 -b .riptags +#patch0 -p0 -b .riptags cp -p %{SOURCE1} . %build @@ -123,7 +124,6 @@ rm %{buildroot}%{_libdir}/banshee-1/gstreamer-*/lib*.a desktop-file-install --vendor gnome --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ - --add-only-show-in=GNOME \ %{buildroot}%{_datadir}/applications/banshee-1.desktop %find_lang %name-1 @@ -180,6 +180,11 @@ fi %changelog +* Fri Jan 23 2009 Michel Salim - 1.4.2-1 +- Update to 1.4.2 +- Require mono-addins +- Enable menu entry on other desktops + * Thu Jan 1 2009 Michel Salim - 1.4.1-4 - Manually require libmtp diff --git a/sources b/sources index b998dce..b578279 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cd245c2eb47c67f83e921f4edf105abe banshee-1-1.4.1.tar.bz2 +ddee6b6c66aabb2c5a91c753ad5de498 banshee-1-1.4.2.tar.bz2