rpms/banshee/devel x-content.patch,NONE,1.1 banshee.spec,1.38,1.39

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Fri Jan 18 06:26:51 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/banshee/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26930

Modified Files:
	banshee.spec 
Added Files:
	x-content.patch 
Log Message:
content-type support


x-content.patch:

--- NEW FILE x-content.patch ---
diff -up banshee-0.13.2/data/banshee.desktop.in.in.x-content banshee-0.13.2/data/banshee.desktop.in.in
--- banshee-0.13.2/data/banshee.desktop.in.in.x-content	2008-01-18 01:23:23.000000000 -0500
+++ banshee-0.13.2/data/banshee.desktop.in.in	2008-01-18 01:24:21.000000000 -0500
@@ -14,4 +14,5 @@ X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=banshee
 X-GNOME-Bugzilla-Component=General
 X-GNOME-Bugzilla-Version=@VERSION@
-MimeType=application/musepack;application/x-musepack;audio/musepack;audio/x-musepack;audio/mp;audio/x-mp;audio/mpc;audio/x-mpc;audio/x-mod;audio/x-it;audio/x-s3m;audio/x-xm;application/ogg;application/x-ogg;audio/ogg;audio/x-ogg;application/x-flac;audio/flac;audio/x-flac;audio/vorbis;audio/x-vorbis;application/x-ape;audio/ape;audio/x-ape;application/x-id3;audio/mp3;audio/mpeg;audio/mpeg3;audio/x-mp3;audio/x-mpeg;audio/x-mpeg-3;audio/x-m4a;
+MimeType=application/musepack;application/x-musepack;audio/musepack;audio/x-musepack;audio/mp;audio/x-mp;audio/mpc;audio/x-mpc;audio/x-mod;audio/x-it;audio/x-s3m;audio/x-xm;application/ogg;application/x-ogg;audio/ogg;audio/x-ogg;application/x-flac;audio/flac;audio/x-flac;audio/vorbis;audio/x-vorbis;application/x-ape;audio/ape;audio/x-ape;application/x-id3;audio/mp3;audio/mpeg;audio/mpeg3;audio/x-mp3;audio/x-mpeg;audio/x-mpeg-3;audio/x-m4a;x-content/audio-cdda;x-content/audio-dvd;x-content/audio-player;
+


Index: banshee.spec
===================================================================
RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- banshee.spec	14 Jan 2008 17:02:48 -0000	1.38
+++ banshee.spec	18 Jan 2008 06:26:04 -0000	1.39
@@ -1,6 +1,6 @@
 Name:    banshee
 Version: 0.13.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: easily import, manage, and play selections from your music collection
 
 Group:   Applications/Multimedia
@@ -10,6 +10,8 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch1: banshee-0.10.12-mono-libdir.patch
 Patch2: banshee-0.10.12-libdbus-glib-dllmap.patch
+#
+Patch3: x-content.patch
 
 # We only have mono on these arches:
 ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha
@@ -49,6 +51,7 @@
 %setup -q
 #%patch1 -p1 -b .mono-libdir
 #%patch2 -p1 -b .libdbus-glib-dllmap
+%patch3 -p1 -b .x-content
 
 %build
 # try to work around a problem where gst-inspect does
@@ -117,6 +120,9 @@
 %exclude %{_libdir}/banshee/*.la
 
 %changelog
+* Fri Jan 18 2008 Matthias Clasen <mclasen at redhat.com> - 0.13.2-2
+- Add content-type support
+
 * Mon Jan 14 2008 Christopher Aillon <caillon at redhat.com> - 0.13.2-1
 - Update to 0.13.2
 




More information about the fedora-extras-commits mailing list