rpms/xine-lib/devel xine-lib-add-mime-for-mod.patch, NONE, 1.1 xine-lib.spec, 1.71, 1.72

Rex Dieter rdieter at fedoraproject.org
Thu Mar 26 14:57:01 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/xine-lib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16578

Modified Files:
	xine-lib.spec 
Added Files:
	xine-lib-add-mime-for-mod.patch 
Log Message:
* Thu Mar 26 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.16.2-6
- add-mime-for-mod.patch 


xine-lib-add-mime-for-mod.patch:

--- NEW FILE xine-lib-add-mime-for-mod.patch ---
--- src/demuxers/demux_mod.c	2009-02-08 20:56:51.000000000 +0200
+++ src/demuxers/demux_mod.c.add-mime	2009-03-25 19:41:03.259017840 +0200
@@ -379,7 +379,19 @@
 }
 
 static const char *get_mimetypes (demux_class_t *this_gen) {
-  return NULL;
+  return "audio/x-mod: mod: SoundTracker/NoiseTracker/ProTracker Module;"
+         "audio/mod: mod: SoundTracker/NoiseTracker/ProTracker Module;"
+         "audio/it: it: ImpulseTracker Module;"
+         "audio/x-it: it: ImpulseTracker Module;"
+         "audio/x-stm: stm: ScreamTracker 2 Module;"
+         "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;";
 }
 
 static void class_dispose (demux_class_t *this_gen) {

Index: xine-lib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xine-lib/devel/xine-lib.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- xine-lib.spec	10 Mar 2009 01:10:54 -0000	1.71
+++ xine-lib.spec	26 Mar 2009 14:56:30 -0000	1.72
@@ -34,7 +34,7 @@
 Summary:        A multimedia engine 
 Name:           xine-lib
 Version:        1.1.16.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
 URL:            http://xinehq.de/
@@ -56,7 +56,8 @@
 # http://bugzilla.redhat.com/477226
 Patch9:         xine-lib-1.1.16.2-multilib.patch
 ## upstream patches
-Patch100:	xine-lib-safe-audio-pause3.patch
+Patch100:       xine-lib-safe-audio-pause3.patch
+Patch101:       xine-lib-add-mime-for-mod.patch
 
 Provides:       xine-lib(plugin-abi) = %{abiver}
 %if "%{?_isa}" != "%{nil}"
@@ -210,6 +211,7 @@
 %patch9 -p1 -b .multilib
 
 %patch100 -p1 -b .safe_audio_pause
+%patch101 -p0 -b .add-mime-for-mod
 
 # Avoid standard rpaths on lib64 archs: (autotools patch should handle this, no? -- Rex )
 #sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure
@@ -442,6 +444,9 @@
 
 
 %changelog
+* Thu Mar 26 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.16.2-6
+- add-mime-for-mod.patch 
+
 * Tue Mar 10 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.1.16.2-5
 - rebuild for new ImageMagick
 




More information about the fedora-extras-commits mailing list