libwebp: new package at 1.0.3

This commit is contained in:
Muhammad Herdiansyah 2019-07-19 10:17:42 +07:00
parent 57f367a533
commit 854791a1f9
5 changed files with 17 additions and 0 deletions

11
testing/libwebp/build Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-static \
--enable-libwebpmux \
--enable-libwebpdemux \
--enable-libwebpdecoder
make
make DESTDIR="$1" install

View File

@ -0,0 +1 @@
e20a07865c8697bba00aebccc6f54912d6bc333bb4d604e6b07491c1a226b34f libwebp-1.0.3.tar.gz

3
testing/libwebp/depends Normal file
View File

@ -0,0 +1,3 @@
pkgconf make
libpng
libjpeg-turbo

1
testing/libwebp/sources Normal file
View File

@ -0,0 +1 @@
https://downloads.webmproject.org/releases/webp/libwebp-1.0.3.tar.gz

1
testing/libwebp/version Normal file
View File

@ -0,0 +1 @@
1.0.3 1