Package Release Info

gimp-dds-3.0.1-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gimp-plugin-dds
gimp-plugin-dds-doc

Change Logs

* Tue Dec 24 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 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 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 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).