diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,4 +1,5 @@ libc.so.6 +libgif.so.7 libjpeg.so.8 libm.so.6 libpng16.so.16 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,10 +1,10 @@ name : libwebp -version : 1.0.0 -release : 10 +version : 1.0.1 +release : 11 source : - - https://github.com/webmproject/libwebp/archive/v1.0.0.tar.gz : c5c5ebf979543ac1f3348df8f6245262abd787a147b9632c880d92bfc38dbbeb + - https://github.com/webmproject/libwebp/archive/v1.0.1.tar.gz : c2838544d4898a4bbb6c1d113e0aa50c4bdfc886df0dcfbfa5c42e788cb6f382 homepage : https://developers.google.com/speed/webp/ -license : BSD-2-Clause +license : BSD-3-Clause component : multimedia.codecs emul32 : yes summary : A new image format for the web @@ -18,6 +18,7 @@ - pkgconfig32(libtiff-4) - pkgconfig32(libturbojpeg) - pkgconfig32(zlib) + - giflib-devel setup : | %reconfigure --disable-static --enable-everything build : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -3,10 +3,10 @@ libwebp https://developers.google.com/speed/webp/ - Joey Riches - josephriches@gmail.com + Pierre-Yves + pyu@riseup.net - BSD-2-Clause + BSD-3-Clause multimedia.codecs A new image format for the web WebP is a new image format that provides lossless and lossy compression for images on the web. WebP lossless images are 26% smaller in size compared to PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG images at equivalent SSIM index. WebP supports lossless transparency (also known as alpha channel) with just 22% additional bytes. Transparency is also supported with lossy compression and typically provides 3x smaller file sizes compared to PNG when lossy compression is acceptable for the red/green/blue color channels. @@ -20,8 +20,20 @@ multimedia.codecs - /usr/bin - /usr/lib64/lib*.so.* + /usr/bin/cwebp + /usr/bin/dwebp + /usr/bin/gif2webp + /usr/bin/img2webp + /usr/bin/webpinfo + /usr/bin/webpmux + /usr/lib64/libwebp.so.7 + /usr/lib64/libwebp.so.7.0.3 + /usr/lib64/libwebpdecoder.so.3 + /usr/lib64/libwebpdecoder.so.3.0.3 + /usr/lib64/libwebpdemux.so.2 + /usr/lib64/libwebpdemux.so.2.0.5 + /usr/lib64/libwebpmux.so.3 + /usr/lib64/libwebpmux.so.3.0.3 @@ -31,10 +43,17 @@ emul32 - libwebp + libwebp - /usr/lib32/lib*.so.* + /usr/lib32/libwebp.so.7 + /usr/lib32/libwebp.so.7.0.3 + /usr/lib32/libwebpdecoder.so.3 + /usr/lib32/libwebpdecoder.so.3.0.3 + /usr/lib32/libwebpdemux.so.2 + /usr/lib32/libwebpdemux.so.2.0.5 + /usr/lib32/libwebpmux.so.3 + /usr/lib32/libwebpmux.so.3.0.3 @@ -44,12 +63,18 @@ programming.devel - libwebp-32bit - libwebp-devel + libwebp-32bit + libwebp-devel - /usr/lib32/lib*.so - /usr/lib32/pkgconfig/*.pc + /usr/lib32/libwebp.so + /usr/lib32/libwebpdecoder.so + /usr/lib32/libwebpdemux.so + /usr/lib32/libwebpmux.so + /usr/lib32/pkgconfig/libwebp.pc + /usr/lib32/pkgconfig/libwebpdecoder.pc + /usr/lib32/pkgconfig/libwebpdemux.pc + /usr/lib32/pkgconfig/libwebpmux.pc @@ -59,22 +84,38 @@ programming.devel - libwebp + libwebp - /usr/include/ - /usr/lib64/lib*.so - /usr/lib64/pkgconfig/*.pc - /usr/share/man + /usr/include/webp/decode.h + /usr/include/webp/demux.h + /usr/include/webp/encode.h + /usr/include/webp/mux.h + /usr/include/webp/mux_types.h + /usr/include/webp/types.h + /usr/lib64/libwebp.so + /usr/lib64/libwebpdecoder.so + /usr/lib64/libwebpdemux.so + /usr/lib64/libwebpmux.so + /usr/lib64/pkgconfig/libwebp.pc + /usr/lib64/pkgconfig/libwebpdecoder.pc + /usr/lib64/pkgconfig/libwebpdemux.pc + /usr/lib64/pkgconfig/libwebpmux.pc + /usr/share/man/man1/cwebp.1 + /usr/share/man/man1/dwebp.1 + /usr/share/man/man1/gif2webp.1 + /usr/share/man/man1/img2webp.1 + /usr/share/man/man1/webpinfo.1 + /usr/share/man/man1/webpmux.1 - - 2018-06-09 - 1.0.0 + + 2018-11-19 + 1.0.1 Packaging update - Joey Riches - josephriches@gmail.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file