* update sdl2 to 2.30.8-1.2
This commit is contained in:
parent
42ca75f4c0
commit
e168bc6e1c
@ -1,7 +1,7 @@
|
||||
pkgbase = sdl2
|
||||
pkgdesc = A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2)
|
||||
pkgver = 2.30.7
|
||||
pkgrel = 1
|
||||
pkgver = 2.30.8
|
||||
pkgrel = 1.2
|
||||
url = https://www.libsdl.org
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
@ -38,10 +38,10 @@ pkgbase = sdl2
|
||||
optdepends = jack: JACK audio driver
|
||||
optdepends = pipewire: PipeWire audio driver
|
||||
optdepends = libdecor: Wayland client decorations
|
||||
source = https://github.com/libsdl-org/SDL/releases/download/release-2.30.7/SDL2-2.30.7.tar.gz
|
||||
source = https://github.com/libsdl-org/SDL/releases/download/release-2.30.7/SDL2-2.30.7.tar.gz.sig
|
||||
source = https://github.com/libsdl-org/SDL/releases/download/release-2.30.8/SDL2-2.30.8.tar.gz
|
||||
source = https://github.com/libsdl-org/SDL/releases/download/release-2.30.8/SDL2-2.30.8.tar.gz.sig
|
||||
validpgpkeys = 1528635D8053A57F77D1E08630A59377A7763BE6
|
||||
sha512sums = 1a16c10f500dea97bd4e4ca5f560fe4ab8e746c975d30751b7cf567868743d105ce84055d480e4c18b290adac485e67d1bb14ae1719644d6e42223d96f299a16
|
||||
sha512sums = 72e49d8a67f5ca1241a262e7e7ae7f6ff148e8774343110db652589ab2e72d3425534ca7f8c7825b2ae1afc779c09228da33a9586219ac4e53546a4930380b64
|
||||
sha512sums = SKIP
|
||||
|
||||
pkgname = sdl2
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Sven-Hendrik Haase <svenstaro@archlinux.org>
|
||||
pkgname=sdl2
|
||||
pkgver=2.30.8
|
||||
pkgrel=1.1
|
||||
pkgrel=1.2
|
||||
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2)"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://www.libsdl.org"
|
||||
@ -26,7 +26,7 @@ build() {
|
||||
|
||||
case "${CARCH}" in
|
||||
# altivec support cannot handle little endian
|
||||
powerpc64le) _cmake_options=(-DSDL_ALTIVEC=OFF) ;;
|
||||
powerpc|powerpc64le) _cmake_options=(-DSDL_ALTIVEC=OFF) ;;
|
||||
esac
|
||||
|
||||
cmake -S SDL2-${pkgver} -B build -G Ninja \
|
||||
|
Loading…
x
Reference in New Issue
Block a user