Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : libwebp | name : libwebp | ||||
| version : 1.0.3 | version : 1.1.0 | ||||
| release : 14 | release : 15 | ||||
| source : | source : | ||||
| - https://github.com/webmproject/libwebp/archive/v1.0.3.tar.gz : 082d114bcb18a0e2aafc3148d43367c39304f86bf18ba0b2e766447e111a4a91 | - https://github.com/webmproject/libwebp/archive/v1.1.0.tar.gz : 424faab60a14cb92c2a062733b6977b4cc1e875a6398887c5911b3a1a6c56c51 | ||||
| homepage : https://developers.google.com/speed/webp/ | homepage : https://developers.google.com/speed/webp/ | ||||
| license : BSD-3-Clause | license : BSD-3-Clause | ||||
| component : multimedia.codecs | component : multimedia.codecs | ||||
| emul32 : yes | emul32 : yes | ||||
| summary : A new image format for the web | summary : A new image format for the web | ||||
| description: | | description: | | ||||
| 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. | 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. | ||||
| patterns : | patterns : | ||||
| - devel : /usr/share/man | - devel : /usr/share/man | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig32(glu) | |||||
JoshStrobl: It already uses glut, as opposed to glu. Giving the binding against libGL, are you sure this… | |||||
Done Inline ActionsI've tried to use libglvnd-devel but this has not gave me the vwebp binary. YakoYakoYokuYoku: I've tried to use `libglvnd-devel` but this has not gave me the `vwebp` binary. | |||||
Done Inline ActionsThere really isn't a point in having the vwebp binary.
If you decompress a webp file you can already just open it up in a standard image view. JoshStrobl: There really isn't a point in having the vwebp binary.
> Decompress a WebP file and display it… | |||||
Done Inline ActionsWell the main reason for having the vwebp binary is that vwebp is currently, apart from firefox or any other modern browser, the only program that displays animated WebPs. freeglut is a dependency only for vwebp as such this leaves us two options, discard vwebp or include it in the package. YakoYakoYokuYoku: Well the main reason for having the `vwebp` binary is that `vwebp` is currently, apart from… | |||||
Done Inline ActionsThat's fair. Thanks for the additional information regarding the animation webp. Honestly forgot those were a thing. JoshStrobl: That's fair. Thanks for the additional information regarding the animation webp. Honestly… | |||||
| - pkgconfig32(glut) | - pkgconfig32(glut) | ||||
| - pkgconfig32(libpng) | - pkgconfig32(libpng) | ||||
| - pkgconfig32(libtiff-4) | - pkgconfig32(libtiff-4) | ||||
| - pkgconfig32(libturbojpeg) | - pkgconfig32(libturbojpeg) | ||||
| - pkgconfig32(zlib) | - pkgconfig32(zlib) | ||||
| - giflib-devel | - giflib-devel | ||||
| setup : | | setup : | | ||||
| %reconfigure --disable-static --enable-everything | %reconfigure --disable-static --enable-everything | ||||
| build : | | build : | | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install | %make_install | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
It already uses glut, as opposed to glu. Giving the binding against libGL, are you sure this shouldn't be gl (from libglvnd-devel)?