diff --git a/gimp-2.2.7-gcc4.patch b/gimp-2.2.7-gcc4.patch new file mode 100644 index 0000000..c248bb8 --- /dev/null +++ b/gimp-2.2.7-gcc4.patch @@ -0,0 +1,3 @@ +--- gimp-2.2.7/app/composite/gimp-composite-sse2.c.gcc4 2005-05-13 13:15:20.000000000 +0200 +--- gimp-2.2.7/app/composite/gimp-composite-sse.c.gcc4 2005-01-08 00:58:33.000000000 +0100 +--- gimp-2.2.7/app/composite/gimp-composite-mmx.c.gcc4 2005-01-11 12:27:25.000000000 +0100 diff --git a/gimp.spec b/gimp.spec index 0be3e1a..d676cdc 100644 --- a/gimp.spec +++ b/gimp.spec @@ -14,7 +14,7 @@ Version: 2.2.7 %define minorver 200 %define microver %(ver=%{version}; echo ${ver##*.*.}) #define prever pre2 -Release: %{?prever:0.0.%{prever}.}3 +Release: %{?prever:0.0.%{prever}.}4 Epoch: 2 License: GPL, LGPL Group: Applications/Multimedia @@ -55,9 +55,8 @@ Source0: ftp://ftp.gimp.org/pub/gimp/v%{binver}/%{?prever:testing/}gimp-%{versi Patch0: gimp-2.0pre3-buildroot.patch Patch1: gimp-2.0.1-gimphelpmissing.patch Patch2: gimp-2.2.3-icontheme.patch -Patch3: gimp-2.2.4-gcc4.patch +Patch3: gimp-2.2.7-gcc4.patch Patch4: gimp-2.2.4-gifload.patch -Patch5: gimp-2.2.7-cpuinstructionset.patch %description The GIMP (GNU Image Manipulation Program) is a powerful image @@ -86,7 +85,6 @@ extensions. %patch2 -p1 -b .icontheme %patch3 -p1 -b .gcc4 %patch4 -p1 -b .gifload -%patch5 -p1 -b .cpuinstructionset %build libtoolize --copy --force @@ -315,6 +313,9 @@ fi %{_libdir}/pkgconfig/* %changelog +* Fri May 13 2005 Nils Philippsen +- fix inline asm of MMX/SSE optimizations instead of using -mmmx and the like + * Fri May 13 2005 Nils Philippsen - fix cpuinstructionset patch so that it actually uses CPU-specific optimizations