diff --git a/libwebp-0.2.1.tar.gz b/libwebp-0.2.1.tar.gz deleted file mode 100644 index 00e958e..0000000 --- a/libwebp-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:894e08b8b0043cf007cc1ca893f33d73784565a6e64b0e7aefb201a687392314 -size 705230 diff --git a/libwebp-0.3.0.tar.xz b/libwebp-0.3.0.tar.xz new file mode 100644 index 0000000..f552980 --- /dev/null +++ b/libwebp-0.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d64c309e07e8349c01958998148ff6408fbc9739bb4a02d4a6767840a3a95f +size 541768 diff --git a/libwebp.changes b/libwebp.changes index 5b3d7a6..6e78208 100644 --- a/libwebp.changes +++ b/libwebp.changes @@ -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 diff --git a/libwebp.spec b/libwebp.spec index 6309d95..31c96ed 100644 --- a/libwebp.spec +++ b/libwebp.spec @@ -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