forked from pool/gimp-dds
984774099b
- 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
53 lines
2.1 KiB
Plaintext
53 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
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
|
|
|
|
- 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
|
|
|
|
- Update to version 2.1.0:
|
|
+ GIMP 2.8 support.
|
|
+ DXT compression quality enhancements.
|
|
+ Various bug fixes.
|
|
+ Support for saving existing mipmap chain (2D images only).
|
|
- Drop gimp-dds-fix-linker.patch, a variation of this has been
|
|
applied upstream.
|
|
- Drop gimp-dds-fix-incorrect-fsf-address.patch, fixed upstream.
|
|
- Change to release tarball instead of svn checkout.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 14 19:22:49 UTC 2012 - malcolmlewis@opensuse.org
|
|
|
|
- Initial build.
|
|
- Add gimp-dds-fix-linker.patch: Fix linker and optflags
|
|
(http://code.google.com/p/gimp-dds/issues/detail?id=13).
|
|
- Add gimp-dds-fix-incorrect-fsf-address.patch: Fix incorrect FSF
|
|
address (http://code.google.com/p/gimp-dds/issues/detail?id=14).
|
|
|