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

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Aug 18 10:03:54 UTC 2022


    Date: Thursday, August 18, 2022 @ 10:03:54
  Author: alucryd
Revision: 1266850

archrelease: copy trunk to community-x86_64

Added:
  libretro-parallel-n64/repos/community-x86_64/PKGBUILD
    (from rev 1266849, libretro-parallel-n64/trunk/PKGBUILD)
Deleted:
  libretro-parallel-n64/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 42 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-18 10:03:45 UTC (rev 1266849)
+++ PKGBUILD	2022-08-18 10:03:54 UTC (rev 1266850)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Thomas Schneider <maxmusterm at gmail.com>
-
-pkgname=libretro-parallel-n64
-pkgver=5223
-pkgrel=2
-pkgdesc='Nintendo 64 core'
-arch=(x86_64)
-url=https://github.com/libretro/parallel-n64
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libgl
-  libretro-core-info
-)
-makedepends=(
-  git
-  mesa
-)
-_commit=0a67445ce63513584d92e5c57ea87efe0da9b3bd
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
-sha256sums=(SKIP)
-options=(!lto)
-
-pkgver() {
-  cd libretro-parallel-n64
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make \
-    WITH_DYNAREC=x86_64 \
-    HAVE_PARALLEL=1 \
-    HAVE_PARALLEL_RSP=1 \
-    HAVE_THR_AL=1 \
-    -C libretro-parallel-n64
-}
-
-package() {
-  install -Dm 644 libretro-parallel-n64/parallel_n64_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-parallel-n64/repos/community-x86_64/PKGBUILD (from rev 1266849, libretro-parallel-n64/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-18 10:03:54 UTC (rev 1266850)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Thomas Schneider <maxmusterm at gmail.com>
+
+pkgname=libretro-parallel-n64
+pkgver=5241
+pkgrel=1
+pkgdesc='Nintendo 64 core'
+arch=(x86_64)
+url=https://github.com/libretro/parallel-n64
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libgl
+  libretro-core-info
+)
+makedepends=(
+  git
+  mesa
+)
+_commit=28ef8ff960efef4fc3c462ddc52707e140fee3be
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
+sha256sums=(SKIP)
+options=(!lto)
+
+pkgver() {
+  cd libretro-parallel-n64
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-parallel-n64 \
+    WITH_DYNAREC=x86_64 \
+    HAVE_PARALLEL=1 \
+    HAVE_PARALLEL_RSP=1 \
+    HAVE_THR_AL=1
+}
+
+package() {
+  install -Dm 644 libretro-parallel-n64/parallel_n64_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list