SHA256
1
0
forked from pool/rsibreak
OBS User unknown 2008-11-09 23:37:35 +00:00 committed by Git OBS Bridge
parent f113df2e0a
commit 2b82ed1563
3 changed files with 8 additions and 27 deletions

View File

@ -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

View File

@ -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

View File

@ -26,12 +26,11 @@ Group: Productivity/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Assists in the Recovery and Prevention of Repetitive Strain Injury
Version: 0.8.9+0.9.0_b5
Release: 1
Release: 2
%define tar_version 0.9.0-beta5
Source: rsibreak-%tar_version.tar.bz2
Patch0: disable-plasma-dep.diff
Patch1: fix-build.diff
Patch2: no-mmx.diff
Provides: kde4-rsibreak = 0.9.0
Obsoletes: kde4-rsibreak <= 0.9.0
%kde4_runtime_requires
@ -52,9 +51,6 @@ Authors:
%setup -n rsibreak-%tar_version -q
%patch0
%patch1
%ifnarch %ix86 x86_64
%patch2
%endif
%build
%cmake_kde4 -d build
@ -88,6 +84,8 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/autostart/rsibreak.desktop
%changelog
* Sun Nov 09 2008 stbinner@suse.de
- fix build on ppc
* Wed Nov 05 2008 dmueller@suse.de
- add missing runtime dependencies
* Tue Oct 28 2008 wstephenson@suse.de