[arch-commits] Commit in libretro-mupen64plus-next/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Apr 7 18:04:25 UTC 2020
Date: Tuesday, April 7, 2020 @ 18:04:19
Author: alucryd
Revision: 612473
upgpkg: libretro-mupen64plus-next 1:228-1
Modified:
libretro-mupen64plus-next/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-07 18:01:04 UTC (rev 612472)
+++ PKGBUILD 2020-04-07 18:04:19 UTC (rev 612473)
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=libretro-mupen64plus-next
-pkgver=194
+pkgver=228
pkgrel=1
epoch=1
pkgdesc='Nintendo 64 core'
@@ -10,8 +10,9 @@
license=(GPL2)
groups=(libretro)
depends=(
+ gcc-libs
+ glibc
libgl
- libpng
libretro-core-info
)
makedepends=(
@@ -20,7 +21,7 @@
nasm
)
replaces=(libretro-mupen64plus)
-source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=39b555e52bc8821c15f5aa33e366285cd9272630)
+source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=81a58df0263c90b10b7fc11b6deee04d47e3aa40)
sha256sums=(SKIP)
pkgver() {
@@ -30,7 +31,7 @@
}
build() {
- make -C libretro-mupen64plus-next WITH_DYNAREC=x86_64
+ make -C libretro-mupen64plus-next WITH_DYNAREC=x86_64 HAVE_PARALLEL_RSP=1 HAVE_THR_AL=1
}
package() {
More information about the arch-commits
mailing list