forked from pool/libwebp
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:
committed by
Git OBS Bridge
parent
da59c965f0
commit
efffc5e173
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,15 +18,16 @@
|
||||
|
||||
Name: libwebp
|
||||
%define lname libwebp4
|
||||
Version: 0.2.1
|
||||
Version: 0.3.0
|
||||
Release: 0
|
||||
Url: https://developers.google.com/speed/webp/
|
||||
Summary: Library and tools for the WebP graphics format
|
||||
License: BSD-3-Clause
|
||||
Group: System/Libraries
|
||||
|
||||
Source0: http://webp.googlecode.com/files/%name-%version.tar.gz
|
||||
Source1: baselibs.conf
|
||||
#DL-URL: https://webp.googlecode.com/files/libwebp-0.3.0.tar.gz
|
||||
Source: %name-%version.tar.xz
|
||||
Source2: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libpng-devel
|
||||
|
Reference in New Issue
Block a user