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:
parent
952de83af7
commit
8073607020
@ -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
3
gimp-dds-2.2.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3ee2ef30bf62066fd17fbd2723a4fb5eec8b380278fa9db6df4fc314ec603c4d
|
||||||
|
size 467311
|
@ -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
|
Sun Jul 22 13:06:29 UTC 2012 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gimp-dds
|
Name: gimp-dds
|
||||||
Version: 2.1.0
|
Version: 2.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Plugin for GIMP providing support for the DDS format
|
Summary: Plugin for GIMP providing support for the DDS format
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -58,10 +58,12 @@ DDS plugin:
|
|||||||
+ Saving volume map images
|
+ Saving volume map images
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup -q
|
||||||
|
|
||||||
%build
|
%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
|
||||||
install -D -m 0755 dds %{buildroot}%{_libdir}/gimp/2.0/plug-ins/dds
|
install -D -m 0755 dds %{buildroot}%{_libdir}/gimp/2.0/plug-ins/dds
|
||||||
|
Loading…
Reference in New Issue
Block a user