SHA256
1
0
forked from pool/gimp-dds

Accepting request 139968 from GNOME:Apps

Update to 2.2.1 (forwarded request 130936 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/139968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp-dds?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2012-11-02 16:32:35 +00:00 committed by Git OBS Bridge
parent 5461b08fa1
commit 6948d51956
4 changed files with 21 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:307de8a7e1f2374c88e8b2a628dfa96ac9ea35ab1a0b6afac916bc7358676af0
size 467193

3
gimp-dds-2.2.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ee2ef30bf62066fd17fbd2723a4fb5eec8b380278fa9db6df4fc314ec603c4d
size 467311

View File

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

View File

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