rpms/qtractor/F-9 qtractor.spec,1.1,1.2
Orcan Ogetbil
oget at rpmfusion.org
Wed May 27 09:42:43 CEST 2009
- Previous message: rpms/qtractor/F-10 qtractor.spec,1.1,1.2
- Next message: rpms/vlc/devel 0001-Default-libv4l2-to-true.patch, NONE,
1.1 0002-Default-aout-for-pulse.patch, NONE, 1.1 .cvsignore,
1.13, 1.14 sources, 1.13,
1.14 vlc-1.0.0-pre1-xulrunner-191_support.patch, 1.1,
1.2 vlc.spec, 1.33, 1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: oget
Update of /cvs/free/rpms/qtractor/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1330
Modified Files:
qtractor.spec
Log Message:
* Wed May 27 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.1-4
- Explicitly disable SSE optimizations on non-"%{ix86} ia64 x86_64" architectures
Index: qtractor.spec
===================================================================
RCS file: /cvs/free/rpms/qtractor/F-9/qtractor.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtractor.spec 27 May 2009 06:35:17 -0000 1.1
+++ qtractor.spec 27 May 2009 07:42:42 -0000 1.2
@@ -1,7 +1,17 @@
+%ifarch %{ix86}
+%global without_sse %{!?_without_sse:0}%{?_without_sse:1}
+%endif
+%ifarch ia64 x86_64
+%global without_sse 0
+%endif
+%ifnarch %{ix86} ia64 x86_64
+%global without_sse 1
+%endif
+
Summary: Audio/MIDI multi-track sequencer
Name: qtractor
Version: 0.4.1
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://qtractor.sourceforge.net/
@@ -43,7 +53,11 @@
%build
export PATH=${PATH}:%{_libdir}/qt4/bin
-%configure
+%configure \
+%if %{without_sse}
+ --enable-sse=no
+%endif
+
make %{?_smp_mflags}
%install
@@ -90,6 +104,9 @@
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%changelog
+* Wed May 27 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.1-4
+- Explicitly disable SSE optimizations on non-"%%{ix86} ia64 x86_64" architectures
+
* Fri May 22 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.4.1-3
- preserve timestamps
- Previous message: rpms/qtractor/F-10 qtractor.spec,1.1,1.2
- Next message: rpms/vlc/devel 0001-Default-libv4l2-to-true.patch, NONE,
1.1 0002-Default-aout-for-pulse.patch, NONE, 1.1 .cvsignore,
1.13, 1.14 sources, 1.13,
1.14 vlc-1.0.0-pre1-xulrunner-191_support.patch, 1.1,
1.2 vlc.spec, 1.33, 1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rpmfusion-commits
mailing list