forked from kiss-community/repo
libwebp: new package at 1.0.3
This commit is contained in:
parent
57f367a533
commit
854791a1f9
11
testing/libwebp/build
Executable file
11
testing/libwebp/build
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-static \
|
||||
--enable-libwebpmux \
|
||||
--enable-libwebpdemux \
|
||||
--enable-libwebpdecoder
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
testing/libwebp/checksums
Normal file
1
testing/libwebp/checksums
Normal file
@ -0,0 +1 @@
|
||||
e20a07865c8697bba00aebccc6f54912d6bc333bb4d604e6b07491c1a226b34f libwebp-1.0.3.tar.gz
|
3
testing/libwebp/depends
Normal file
3
testing/libwebp/depends
Normal file
@ -0,0 +1,3 @@
|
||||
pkgconf make
|
||||
libpng
|
||||
libjpeg-turbo
|
1
testing/libwebp/sources
Normal file
1
testing/libwebp/sources
Normal file
@ -0,0 +1 @@
|
||||
https://downloads.webmproject.org/releases/webp/libwebp-1.0.3.tar.gz
|
1
testing/libwebp/version
Normal file
1
testing/libwebp/version
Normal file
@ -0,0 +1 @@
|
||||
1.0.3 1
|
Loading…
Reference in New Issue
Block a user