[arch-commits] Commit in libretro-mupen64plus-next/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Tue Apr 7 18:04:30 UTC 2020
Date: Tuesday, April 7, 2020 @ 18:04:29
Author: alucryd
Revision: 612474
archrelease: copy trunk to community-x86_64
Added:
libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD
(from rev 612473, libretro-mupen64plus-next/trunk/PKGBUILD)
Deleted:
libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 81 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-07 18:04:19 UTC (rev 612473)
+++ PKGBUILD 2020-04-07 18:04:29 UTC (rev 612474)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-mupen64plus-next
-pkgver=194
-pkgrel=1
-epoch=1
-pkgdesc='Nintendo 64 core'
-arch=(x86_64)
-url=https://github.com/libretro/mupen64plus-libretro-nx
-license=(GPL2)
-groups=(libretro)
-depends=(
- libgl
- libpng
- libretro-core-info
-)
-makedepends=(
- git
- mesa
- nasm
-)
-replaces=(libretro-mupen64plus)
-source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=39b555e52bc8821c15f5aa33e366285cd9272630)
-sha256sums=(SKIP)
-
-pkgver() {
- cd libretro-mupen64plus-next
-
- git rev-list --count HEAD
-}
-
-build() {
- make -C libretro-mupen64plus-next WITH_DYNAREC=x86_64
-}
-
-package() {
- install -Dm 644 libretro-mupen64plus-next/mupen64plus_next_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:
Copied: libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD (from rev 612473, libretro-mupen64plus-next/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-07 18:04:29 UTC (rev 612474)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-mupen64plus-next
+pkgver=228
+pkgrel=1
+epoch=1
+pkgdesc='Nintendo 64 core'
+arch=(x86_64)
+url=https://github.com/libretro/mupen64plus-libretro-nx
+license=(GPL2)
+groups=(libretro)
+depends=(
+ gcc-libs
+ glibc
+ libgl
+ libretro-core-info
+)
+makedepends=(
+ git
+ mesa
+ nasm
+)
+replaces=(libretro-mupen64plus)
+source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=81a58df0263c90b10b7fc11b6deee04d47e3aa40)
+sha256sums=(SKIP)
+
+pkgver() {
+ cd libretro-mupen64plus-next
+
+ git rev-list --count HEAD
+}
+
+build() {
+ make -C libretro-mupen64plus-next WITH_DYNAREC=x86_64 HAVE_PARALLEL_RSP=1 HAVE_THR_AL=1
+}
+
+package() {
+ install -Dm 644 libretro-mupen64plus-next/mupen64plus_next_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list