[arch-commits] Commit in libretro-mupen64plus-next/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Jul 21 11:26:43 UTC 2020
Date: Tuesday, July 21, 2020 @ 11:26:43
Author: alucryd
Revision: 664727
upgpkg: libretro-mupen64plus-next 1:300-1
Modified:
libretro-mupen64plus-next/trunk/PKGBUILD
----------+
PKGBUILD | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-21 11:26:39 UTC (rev 664726)
+++ PKGBUILD 2020-07-21 11:26:43 UTC (rev 664727)
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=libretro-mupen64plus-next
-pkgver=228
+pkgver=300
pkgrel=1
epoch=1
pkgdesc='Nintendo 64 core'
@@ -13,7 +13,11 @@
gcc-libs
glibc
libgl
+ libpng
libretro-core-info
+ minizip
+ xxhash
+ zlib
)
makedepends=(
git
@@ -21,7 +25,8 @@
nasm
)
replaces=(libretro-mupen64plus)
-source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=81a58df0263c90b10b7fc11b6deee04d47e3aa40)
+_commit=622568ee6dc2967fff8107858f0c9a7f2a30c411
+source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=${_commit})
sha256sums=(SKIP)
pkgver() {
@@ -31,7 +36,15 @@
}
build() {
- make -C libretro-mupen64plus-next WITH_DYNAREC=x86_64 HAVE_PARALLEL_RSP=1 HAVE_THR_AL=1
+ make \
+ WITH_DYNAREC=x86_64 \
+ HAVE_PARALLEL_RSP=1 \
+ HAVE_THR_AL=1 \
+ SYSTEM_LIBPNG=1 \
+ SYSTEM_MINIZIP=1 \
+ SYSTEM_XXHASH=1 \
+ SYSTEM_ZLIB=1 \
+ -C libretro-mupen64plus-next
}
package() {
More information about the arch-commits
mailing list