From da5b6c1e697930c70a066256ef097edd2d56822b Mon Sep 17 00:00:00 2001 From: kth5 Date: Mon, 23 Dec 2024 16:32:34 +0100 Subject: [PATCH] * update sdl2 to 2.30.10-1 --- sdl2/.SRCINFO | 8 ++++---- sdl2/PKGBUILD | 7 +++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/sdl2/.SRCINFO b/sdl2/.SRCINFO index 330628295d..ae54edb87b 100644 --- a/sdl2/.SRCINFO +++ b/sdl2/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = sdl2 pkgdesc = A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2) - pkgver = 2.30.9 + pkgver = 2.30.10 pkgrel = 1 url = https://www.libsdl.org arch = x86_64 @@ -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.9/SDL2-2.30.9.tar.gz - source = https://github.com/libsdl-org/SDL/releases/download/release-2.30.9/SDL2-2.30.9.tar.gz.sig + source = https://github.com/libsdl-org/SDL/releases/download/release-2.30.10/SDL2-2.30.10.tar.gz + source = https://github.com/libsdl-org/SDL/releases/download/release-2.30.10/SDL2-2.30.10.tar.gz.sig validpgpkeys = 1528635D8053A57F77D1E08630A59377A7763BE6 - sha512sums = 30dfa86fcced174fef0ed78ffa53476a31765e19cdcdf8233ab92876445b4dedaa758fc42a3ec332324d13faa2daafcadcc44fc0f536a2969ef836162ec3cd36 + sha512sums = bcb220749cd3b0874288d617419e622701138bcb8fe55e9b665e8843c65afda031d01afe0d11e308a9608724ed151f342e5f5670c84204b36943cb323ced41da sha512sums = SKIP pkgname = sdl2 diff --git a/sdl2/PKGBUILD b/sdl2/PKGBUILD index 1dd3a47211..b0ef3be1b3 100644 --- a/sdl2/PKGBUILD +++ b/sdl2/PKGBUILD @@ -1,7 +1,7 @@ # POWER Maintainer: Alexander Baldeck # Maintainer: Sven-Hendrik Haase pkgname=sdl2 -pkgver=2.30.9 +pkgver=2.30.10 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) @@ -17,7 +17,7 @@ optdepends=('alsa-lib: ALSA audio driver' 'pipewire: PipeWire audio driver' 'libdecor: Wayland client decorations') source=("https://github.com/libsdl-org/SDL/releases/download/release-${pkgver}/SDL2-${pkgver}.tar.gz"{,.sig}) -sha512sums=('30dfa86fcced174fef0ed78ffa53476a31765e19cdcdf8233ab92876445b4dedaa758fc42a3ec332324d13faa2daafcadcc44fc0f536a2969ef836162ec3cd36' +sha512sums=('bcb220749cd3b0874288d617419e622701138bcb8fe55e9b665e8843c65afda031d01afe0d11e308a9608724ed151f342e5f5670c84204b36943cb323ced41da' 'SKIP') validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga @@ -25,8 +25,7 @@ build() { CFLAGS+=" -ffat-lto-objects" case "${CARCH}" in - # altivec support cannot handle little endian - powerpc|powerpc64le) _cmake_options=(-DSDL_ALTIVEC=OFF) ;; + powerpc*) _cmake_options=(-DSDL_ALTIVEC=OFF) ;; esac cmake -S SDL2-${pkgver} -B build -G Ninja \