ports/opt (3.6): libwebp: disable optional freeglut dependency for now
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit e181bd4d51a2c52148e9e3e2ca01178c55d78ea1 Author: Tim Biermann <tbier@posteo.de> Date: Mon Feb 7 11:18:48 2022 +0100 libwebp: disable optional freeglut dependency for now 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
participants (1)
-
crux@crux.nu