forked from pool/gimp-dds
Accepting request 212263 from GNOME:Apps
- Update to version 3.0.1: + Minor bug fix release. - Changes from versioon 3.0.0: + New major "turkey-day" release! + New DXT compressor. + OpenMP support. + New mipmap generator, with better support for alpha mipmaps. + Support reading/writing DX10 texture arrays. - Only export %{optflags} into CFLAGS: the Makefile now correctly extends CFLAGS with its own values instead of overwriting everything. - No longer call make -e, but use regular make call (as we don't need to prefer env variables any longer). (forwarded request 212201 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/212263 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp-dds?expand=0&rev=7
This commit is contained in:
parent
6948d51956
commit
984774099b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ee2ef30bf62066fd17fbd2723a4fb5eec8b380278fa9db6df4fc314ec603c4d
|
||||
size 467311
|
3
gimp-dds-3.0.1.tar.bz2
Normal file
3
gimp-dds-3.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e53df3b8b98c55f22fa7ea2c3ed17478626c924b24c69d499f5d813c3c2788a
|
||||
size 470026
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 24 17:11:12 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.0.1:
|
||||
+ Minor bug fix release.
|
||||
- Changes from versioon 3.0.0:
|
||||
+ New major "turkey-day" release!
|
||||
+ New DXT compressor.
|
||||
+ OpenMP support.
|
||||
+ New mipmap generator, with better support for alpha mipmaps.
|
||||
+ Support reading/writing DX10 texture arrays.
|
||||
- Only export %{optflags} into CFLAGS: the Makefile now correctly
|
||||
extends CFLAGS with its own values instead of overwriting
|
||||
everything.
|
||||
- No longer call make -e, but use regular make call (as we don't
|
||||
need to prefer env variables any longer).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 15 16:55:17 UTC 2012 - malcolmlewis@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gimp-dds
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: gimp-dds
|
||||
Version: 2.2.1
|
||||
Version: 3.0.1
|
||||
Release: 0
|
||||
Summary: Plugin for GIMP providing support for the DDS format
|
||||
License: GPL-2.0+
|
||||
@ -61,9 +61,9 @@ DDS plugin:
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
# 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
|
||||
# The Makefile correct expands CFLAGS
|
||||
export CFLAGS="%{optflags}"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
install -D -m 0755 dds %{buildroot}%{_libdir}/gimp/2.0/plug-ins/dds
|
||||
|
Loading…
Reference in New Issue
Block a user