rpms/timidity++/devel timidity++.spec,1.18,1.19

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Tue Dec 11 10:30:24 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/timidity++/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9227

Modified Files:
	timidity++.spec 
Log Message:
* Tue Dec 11 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.13.2-6
- Disable building of the jack output on powerpc64, as that mysteriously fails
  to build there.



Index: timidity++.spec
===================================================================
RCS file: /cvs/extras/rpms/timidity++/devel/timidity++.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- timidity++.spec	10 Dec 2007 20:35:18 -0000	1.18
+++ timidity++.spec	11 Dec 2007 10:29:45 -0000	1.19
@@ -1,7 +1,7 @@
 Summary: A software wavetable MIDI synthesizer
 Name: timidity++
 Version: 2.13.2
-Release: 5%{?dist}
+Release: 6%{?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
@@ -28,7 +28,9 @@
 Obsoletes: timidity++-X11
 BuildRequires: arts-devel esound-devel alsa-lib-devel ncurses-devel gtk2-devel
 BuildRequires: libao-devel libvorbis-devel flac-devel speex-devel
+%ifnarch ppc64
 BuildRequires: jack-audio-connection-kit-devel
+%endif
 BuildRequires: desktop-file-utils
 Requires: %{name}-patches = %{version}-%{release}, hicolor-icon-theme
 
@@ -71,7 +73,11 @@
 export EXTRACFLAGS="$RPM_OPT_FLAGS"
 %configure --enable-dynamic --disable-dependency-tracking \
 	--enable-interface=ncurses,vt100,alsaseq,server,network,gtk \
+%ifnarch ppc64
 	--enable-audio=oss,arts,alsa,esd,ao,jack,vorbis,speex,flac
+%else
+	--enable-audio=oss,arts,alsa,esd,ao,vorbis,speex,flac
+%endif
 make
 
 
@@ -132,6 +138,10 @@
 
 
 %changelog
+* Tue Dec 11 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.13.2-6
+- Disable building of the jack output on powerpc64, as that mysteriously fails
+  to build there.
+
 * 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




More information about the fedora-extras-commits mailing list