rpms/ardour/F-8 ardour-2.3-SConstruct.patch, 1.1, 1.2 ardour.spec, 1.13, 1.14

Anthony Green (green) fedora-extras-commits at redhat.com
Sat Feb 9 16:31:51 UTC 2008


Author: green

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

Modified Files:
	ardour-2.3-SConstruct.patch ardour.spec 
Log Message:
fix powerpc64 support

ardour-2.3-SConstruct.patch:

Index: ardour-2.3-SConstruct.patch
===================================================================
RCS file: /cvs/extras/rpms/ardour/F-8/ardour-2.3-SConstruct.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ardour-2.3-SConstruct.patch	9 Feb 2008 15:25:39 -0000	1.1
+++ ardour-2.3-SConstruct.patch	9 Feb 2008 16:31:40 -0000	1.2
@@ -9,3 +9,17 @@
      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),
+--- SConstruct~	2008-02-07 13:39:56.000000000 -0800
++++ SConstruct	2008-02-09 08:26:40.000000000 -0800
+@@ -710,9 +710,9 @@
+             print "\nWarning: you are building Ardour with SSE support even though your system does not support these instructions. (This may not be an error, especially if you are a package maintainer)"
+ # end optimization section
+ 
+-# handle x86/x86_64 libdir properly
++# handle 64-bit libdirs properly
+ 
+-if env['DIST_TARGET'] == 'x86_64':
++if env['DIST_TARGET'] in ['x86_64', 'powerpc64' ]:
+     env['LIBDIR']='lib64'
+ else:
+     env['LIBDIR']='lib'


Index: ardour.spec
===================================================================
RCS file: /cvs/extras/rpms/ardour/F-8/ardour.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ardour.spec	9 Feb 2008 15:30:33 -0000	1.13
+++ ardour.spec	9 Feb 2008 16:31:40 -0000	1.14
@@ -1,7 +1,7 @@
 Summary:       Multichannel Digital Audio Workstation
 Name:          ardour
 Version:       2.3.1
-Release:       2%{?dist}
+Release:       3%{?dist}
 Source:        http://ardour.org/files/releases/ardour-%{version}.tar.bz2
 Source1:       ardour2.desktop
 Source2:       ardour.script
@@ -155,6 +155,9 @@
 %{_datadir}/applications/fedora-ardour2.desktop
 
 %changelog
+* Sat Feb 09 2008 Anthony Green <green at redhat.com> 2.3.1-3
+- Fix powerpc64 support with new SConstruct patch changes.
+
 * Sat Feb 09 2008 Anthony Green <green at redhat.com> 2.3.1-2
 - Remove glib patch.
 




More information about the fedora-extras-commits mailing list