rpms/timidity++/F-8 timidity++.spec,1.17,1.18

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Mon Dec 10 20:38:20 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/timidity++/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30143

Modified Files:
	timidity++.spec 
Log Message:
* Mon Dec 10 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.13.2-5
- Add patches to fix detect and compile of speex and flac outputs
- Add various bugfixes from Debian
- Enable ogg, flac, speex, libao and jack output formats (bz 412431)
- Make libao the default output as libao support pulseaudio directly



Index: timidity++.spec
===================================================================
RCS file: /cvs/extras/rpms/timidity++/F-8/timidity++.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- timidity++.spec	14 Oct 2007 19:39:45 -0000	1.17
+++ timidity++.spec	10 Dec 2007 20:37:43 -0000	1.18
@@ -1,7 +1,7 @@
 Summary: A software wavetable MIDI synthesizer
 Name: timidity++
 Version: 2.13.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 Group: Applications/Multimedia
 Source: http://downloads.sourceforge.net/timidity/TiMidity++-%{version}.tar.bz2
 Source1: http://archive.cs.umbc.edu/pub/midia/instruments.tar.bz2
@@ -14,10 +14,21 @@
 Patch3: TiMidity++-2.13.0-detect.patch
 Patch5: TiMidity++-2.13.0-64bit.patch
 Patch6: TiMidity++-2.13.0-warnings.patch
+Patch7: TiMidity++-2.13.2-flac-detect.patch
+Patch8: TiMidity++-2.13.2-speex.patch
+Patch9: TiMidity++-2.13.2-libao-first.patch
+# The following patches are courtesy of Debian
+Patch10: TiMidity++-2.13.2-man-pages.patch
+Patch11: TiMidity++-2.13.2-misc-fixes.patch
+Patch12: TiMidity++-2.13.2-mlutil.patch
+Patch13: TiMidity++-2.13.2-flac.patch
+
 License: GPLv2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Obsoletes: timidity++-X11
 BuildRequires: arts-devel esound-devel alsa-lib-devel ncurses-devel gtk2-devel
+BuildRequires: libao-devel libvorbis-devel flac-devel speex-devel
+BuildRequires: jack-audio-connection-kit-devel
 BuildRequires: desktop-file-utils
 Requires: %{name}-patches = %{version}-%{release}, hicolor-icon-theme
 
@@ -47,14 +58,20 @@
 # fix for x86_64 and s390x
 %patch5 -p1 -b .64bit
 %patch6 -p1 -b .warnings
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
 
 
 %build
 export EXTRACFLAGS="$RPM_OPT_FLAGS"
 %configure --enable-dynamic --disable-dependency-tracking \
-	--enable-interface=ncurses,slang,vt100,alsaseq,server,network,gtk \
-	--enable-audio=oss,arts,alsa,esd,vorbis \
-	--enable-gtk
+	--enable-interface=ncurses,vt100,alsaseq,server,network,gtk \
+	--enable-audio=oss,arts,alsa,esd,ao,jack,vorbis,speex,flac
 make
 
 
@@ -115,6 +132,12 @@
 
 
 %changelog
+* Mon Dec 10 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.13.2-5
+- Add patches to fix detect and compile of speex and flac outputs
+- Add various bugfixes from Debian
+- Enable ogg, flac, speex, libao and jack output formats (bz 412431)
+- Make libao the default output as libao support pulseaudio directly
+
 * Sat Oct 13 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.13.2-4
 - Split the patches of into a seperate sub package so that they can be used
   by other wavetable midi synthesizers, without dragging in a bunch of unwanted




More information about the fedora-extras-commits mailing list