rpms/xine-lib/EL-5 xine-lib-1.1.16.3-mod_mimetypes_typo.patch, NONE, 1.1 xine-lib.spec, 1.28, 1.29

Rex Dieter rdieter at fedoraproject.org
Fri Apr 10 17:15:14 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/xine-lib/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1058

Modified Files:
	xine-lib.spec 
Added Files:
	xine-lib-1.1.16.3-mod_mimetypes_typo.patch 
Log Message:
* Fri Apr 10 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.16.3-2
- fix modtracker mimetypes


xine-lib-1.1.16.3-mod_mimetypes_typo.patch:

--- NEW FILE xine-lib-1.1.16.3-mod_mimetypes_typo.patch ---
diff -up xine-lib-1.1.16.3/src/demuxers/demux_mod.c.mod_mimetypes_typo xine-lib-1.1.16.3/src/demuxers/demux_mod.c
--- xine-lib-1.1.16.3/src/demuxers/demux_mod.c.mod_mimetypes_typo	2009-03-25 14:28:40.000000000 -0500
+++ xine-lib-1.1.16.3/src/demuxers/demux_mod.c	2009-04-10 10:15:04.000000000 -0500
@@ -387,11 +387,11 @@ static const char *get_mimetypes (demux_
          "audio/x-s3m: s3m: ScreamTracker 3 Module;"
          "audio/s3m: s3m: ScreamTracker 3 Module;"
          "application/playerpro: 669: 669 Tracker Module;"
-         "application/adrift; amf: ADRIFT Module File;"
-         "audio/med; med; Amiga MED/OctaMED Tracker Module Sound File;"
-         "audio/x-amf; amf: ADRIFT Module File;"
-         "audio/x-xm; xm: FastTracker II Audio;"
-         "audio/xm; xm: FastTracker II Audio;";
+         "application/adrift: amf: ADRIFT Module File;"
+         "audio/med: med: Amiga MED/OctaMED Tracker Module Sound File;"
+         "audio/x-amf: amf: ADRIFT Module File;"
+         "audio/x-xm: xm: FastTracker II Audio;"
+         "audio/xm: xm: FastTracker II Audio;";
 }
 
 static void class_dispose (demux_class_t *this_gen) {


Index: xine-lib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xine-lib/EL-5/xine-lib.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- xine-lib.spec	9 Apr 2009 13:01:31 -0000	1.28
+++ xine-lib.spec	10 Apr 2009 17:14:44 -0000	1.29
@@ -34,7 +34,7 @@
 Summary:        A multimedia engine 
 Name:           xine-lib
 Version:        1.1.16.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
 URL:            http://xinehq.de/
@@ -55,6 +55,8 @@
 Patch8:         xine-lib-1.1.15-avsync_hack.patch
 # http://bugzilla.redhat.com/477226
 Patch9:         xine-lib-1.1.16.2-multilib.patch
+## upstreamable patches
+Patch50:        xine-lib-1.1.16.3-mod_mimetypes_typo.patch
 ## upstream patches
 
 Provides:       xine-lib(plugin-abi) = %{plugin_abi}
@@ -207,6 +209,7 @@
 
 %patch8 -p1 -b .avsync_hack
 %patch9 -p1 -b .multilib
+%patch50 -p1 -b .mod_mimetypes_typo
 
 # Avoid standard rpaths on lib64 archs: (autotools patch should handle this, no? -- Rex )
 #sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure
@@ -439,6 +442,9 @@
 
 
 %changelog
+* Fri Apr 10 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.16.3-2
+- fix modtracker mimetypes
+
 * Fri Apr 03 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.16.3-1
 - xine-lib-1.1.16.3, plugin-abi 1.26
 




More information about the fedora-extras-commits mailing list