mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
libwebp: update to 1.6.0
This commit is contained in:
parent
b6536d2113
commit
e56171e164
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libwebp'
|
# Template file for 'libwebp'
|
||||||
pkgname=libwebp
|
pkgname=libwebp
|
||||||
version=1.4.0
|
version=1.6.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-libwebpmux --enable-libwebpdemux --enable-libwebpdecoder"
|
configure_args="--enable-libwebpmux --enable-libwebpdemux --enable-libwebpdecoder"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -12,7 +12,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://developers.google.com/speed/webp/"
|
homepage="https://developers.google.com/speed/webp/"
|
||||||
changelog="https://chromium.googlesource.com/webm/libwebp/+/refs/heads/main/NEWS"
|
changelog="https://chromium.googlesource.com/webm/libwebp/+/refs/heads/main/NEWS"
|
||||||
distfiles="http://downloads.webmproject.org/releases/webp/libwebp-${version}.tar.gz"
|
distfiles="http://downloads.webmproject.org/releases/webp/libwebp-${version}.tar.gz"
|
||||||
checksum=61f873ec69e3be1b99535634340d5bde750b2e4447caa1db9f61be3fd49ab1e5
|
checksum=e4ab7009bf0629fd11982d4c2aa83964cf244cffba7347ecd39019a9e38c4564
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv6*) configure_args+=" --disable-neon";;
|
armv6*) configure_args+=" --disable-neon";;
|
||||||
|
|
Loading…
Add table
Reference in a new issue