Skip to content

Commit

Permalink
Update SDL2 to version 2.30.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Jun 18, 2024
1 parent 36f5de0 commit 1d9d6b5
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions sdl2/PSPBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=sdl2
pkgver=2.30.2
pkgrel=4
pkgver=2.30.4
pkgrel=1
pkgdesc="a library designed to provide low level access to audio, input, and graphics hardware"
arch=('mips')
url="https://wiki.libsdl.org/SDL2/FrontPage"
Expand All @@ -11,26 +11,18 @@ optdepends=()
provides=('sdl2-main')
source=(
"https://github.com/libsdl-org/SDL/releases/download/release-${pkgver}/SDL2-${pkgver}.tar.gz"
"https://github.com/libsdl-org/SDL/pull/9953.patch"
"https://github.com/libsdl-org/SDL/pull/9970.patch"
"https://github.com/libsdl-org/SDL/pull/9977.patch"
"CMakeLists.txt.sample"
"main.c.sample"
)
sha256sums=(
"891d66ac8cae51361d3229e3336ebec1c407a8a2a063b61df14f5fdf3ab5ac31"
"f465c3914901fa6e49e5389c8bb5ec2ede21a620c431b8fd6bc55e315ddb5523"
"cc1c85198aa66023d0c3cb2117d855d699908da216357d195bfe4c8415ab7cbd"
"ce36079fe087a3e7956aa719b0687c797ade2387943e8d23feb39489ba88fcb2"
"59c89d0ed40d4efb23b7318aa29fe7039dbbc098334b14f17f1e7e561da31a26"
"SKIP"
"SKIP"
)

prepare() {
cd "${srcdir}/SDL2-${pkgver}"
sed -i '/^prefix=/s/=.*$/=${PSPDEV}\/psp/' sdl2.pc.in

patch -p1 < ../9953.patch
}

build() {
Expand Down

0 comments on commit 1d9d6b5

Please sign in to comment.