Accepting request 571397 from home:iznogood:branches:graphics

- Drop %%ix86 conditional, only pass --enable-sse for x86_64.
- Update to version 2.11.2:
  + added support for `-o -`.
  + windows/JNI build fixes.
- Changes from version 2.8:
  + libimagequant is a separate project.
  + --strip option to disable copying of PNG metadata.
- Changes from version 2.7:
  + improved dithering of saturated and semitransparent colors.
  + fixed order of log output when using openmp.
  + improved quality sanity check in --skip-if-larger option.
  + disabled palette post-processing on colors from --map option to
    preserve them exactly.
- Changes from version 2.6:
  + when source image has no color profile information, the output
    won't have either.
- Changes from version 2.5:
  + replaced color search algorithm with vantage point tree, which
    is much faster and more reliable.
  + deprecated IE6 workaround.
  + warn when compiled without color profile support.
  + Rust API for libimagequant.
- Changes from version 2.4:
  + fixed remapping of bright colors when dithering.
- BuildRequire libimagequant-devel: the library lives in a separate
  project since version 2.8.
- update to version 2.3.1
- Update to version 2.3.0
- Building with OpenMP support makes pngquant faster in wall-clock time on multicore machines when one image at a time is processed.
- Version 1.8.0

OBS-URL: https://build.opensuse.org/request/show/571397
OBS-URL: https://build.opensuse.org/package/show/graphics/pngquant?expand=0&rev=5
This commit is contained in:
OBS User mrdocs 2018-01-31 14:39:59 +00:00 committed by Git OBS Bridge
parent 6f86cdce49
commit cc36391d69
2 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,12 @@
-------------------------------------------------------------------
Tue Jan 30 22:45:49 UTC 2018 - bjorn.lie@gmail.com
- Drop %%ix86 conditional, only pass --enable-sse for x86_64.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 16 14:50:49 UTC 2017 - dimstar@opensuse.org Thu Nov 16 14:50:49 UTC 2017 - dimstar@opensuse.org
- Update to version version 2.11.2: - Update to version 2.11.2:
+ added support for `-o -`. + added support for `-o -`.
+ windows/JNI build fixes. + windows/JNI build fixes.
- Changes from version 2.8: - Changes from version 2.8:

View File

@ -43,7 +43,7 @@ modern web browsers, and have better fallback in IE6 than 24-bit PNGs.
%build %build
./configure \ ./configure \
--prefix=%prefix \ --prefix=%prefix \
%ifarch x86_64 %ix86 %ifarch x86_64
--enable-sse \ --enable-sse \
%endif %endif
--extra-cflags='%{optflags}' \ --extra-cflags='%{optflags}' \