libwebp: update to 0.6.0 (soname bump).
This commit is contained in:
parent
274190a4f2
commit
ec86e80dde
2 changed files with 5 additions and 5 deletions
|
@ -819,10 +819,10 @@ libquadmath.so.0 libquadmath-4.4.0_1
|
||||||
libgfortran.so.3 libgfortran-4.4.0_1
|
libgfortran.so.3 libgfortran-4.4.0_1
|
||||||
libblktapctl.so.1 xen-4.1.2_1
|
libblktapctl.so.1 xen-4.1.2_1
|
||||||
libmozjs185.so.1.0 js-1.8.5_1
|
libmozjs185.so.1.0 js-1.8.5_1
|
||||||
libwebp.so.6 libwebp-0.5.0_1
|
libwebp.so.7 libwebp-0.6.0_1
|
||||||
libwebpmux.so.2 libwebp-0.5.0_1
|
libwebpmux.so.3 libwebp-0.6.0_1
|
||||||
libwebpdemux.so.2 libwebp-0.5.0_1
|
libwebpdemux.so.2 libwebp-0.5.0_1
|
||||||
libwebpdecoder.so.2 libwebp-0.5.0_1
|
libwebpdecoder.so.3 libwebp-0.6.0_1
|
||||||
libva-x11.so.1 libva-1.0.14_1
|
libva-x11.so.1 libva-1.0.14_1
|
||||||
libva.so.1 libva-1.0.14_1
|
libva.so.1 libva-1.0.14_1
|
||||||
libva-glx.so.1 libva-glx-1.5.0_1
|
libva-glx.so.1 libva-glx-1.5.0_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libwebp'
|
# Template file for 'libwebp'
|
||||||
pkgname=libwebp
|
pkgname=libwebp
|
||||||
version=0.5.2
|
version=0.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-libwebpmux
|
configure_args="--disable-static --enable-libwebpmux
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://developers.google.com/speed/webp/"
|
homepage="https://developers.google.com/speed/webp/"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="http://downloads.webmproject.org/releases/webp/${pkgname}-${version}.tar.gz"
|
distfiles="http://downloads.webmproject.org/releases/webp/${pkgname}-${version}.tar.gz"
|
||||||
checksum=b75310c810b3eda222c77f6d6c26b061240e3d9060095de44b2c1bae291ecdef
|
checksum=c928119229d4f8f35e20113ffb61f281eda267634a8dc2285af4b0ee27cf2b40
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv6*) configure_args+=" --disable-neon";;
|
armv6*) configure_args+=" --disable-neon";;
|
||||||
|
|
Loading…
Reference in a new issue