common/shlibs: libwebp: add missing shlibs; revbump
This commit is contained in:
parent
3d8e25ed4e
commit
06e6b685bd
|
@ -770,9 +770,10 @@ libquadmath.so.0 libquadmath-4.4.0_1
|
|||
libgfortran.so.3 libgfortran-4.4.0_1
|
||||
libblktapctl.so.1 xen-4.1.2_1
|
||||
libmozjs185.so.1.0 js-1.8.5_1
|
||||
libwebp.so.5 libwebp-0.4.0_1
|
||||
libwebpdemux.so.1 libwebp-0.4.0_1
|
||||
libwebpdecoder.so.1 libwebp-0.4.0_1
|
||||
libwebp.so.5 libwebp-0.4.0_3
|
||||
libwebpmux.so.1 libwebp-0.4.0_3
|
||||
libwebpdemux.so.1 libwebp-0.4.0_3
|
||||
libwebpdecoder.so.1 libwebp-0.4.0_3
|
||||
libva-x11.so.1 libva-1.0.14_1
|
||||
libva.so.1 libva-1.0.14_1
|
||||
libva-glx.so.1 libva-1.0.14_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libwebp'
|
||||
pkgname=libwebp
|
||||
version=0.4.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-libwebpmux
|
||||
--enable-libwebpdemux --enable-libwebpdecoder"
|
||||
|
@ -9,13 +9,13 @@ hostmakedepends="pkg-config"
|
|||
makedepends="libjpeg-turbo-devel libpng-devel>=1.6 tiff-devel giflib-devel"
|
||||
short_desc="WebP image format"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://code.google.com/speed/webp/"
|
||||
homepage="https://developers.google.com/speed/webp/"
|
||||
license="BSD"
|
||||
distfiles="http://webp.googlecode.com/files/${pkgname}-${version}.tar.gz"
|
||||
distfiles="http://downloads.webmproject.org/releases/webp/${pkgname}-${version}.tar.gz"
|
||||
checksum=31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69
|
||||
|
||||
post_install() {
|
||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||
vlicense COPYING LICENSE
|
||||
}
|
||||
|
||||
libwebp-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue