Accepting request 542466 from home:dimstar:Factory
Update to 2.11.2 - please forward to openSUSE:Factory, since appstream-glib will start using this OBS-URL: https://build.opensuse.org/request/show/542466 OBS-URL: https://build.opensuse.org/package/show/graphics/pngquant?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
4b8737fa73
commit
6f86cdce49
3
2.11.2.tar.gz
Normal file
3
2.11.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c74418f1d41db0afad6102cdeaee9e567e35a0b8651a18973160857fe6d6767
|
||||
size 67369
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2ac71f2b7e8f600bd4d78b04c8701823678fe15c1ba1e2e48ca529fa091c024
|
||||
size 65488
|
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 14:50:49 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 25 20:06:53 UTC 2014 - opensuse@dstoecker.de
|
||||
|
||||
@@ -13,4 +42,4 @@ Sat Dec 1 14:17:04 UTC 2012 - joerg@afflerbach.info
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
|
@@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
Name: pngquant
|
||||
Version: 2.3.1
|
||||
Version: 2.11.2
|
||||
Release: 0
|
||||
Summary: Converts 24/32-bit RGBA PNGs to 8-bit palette with alpha channel preserved
|
||||
License: BSD-2-Clause
|
||||
License: GPL-3.0+
|
||||
Group: Development/Tools/Other
|
||||
Url: http://pngquant.org/
|
||||
Source: https://github.com/pornel/pngquant/archive/%{version}.tar.gz
|
||||
@@ -28,6 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: liblcms2-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: libimagequant-devel >= %{version}
|
||||
|
||||
%description
|
||||
pngquant is a command-line utility and a library for lossy compression of PNG images.
|
||||
@@ -54,7 +55,7 @@ modern web browsers, and have better fallback in IE6 than 24-bit PNGs.
|
||||
%__mkdir -p %buildroot%_bindir %buildroot%_docdir/%name
|
||||
|
||||
install --mode 0755 --strip %name %buildroot%_bindir
|
||||
install --mode 0644 CHANGELOG COPYRIGHT INSTALL README.md %buildroot%_docdir/%name
|
||||
install --mode 0644 CHANGELOG COPYRIGHT README.md %buildroot%_docdir/%name
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
|
Reference in New Issue
Block a user