diff options
author | Tim Biermann <tbier@posteo.de> | 2022-02-07 11:18:48 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-02-07 11:18:48 +0100 |
commit | e181bd4d51a2c52148e9e3e2ca01178c55d78ea1 (patch) | |
tree | 404f8b07c07d8776b52f444cb51b7807e6c83532 /libwebp | |
parent | c07eddd30e8294b3d0a4162bf274e02ed9764a61 (diff) | |
download | opt-e181bd4d51a2c52148e9e3e2ca01178c55d78ea1.tar.gz opt-e181bd4d51a2c52148e9e3e2ca01178c55d78ea1.tar.xz |
libwebp: disable optional freeglut dependency for now
Diffstat (limited to 'libwebp')
-rw-r--r-- | libwebp/.footprint | 1 | ||||
-rw-r--r-- | libwebp/.signature | 6 | ||||
-rw-r--r-- | libwebp/Pkgfile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/libwebp/.footprint b/libwebp/.footprint index 40bc6ac0f..c05d6318b 100644 --- a/libwebp/.footprint +++ b/libwebp/.footprint @@ -45,6 +45,5 @@ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/dwebp.1.gz -rw-r--r-- root/root usr/share/man/man1/gif2webp.1.gz -rw-r--r-- root/root usr/share/man/man1/img2webp.1.gz --rw-r--r-- root/root usr/share/man/man1/vwebp.1.gz -rw-r--r-- root/root usr/share/man/man1/webpinfo.1.gz -rw-r--r-- root/root usr/share/man/man1/webpmux.1.gz diff --git a/libwebp/.signature b/libwebp/.signature index 36b3aafd8..101a2c585 100644 --- a/libwebp/.signature +++ b/libwebp/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/QEMxJdSsL6ltsDguxGkpL8ywLqnC92hvp1pbKgq1bGUjLH8K5K7y/aC7GYXqSUcj9dIaj0Lok2B7fsWA+AqagI= -SHA256 (Pkgfile) = 7927a7409f0e5eb421837204fb6c8ba48b80f66f93544e42ea463b9a44d8679e -SHA256 (.footprint) = 8a1427998416957cf0444a929e7bca9db6556d3ad99c18b9a5a547d7a9e24c22 +RWSE3ohX2g5d/bGjYLwwK3OqT8FUhAr2+olcT0Wpg1GpOc1xHwnBu7fBwp9eBAycuBpkYOOldf3cIPPqcyYmGPVOrbJ9GKUXig8= +SHA256 (Pkgfile) = 57ab6e2e4b92045ba1d790d13dd54f20ce72785eabe7cbd7ed6f6821c1d9ddb5 +SHA256 (.footprint) = 553d38c47ef5ec2f6d26a09cb24323628ab269365d102857b94e24d441433e8f SHA256 (libwebp-1.2.2.tar.gz) = 7656532f837af5f4cec3ff6bafe552c044dc39bf453587bd5b77450802f4aee6 diff --git a/libwebp/Pkgfile b/libwebp/Pkgfile index 65447be43..1e6cbdb2e 100644 --- a/libwebp/Pkgfile +++ b/libwebp/Pkgfile @@ -17,7 +17,9 @@ build() { -D CMAKE_INSTALL_LIBDIR="/usr/lib" \ -D BUILD_SHARED_LIBS=ON \ -D CMAKE_BUILD_TYPE=Release \ - -D CMAKE_C_FLAGS_RELEASE="${CFLAGS}" + -D CMAKE_C_FLAGS_RELEASE="${CFLAGS}" \ + -D WEBP_BUILD_VWEBP=OFF \ + -Wno-dev cmake --build build DESTDIR=$PKG cmake --install build |