gogglesmm: update to 1.2.4.

This commit is contained in:
hazen2215 2023-06-28 20:05:30 +09:00 committed by classabbyamp
parent b788cf316d
commit 36f23619a0

View File

@ -1,6 +1,6 @@
# Template file for 'gogglesmm'
pkgname=gogglesmm
version=1.2.3
version=1.2.4
revision=1
archs="x86_64* i686* aarch64* armv7* ppc64*"
build_style=cmake
@ -15,13 +15,9 @@ license="GPL-3.0-or-later"
homepage="https://gogglesmm.github.io/"
changelog="https://raw.githubusercontent.com/gogglesmm/gogglesmm/master/ChangeLog"
distfiles="https://github.com/gogglesmm/gogglesmm/archive/${version}.tar.gz"
checksum=4315ea4d9894fa2c7f160c73e5464b91b7a00f22964910adb77e1e9b94273006
checksum=e23a49ac1d7b4cf87a4c1730d06c816af2c540ad457148328b52702b8d347223
nocross="Tries to execute compiled code"
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="PTHREAD_RWLOCK_PREFER_WRITER_NP usage" ;;
esac
# this plugin has little endian only code
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
configure_args+=" -DWITH_MAD=OFF"