rpms/ardour/F-8 ardour-2.1-SConstruct.patch, 1.1, 1.2 ardour.spec, 1.7, 1.8

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Fri Dec 21 18:29:20 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/ardour/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17488

Modified Files:
	ardour-2.1-SConstruct.patch ardour.spec 
Log Message:
* Mon Dec 17 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.1-4
- Fix building of ardour on alpha machines (bz 425987)


ardour-2.1-SConstruct.patch:

Index: ardour-2.1-SConstruct.patch
===================================================================
RCS file: /cvs/extras/rpms/ardour/F-8/ardour-2.1-SConstruct.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ardour-2.1-SConstruct.patch	12 Oct 2007 11:50:11 -0000	1.1
+++ ardour-2.1-SConstruct.patch	21 Dec 2007 18:29:12 -0000	1.2
@@ -6,7 +6,7 @@
      BoolOption('DEBUG', 'Set to build with debugging information and no optimizations', 0),
      PathOption('DESTDIR', 'Set the intermediate install "prefix"', '/'),
 -    EnumOption('DIST_TARGET', 'Build target for cross compiling packagers', 'auto', allowed_values=('auto', 'i386', 'i686', 'x86_64', 'powerpc', 'tiger', 'panther', 'none' ), ignorecase=2),
-+    EnumOption('DIST_TARGET', 'Build target for cross compiling packagers', 'auto', allowed_values=('auto', 'i386', 'i686', 'x86_64', 'powerpc', 'powerpc64', 'tiger', 'panther', 'none' ), ignorecase=2),
++    EnumOption('DIST_TARGET', 'Build target for cross compiling packagers', 'auto', allowed_values=('auto', 'i386', 'i686', 'x86_64', 'powerpc', 'powerpc64', 'tiger', 'panther', 'alpha', 'none' ), ignorecase=2),
      BoolOption('DMALLOC', 'Compile and link using the dmalloc library', 0),
      BoolOption('EXTRA_WARN', 'Compile with -Wextra, -ansi, and -pedantic.  Might break compilation.  For pedants', 0),
      BoolOption('FFT_ANALYSIS', 'Include FFT analysis window', 0),


Index: ardour.spec
===================================================================
RCS file: /cvs/extras/rpms/ardour/F-8/ardour.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ardour.spec	12 Oct 2007 11:50:11 -0000	1.7
+++ ardour.spec	21 Dec 2007 18:29:12 -0000	1.8
@@ -1,7 +1,7 @@
 Summary:       Multichannel Digital Audio Workstation
 Name:          ardour
 Version:       2.1
-Release:       3%{?dist}
+Release:       4%{?dist}
 Source:        http://ardour.org/files/releases/ardour-%{version}.tar.bz2
 Source1:       ardour2.desktop
 Patch0:        ardour-2.1-SConstruct.patch
@@ -68,6 +68,9 @@
 %ifarch ppc64
 TARGETCPU=powerpc64
 %endif
+%ifarch alpha
+TARGETCPU=alpha
+%endif
 
 if [ -z "$TARGETCPU" ]; then
   echo "Please add support for your architecture to ardour.spec and"
@@ -142,6 +145,9 @@
 %{_datadir}/applications/fedora-ardour2.desktop
 
 %changelog
+* Mon Dec 17 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.1-4
+- Fix building of ardour on alpha machines (bz 425987)
+
 * Wed Oct 10 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 2.1-3
 - Fix finding of translations (bz 238552)
 - Convert some documentation files to UTF-8




More information about the fedora-extras-commits mailing list