Accepting request 214114 from graphics
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/214114 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libwebp?expand=0&rev=15
This commit is contained in:
parent
22ac343ff7
commit
d37dbcfc4e
@ -1 +1 @@
|
||||
libwebp4
|
||||
libwebp5
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b37932c625322a69fe4e9b88884b5c7aed2b3eaf9fd5e5b480aee339a92e6ee7
|
||||
size 844799
|
3
libwebp-0.4.0.tar.gz
Normal file
3
libwebp-0.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69
|
||||
size 887880
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 14:21:55 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 0.4.0
|
||||
* improved gif2webp tool
|
||||
* numerous fixes, compression improvement and speed-up
|
||||
* dither option added to decoder (dwebp -dither 50 ...)
|
||||
* improved multi-threaded modes (-mt option)
|
||||
* improved filtering strength determination
|
||||
* BMP and TIFF format output added to 'dwebp'
|
||||
* Significant memory reduction for decoding lossy images with alpha.
|
||||
* Intertwined decoding of RGB and alpha for a shorter
|
||||
time-to-first-decoded-pixel.
|
||||
* WebPIterator has a new member 'has_alpha' denoting whether the
|
||||
frame contains transparency.
|
||||
* Container spec amended with new 'blending method' for animation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 26 10:22:32 UTC 2013 - jengelh@inai.de
|
||||
|
||||
|
50
libwebp.spec
50
libwebp.spec
@ -17,17 +17,15 @@
|
||||
|
||||
|
||||
Name: libwebp
|
||||
%define lname libwebp4
|
||||
Version: 0.3.1
|
||||
Version: 0.4.0
|
||||
Release: 0
|
||||
Url: https://developers.google.com/speed/webp/
|
||||
Summary: Library and tools for the WebP graphics format
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://developers.google.com/speed/webp/
|
||||
|
||||
#Git-Clone: http://git.chromium.org/webm/libwebp.git
|
||||
#DL-URL: https://webp.googlecode.com/files/libwebp-0.3.1.tar.gz
|
||||
Source: https://webp.googlecode.com/files/%name-%version.tar.gz
|
||||
Source: https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz
|
||||
Source2: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: giflib-devel
|
||||
@ -57,31 +55,31 @@ container based on RIFF. Webmasters, web developers and browser
|
||||
developers can use WebP to compress, archive and distribute digital
|
||||
images more efficiently.
|
||||
|
||||
%package -n libwebp4
|
||||
%package -n libwebp5
|
||||
Summary: Library for the WebP graphics format
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libwebp4
|
||||
%description -n libwebp5
|
||||
WebP is an image format that does lossy compression of digital
|
||||
photographic images. WebP consists of a codec based on VP8, and a
|
||||
container based on RIFF. Webmasters, web developers and browser
|
||||
developers can use WebP to compress, archive and distribute digital
|
||||
images more efficiently.
|
||||
|
||||
%package -n libwebpdemux0
|
||||
%package -n libwebpdemux1
|
||||
Summary: Library for extraction of data and images from WebP container files
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libwebpdemux0
|
||||
%description -n libwebpdemux1
|
||||
The WebP Demux API enables extraction of images and extended format
|
||||
data from WebP files. This API currently supports reading of XMP/EXIF
|
||||
metadata, ICC profile and animated images.
|
||||
|
||||
%package -n libwebpmux0
|
||||
%package -n libwebpmux1
|
||||
Summary: Library for reading/adding data to WebP container files
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libwebpmux0
|
||||
%description -n libwebpmux1
|
||||
The WebP Mux API contains methods for adding data to and reading data
|
||||
from WebP files. This API currently supports XMP/EXIF metadata, ICC
|
||||
profile and animation.
|
||||
@ -89,9 +87,9 @@ profile and animation.
|
||||
%package devel
|
||||
Summary: Development files for libwebp, a library for the WebP format
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libwebp4 = %version
|
||||
Requires: libwebpdemux0 = %version
|
||||
Requires: libwebpmux0 = %version
|
||||
Requires: libwebp5 = %version
|
||||
Requires: libwebpdemux1 = %version
|
||||
Requires: libwebpmux1 = %version
|
||||
|
||||
%description devel
|
||||
WebP is an image format that does lossy compression of digital
|
||||
@ -112,29 +110,29 @@ b="%buildroot";
|
||||
make install DESTDIR="$b";
|
||||
rm -f "$b/%_libdir"/*.la;
|
||||
|
||||
%post -n libwebp4 -p /sbin/ldconfig
|
||||
%postun -n libwebp4 -p /sbin/ldconfig
|
||||
%post -n libwebpdemux0 -p /sbin/ldconfig
|
||||
%postun -n libwebpdemux0 -p /sbin/ldconfig
|
||||
%post -n libwebpmux0 -p /sbin/ldconfig
|
||||
%postun -n libwebpmux0 -p /sbin/ldconfig
|
||||
%post -n libwebp5 -p /sbin/ldconfig
|
||||
%postun -n libwebp5 -p /sbin/ldconfig
|
||||
%post -n libwebpdemux1 -p /sbin/ldconfig
|
||||
%postun -n libwebpdemux1 -p /sbin/ldconfig
|
||||
%post -n libwebpmux1 -p /sbin/ldconfig
|
||||
%postun -n libwebpmux1 -p /sbin/ldconfig
|
||||
|
||||
%files -n libwebp-tools
|
||||
%defattr(-,root,root)
|
||||
%_bindir/*
|
||||
%_mandir/man*/*
|
||||
|
||||
%files -n libwebp4
|
||||
%files -n libwebp5
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libwebp.so.4*
|
||||
%_libdir/libwebp.so.5*
|
||||
|
||||
%files -n libwebpdemux0
|
||||
%files -n libwebpdemux1
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libwebpdemux.so.0*
|
||||
%_libdir/libwebpdemux.so.1*
|
||||
|
||||
%files -n libwebpmux0
|
||||
%files -n libwebpmux1
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libwebpmux.so.0*
|
||||
%_libdir/libwebpmux.so.1*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user