diff --git a/gimp-dds-2.1.0.tar.bz2 b/gimp-dds-2.1.0.tar.bz2 deleted file mode 100644 index 179dd7f..0000000 --- a/gimp-dds-2.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:307de8a7e1f2374c88e8b2a628dfa96ac9ea35ab1a0b6afac916bc7358676af0 -size 467193 diff --git a/gimp-dds-2.2.1.tar.bz2 b/gimp-dds-2.2.1.tar.bz2 new file mode 100644 index 0000000..604dbf2 --- /dev/null +++ b/gimp-dds-2.2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee2ef30bf62066fd17fbd2723a4fb5eec8b380278fa9db6df4fc314ec603c4d +size 467311 diff --git a/gimp-dds.changes b/gimp-dds.changes index 3e03422..1d46d66 100644 --- a/gimp-dds.changes +++ b/gimp-dds.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Aug 15 16:55:17 UTC 2012 - malcolmlewis@opensuse.org + +- Updated to version 2.2.1: + + Bugfix release. Fixes artifacts introduced by the compression + code in some images. +- Updates from version 2.2.0: + + Compressed non-power-of-2 texture support. + + Fix compressed mipmap images with width or height less than 4. +- Export CFLAGS in order to have a fully optimized build. Note: + as the Makefile does not support extending CFLAGS, we need to add + the content of the original variable as well, and invoke make -e. + ------------------------------------------------------------------- Sun Jul 22 13:06:29 UTC 2012 - zaitor@opensuse.org diff --git a/gimp-dds.spec b/gimp-dds.spec index 2fa3399..c019e89 100644 --- a/gimp-dds.spec +++ b/gimp-dds.spec @@ -18,7 +18,7 @@ Name: gimp-dds -Version: 2.1.0 +Version: 2.2.1 Release: 0 Summary: Plugin for GIMP providing support for the DDS format License: GPL-2.0+ @@ -58,10 +58,12 @@ DDS plugin: + Saving volume map images %prep -%setup +%setup -q %build -make %{?_smp_mflags} +# As we currently need to override CFLAGS, we also need to inject gtk2 and gimp cflags. +export CFLAGS="%{optflags} $(pkg-config --cflags gtk+-2.0 gimp-2.0)" +make %{?_smp_mflags} -e %install install -D -m 0755 dds %{buildroot}%{_libdir}/gimp/2.0/plug-ins/dds