Page MenuHomeSolus

D4398.diff
No OneTemporary

D4398.diff

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 @@
<Name>libwebp</Name>
<Homepage>https://developers.google.com/speed/webp/</Homepage>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
- <License>BSD-2-Clause</License>
+ <License>BSD-3-Clause</License>
<PartOf>multimedia.codecs</PartOf>
<Summary xml:lang="en">A new image format for the web</Summary>
<Description xml:lang="en">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 @@
</Description>
<PartOf>multimedia.codecs</PartOf>
<Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ <Path fileType="executable">/usr/bin/cwebp</Path>
+ <Path fileType="executable">/usr/bin/dwebp</Path>
+ <Path fileType="executable">/usr/bin/gif2webp</Path>
+ <Path fileType="executable">/usr/bin/img2webp</Path>
+ <Path fileType="executable">/usr/bin/webpinfo</Path>
+ <Path fileType="executable">/usr/bin/webpmux</Path>
+ <Path fileType="library">/usr/lib64/libwebp.so.7</Path>
+ <Path fileType="library">/usr/lib64/libwebp.so.7.0.3</Path>
+ <Path fileType="library">/usr/lib64/libwebpdecoder.so.3</Path>
+ <Path fileType="library">/usr/lib64/libwebpdecoder.so.3.0.3</Path>
+ <Path fileType="library">/usr/lib64/libwebpdemux.so.2</Path>
+ <Path fileType="library">/usr/lib64/libwebpdemux.so.2.0.5</Path>
+ <Path fileType="library">/usr/lib64/libwebpmux.so.3</Path>
+ <Path fileType="library">/usr/lib64/libwebpmux.so.3.0.3</Path>
</Files>
</Package>
<Package>
@@ -31,10 +43,17 @@
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
- <Dependency release="10">libwebp</Dependency>
+ <Dependency release="11">libwebp</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="library">/usr/lib32/lib*.so.*</Path>
+ <Path fileType="library">/usr/lib32/libwebp.so.7</Path>
+ <Path fileType="library">/usr/lib32/libwebp.so.7.0.3</Path>
+ <Path fileType="library">/usr/lib32/libwebpdecoder.so.3</Path>
+ <Path fileType="library">/usr/lib32/libwebpdecoder.so.3.0.3</Path>
+ <Path fileType="library">/usr/lib32/libwebpdemux.so.2</Path>
+ <Path fileType="library">/usr/lib32/libwebpdemux.so.2.0.5</Path>
+ <Path fileType="library">/usr/lib32/libwebpmux.so.3</Path>
+ <Path fileType="library">/usr/lib32/libwebpmux.so.3.0.3</Path>
</Files>
</Package>
<Package>
@@ -44,12 +63,18 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="10">libwebp-32bit</Dependency>
- <Dependency release="10">libwebp-devel</Dependency>
+ <Dependency release="11">libwebp-32bit</Dependency>
+ <Dependency release="11">libwebp-devel</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="library">/usr/lib32/lib*.so</Path>
- <Path fileType="data">/usr/lib32/pkgconfig/*.pc</Path>
+ <Path fileType="library">/usr/lib32/libwebp.so</Path>
+ <Path fileType="library">/usr/lib32/libwebpdecoder.so</Path>
+ <Path fileType="library">/usr/lib32/libwebpdemux.so</Path>
+ <Path fileType="library">/usr/lib32/libwebpmux.so</Path>
+ <Path fileType="data">/usr/lib32/pkgconfig/libwebp.pc</Path>
+ <Path fileType="data">/usr/lib32/pkgconfig/libwebpdecoder.pc</Path>
+ <Path fileType="data">/usr/lib32/pkgconfig/libwebpdemux.pc</Path>
+ <Path fileType="data">/usr/lib32/pkgconfig/libwebpmux.pc</Path>
</Files>
</Package>
<Package>
@@ -59,22 +84,38 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="10">libwebp</Dependency>
+ <Dependency release="11">libwebp</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="header">/usr/include/</Path>
- <Path fileType="library">/usr/lib64/lib*.so</Path>
- <Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
- <Path fileType="man">/usr/share/man</Path>
+ <Path fileType="header">/usr/include/webp/decode.h</Path>
+ <Path fileType="header">/usr/include/webp/demux.h</Path>
+ <Path fileType="header">/usr/include/webp/encode.h</Path>
+ <Path fileType="header">/usr/include/webp/mux.h</Path>
+ <Path fileType="header">/usr/include/webp/mux_types.h</Path>
+ <Path fileType="header">/usr/include/webp/types.h</Path>
+ <Path fileType="library">/usr/lib64/libwebp.so</Path>
+ <Path fileType="library">/usr/lib64/libwebpdecoder.so</Path>
+ <Path fileType="library">/usr/lib64/libwebpdemux.so</Path>
+ <Path fileType="library">/usr/lib64/libwebpmux.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/libwebp.pc</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/libwebpdecoder.pc</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/libwebpdemux.pc</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/libwebpmux.pc</Path>
+ <Path fileType="man">/usr/share/man/man1/cwebp.1</Path>
+ <Path fileType="man">/usr/share/man/man1/dwebp.1</Path>
+ <Path fileType="man">/usr/share/man/man1/gif2webp.1</Path>
+ <Path fileType="man">/usr/share/man/man1/img2webp.1</Path>
+ <Path fileType="man">/usr/share/man/man1/webpinfo.1</Path>
+ <Path fileType="man">/usr/share/man/man1/webpmux.1</Path>
</Files>
</Package>
<History>
- <Update release="10">
- <Date>2018-06-09</Date>
- <Version>1.0.0</Version>
+ <Update release="11">
+ <Date>2018-11-19</Date>
+ <Version>1.0.1</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 7:30 PM (2 h, 43 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5822824
Default Alt Text
D4398.diff (8 KB)

Event Timeline