Skip to content

Commit

Permalink
gamecube-sdl2_image: 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Nov 3, 2024
1 parent 564966c commit 02ba998
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions gamecube/SDL2_image/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Contributor: carstene1ns <dev f4ke de>

pkgname=gamecube-sdl2_image
pkgver=2.0.4
pkgver=2.8.2
pkgrel=1
pkgdesc="SDL2 image loading library."
arch=('any')
Expand All @@ -16,19 +16,16 @@ depends=(
'ppc-libpng'
'ppc-libjpeg-turbo'
)
source=("${url}release/SDL2_image-${pkgver}.tar.gz" "Makefile.in.patch")
sha256sums=(
'e74ec49c2402eb242fbfa16f2f43a19582a74c2eabfbfb873f00d4250038ceac'
'c15da8e087e7ca4ceef3dcce8501b21cbe6569563c345cf2a1591f20316d8d86'
)
source=("${url}release/SDL2_image-${pkgver}.tar.gz")

groups=('gamecube-portlibs' 'gamecube-sdl2-libs')

build() {
cd SDL2_image-$pkgver

source ${DEVKITPRO}/cubevars.sh

patch -Np1 -i "$srcdir"/Makefile.in.patch Makefile.in
sed '/^noinst_PROGRAMS/d' -i Makefile.in

./configure --prefix="${PORTLIBS_PREFIX}" \
--host=powerpc-eabi --disable-shared --enable-static \
Expand All @@ -51,3 +48,4 @@ package() {
# License
#install -Dm644 "COPYING.txt" "${pkgdir}/${PORTLIBS_PREFIX}/licenses/${pkgname}/COPYING.txt"
}
sha256sums=('8f486bbfbcf8464dd58c9e5d93394ab0255ce68b51c5a966a918244820a76ddc')

0 comments on commit 02ba998

Please sign in to comment.