Accepting request 685652 from home:jengelh:branches:graphics
- Use noun phrase in summary. Update description with parts from from README.md. OBS-URL: https://build.opensuse.org/request/show/685652 OBS-URL: https://build.opensuse.org/package/show/graphics/pngquant?expand=0&rev=12
This commit is contained in:
parent
7f84802b23
commit
bda2830fd1
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 13 17:57:56 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Use noun phrase in summary. Update description with parts from
|
||||||
|
from README.md.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 11 09:01:47 UTC 2019 - munix9@googlemail.com
|
Mon Feb 11 09:01:47 UTC 2019 - munix9@googlemail.com
|
||||||
|
|
||||||
@ -65,4 +71,3 @@ 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.
|
- 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
|
- Version 1.8.0
|
||||||
|
|
||||||
|
@ -12,14 +12,14 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: pngquant
|
Name: pngquant
|
||||||
Version: 2.12.2
|
Version: 2.12.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Converts 24/32-bit RGBA PNGs to 8-bit palette with alpha channel preserved
|
Summary: Tool for lossy compression of PNG images
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Url: https://pngquant.org/
|
Url: https://pngquant.org/
|
||||||
@ -31,11 +31,13 @@ BuildRequires: pkgconfig(libpng)
|
|||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
pngquant is a command-line utility and a library for lossy compression of PNG images.
|
pngquant is a command-line utility and a library for lossy
|
||||||
|
compression of PNG images.
|
||||||
|
|
||||||
The conversion reduces file sizes significantly (often as much as 70%%) and
|
The conversion reduces file sizes by converting images to 1/2/4/8-bit
|
||||||
preserves full alpha transparency. Generated images are compatible with all
|
paletted PNG format with alpha channel (often 60-80%% smaller than
|
||||||
modern web browsers, and have better fallback in IE6 than 24-bit PNGs.
|
24/32-bit PNG files). Generated images are compatible with all modern
|
||||||
|
web browsers, and have better fallback in IE6 than 24-bit PNGs.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
x
Reference in New Issue
Block a user