Accepting request 171056 from devel:libraries:c_c++
- Update to new upstream release 0.3.0 * WebPINewRGB/WebPINewYUVA accept being passed a NULL output buffer and will perform auto-allocation. * Default filter option is now "-strong -f 60" * Encoding speed-up for lossy methods 3 to 6 * Alpha encoding can be done in parallel to lossy using `cwebp -mt ...` * Color profile, metadata (XMP/EXIF) and animation support in the container was finalized. * Various NEON assembly additions - Tool updates / additions: * gif2webp added * vwebp given color profile & animation support * cwebp can preserve color profile / metadata with "-metadata" OBS-URL: https://build.opensuse.org/request/show/171056 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libwebp?expand=0&rev=12
This commit is contained in:
parent
da59c965f0
commit
efffc5e173
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:894e08b8b0043cf007cc1ca893f33d73784565a6e64b0e7aefb201a687392314
|
|
||||||
size 705230
|
|
3
libwebp-0.3.0.tar.xz
Normal file
3
libwebp-0.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d9d64c309e07e8349c01958998148ff6408fbc9739bb4a02d4a6767840a3a95f
|
||||||
|
size 541768
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 16 09:49:31 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 0.3.0
|
||||||
|
* WebPINewRGB/WebPINewYUVA accept being passed a NULL output buffer
|
||||||
|
and will perform auto-allocation.
|
||||||
|
* Default filter option is now "-strong -f 60"
|
||||||
|
* Encoding speed-up for lossy methods 3 to 6
|
||||||
|
* Alpha encoding can be done in parallel to lossy using
|
||||||
|
`cwebp -mt ...`
|
||||||
|
* Color profile, metadata (XMP/EXIF) and animation support in the
|
||||||
|
container was finalized.
|
||||||
|
* Various NEON assembly additions
|
||||||
|
- Tool updates / additions:
|
||||||
|
* gif2webp added
|
||||||
|
* vwebp given color profile & animation support
|
||||||
|
* cwebp can preserve color profile / metadata with "-metadata"
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 9 13:21:00 UTC 2012 - mailaender@opensuse.org
|
Sun Dec 9 13:21:00 UTC 2012 - mailaender@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libwebp
|
# spec file for package libwebp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,15 +18,16 @@
|
|||||||
|
|
||||||
Name: libwebp
|
Name: libwebp
|
||||||
%define lname libwebp4
|
%define lname libwebp4
|
||||||
Version: 0.2.1
|
Version: 0.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://developers.google.com/speed/webp/
|
Url: https://developers.google.com/speed/webp/
|
||||||
Summary: Library and tools for the WebP graphics format
|
Summary: Library and tools for the WebP graphics format
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
Source0: http://webp.googlecode.com/files/%name-%version.tar.gz
|
#DL-URL: https://webp.googlecode.com/files/libwebp-0.3.0.tar.gz
|
||||||
Source1: baselibs.conf
|
Source: %name-%version.tar.xz
|
||||||
|
Source2: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user