* update sdl2 to 2.30.7-1
This commit is contained in:
parent
4a4521193a
commit
41276a7356
@ -1,12 +1,12 @@
|
||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||
# Maintainer: Sven-Hendrik Haase <svenstaro@archlinux.org>
|
||||
pkgname=sdl2
|
||||
pkgver=2.30.5
|
||||
pkgrel=2
|
||||
pkgver=2.30.7
|
||||
pkgrel=1
|
||||
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"
|
||||
license=('MIT')
|
||||
license=('Zlib')
|
||||
depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor' 'hidapi' 'libusb')
|
||||
makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 'libxkbcommon'
|
||||
'wayland-protocols' 'ibus' 'fcitx5' 'libxss' 'cmake' 'jack' 'ninja' 'pipewire'
|
||||
@ -16,9 +16,8 @@ optdepends=('alsa-lib: ALSA audio driver'
|
||||
'jack: JACK audio driver'
|
||||
'pipewire: PipeWire audio driver'
|
||||
'libdecor: Wayland client decorations')
|
||||
options=(!distcc)
|
||||
source=("https://github.com/libsdl-org/SDL/releases/download/release-${pkgver}/SDL2-${pkgver}.tar.gz"{,.sig})
|
||||
sha512sums=('a5892d96e4bd97702aacaddebef16c0d731582539ef3eb4cf95494b81fcda2305e93ac0735074d6269833efd106b4ae194b964ef5696476d071e071ba22aadc4'
|
||||
sha512sums=('1a16c10f500dea97bd4e4ca5f560fe4ab8e746c975d30751b7cf567868743d105ce84055d480e4c18b290adac485e67d1bb14ae1719644d6e42223d96f299a16'
|
||||
'SKIP')
|
||||
validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
|
||||
|
||||
@ -31,7 +30,6 @@ build() {
|
||||
esac
|
||||
|
||||
cmake -S SDL2-${pkgver} -B build -G Ninja \
|
||||
-D SDL_HIDAPI_LIBUSB=ON \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D SDL_STATIC=OFF \
|
||||
-D SDL_RPATH=OFF ${_cmake_options[@]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user