forked from pool/rsibreak
This commit is contained in:
parent
f113df2e0a
commit
2b82ed1563
22
no-mmx.diff
22
no-mmx.diff
@ -1,22 +0,0 @@
|
|||||||
--- CMakeLists.txt 2008/10/20 18:08:09 1.5
|
|
||||||
+++ CMakeLists.txt 2008/10/20 18:12:17
|
|
||||||
@@ -10,7 +10,7 @@
|
|
||||||
|
|
||||||
|
|
||||||
add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
|
|
||||||
-add_definitions (-mmmx)
|
|
||||||
+#add_definitions (-mmmx)
|
|
||||||
include_directories ( ${KDE4_INCLUDES} ${BLITZ_INCLUDES} )
|
|
||||||
ADD_SUBDIRECTORY( icons )
|
|
||||||
ADD_SUBDIRECTORY( src )
|
|
||||||
--- src/grayouteffect.cpp 2008/10/20 18:23:09 1.1
|
|
||||||
+++ src/grayouteffect.cpp 2008/10/20 18:23:52
|
|
||||||
@@ -34,7 +34,7 @@
|
|
||||||
#include <string>
|
|
||||||
#include <cstring>
|
|
||||||
|
|
||||||
-#if 1
|
|
||||||
+#ifdef __MMX__
|
|
||||||
#include <mmintrin.h>
|
|
||||||
#endif
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 9 08:10:26 CET 2008 - stbinner@suse.de
|
||||||
|
|
||||||
|
- fix build on ppc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 5 11:53:28 CET 2008 - dmueller@suse.de
|
Wed Nov 5 11:53:28 CET 2008 - dmueller@suse.de
|
||||||
|
|
||||||
|
@ -26,12 +26,11 @@ Group: Productivity/Other
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: Assists in the Recovery and Prevention of Repetitive Strain Injury
|
Summary: Assists in the Recovery and Prevention of Repetitive Strain Injury
|
||||||
Version: 0.8.9+0.9.0_b5
|
Version: 0.8.9+0.9.0_b5
|
||||||
Release: 1
|
Release: 2
|
||||||
%define tar_version 0.9.0-beta5
|
%define tar_version 0.9.0-beta5
|
||||||
Source: rsibreak-%tar_version.tar.bz2
|
Source: rsibreak-%tar_version.tar.bz2
|
||||||
Patch0: disable-plasma-dep.diff
|
Patch0: disable-plasma-dep.diff
|
||||||
Patch1: fix-build.diff
|
Patch1: fix-build.diff
|
||||||
Patch2: no-mmx.diff
|
|
||||||
Provides: kde4-rsibreak = 0.9.0
|
Provides: kde4-rsibreak = 0.9.0
|
||||||
Obsoletes: kde4-rsibreak <= 0.9.0
|
Obsoletes: kde4-rsibreak <= 0.9.0
|
||||||
%kde4_runtime_requires
|
%kde4_runtime_requires
|
||||||
@ -52,9 +51,6 @@ Authors:
|
|||||||
%setup -n rsibreak-%tar_version -q
|
%setup -n rsibreak-%tar_version -q
|
||||||
%patch0
|
%patch0
|
||||||
%patch1
|
%patch1
|
||||||
%ifnarch %ix86 x86_64
|
|
||||||
%patch2
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde4 -d build
|
||||||
@ -88,6 +84,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/autostart/rsibreak.desktop
|
/usr/share/autostart/rsibreak.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 09 2008 stbinner@suse.de
|
||||||
|
- fix build on ppc
|
||||||
* Wed Nov 05 2008 dmueller@suse.de
|
* Wed Nov 05 2008 dmueller@suse.de
|
||||||
- add missing runtime dependencies
|
- add missing runtime dependencies
|
||||||
* Tue Oct 28 2008 wstephenson@suse.de
|
* Tue Oct 28 2008 wstephenson@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user