[arch-commits] Commit in libretro-mupen64plus-next/repos/community-x86_64 (2 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Jul 28 08:22:17 UTC 2021


    Date: Wednesday, July 28, 2021 @ 08:22:17
  Author: alucryd
Revision: 988552

archrelease: copy trunk to community-x86_64

Added:
  libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD
    (from rev 988551, libretro-mupen64plus-next/trunk/PKGBUILD)
Deleted:
  libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  110 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-28 08:22:14 UTC (rev 988551)
+++ PKGBUILD	2021-07-28 08:22:17 UTC (rev 988552)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-mupen64plus-next
-pkgver=343
-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
-  libpng
-  libretro-core-info
-  minizip
-  xxhash
-  zlib
-)
-makedepends=(
-  git
-  mesa
-  nasm
-)
-replaces=(libretro-mupen64plus)
-_commit=a6df6b9bfd1b4552bcd27152b791ec6c3df6ffbb
-source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-mupen64plus-next
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make \
-    WITH_DYNAREC=x86_64 \
-    HAVE_PARALLEL_RDP=1 \
-    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() {
-  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 988551, libretro-mupen64plus-next/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-28 08:22:17 UTC (rev 988552)
@@ -0,0 +1,55 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-mupen64plus-next
+pkgver=374
+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
+  libpng
+  libretro-core-info
+  minizip
+  xxhash
+  zlib
+)
+makedepends=(
+  git
+  mesa
+  nasm
+)
+replaces=(libretro-mupen64plus)
+_commit=b4024d75597da162bbc7cb693b8cef0d6da75105
+source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-mupen64plus-next
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make \
+    WITH_DYNAREC=x86_64 \
+    HAVE_PARALLEL_RDP=1 \
+    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() {
+  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