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

2020-11-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, November 24, 2020 @ 07:37:24
  Author: alucryd
Revision: 760882

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-24 07:37:19 UTC (rev 760881)
+++ PKGBUILD2020-11-24 07:37:24 UTC (rev 760882)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=5206
-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=b52bbda7ce425bb43b27850245a78ee59baa27a7
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
-sha256sums=(SKIP)
-
-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 760881, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-24 07:37:24 UTC (rev 760882)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5208
+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=29e7f39e95af38c2c4056a825286261161eae640
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
+sha256sums=(SKIP)
+
+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:


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

2020-10-12 Thread Maxime Gauduin via arch-commits
Date: Monday, October 12, 2020 @ 13:16:30
  Author: alucryd
Revision: 723645

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-12 13:16:24 UTC (rev 723644)
+++ PKGBUILD2020-10-12 13:16:30 UTC (rev 723645)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=5204
-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=7868eea1cee1798836a13623b86948fdc76c0ac1
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
-sha256sums=(SKIP)
-
-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 723644, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-12 13:16:30 UTC (rev 723645)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5206
+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=b52bbda7ce425bb43b27850245a78ee59baa27a7
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
+sha256sums=(SKIP)
+
+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:


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

2020-09-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 13, 2020 @ 10:12:01
  Author: alucryd
Revision: 705092

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-13 10:11:56 UTC (rev 705091)
+++ PKGBUILD2020-09-13 10:12:01 UTC (rev 705092)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=5202
-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=cfb9789e13ccbeaabd928203566346c05709d501
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
-sha256sums=(SKIP)
-
-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 705091, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-13 10:12:01 UTC (rev 705092)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5204
+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=7868eea1cee1798836a13623b86948fdc76c0ac1
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
+sha256sums=(SKIP)
+
+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:


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

2020-07-21 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 21, 2020 @ 11:26:57
  Author: alucryd
Revision: 664730

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 11:26:52 UTC (rev 664729)
+++ PKGBUILD2020-07-21 11:26:57 UTC (rev 664730)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=5198
-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=76193f8308c467f0f4e88b4550d30d9331da5958
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
-sha256sums=(SKIP)
-
-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 664729, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 11:26:57 UTC (rev 664730)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5202
+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=cfb9789e13ccbeaabd928203566346c05709d501
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
+sha256sums=(SKIP)
+
+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:


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:55:55
  Author: alucryd
Revision: 657737

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:55:49 UTC (rev 657736)
+++ PKGBUILD2020-07-04 15:55:55 UTC (rev 657737)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=5189
-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=77407e393d0dc4d9a4cd99e46fc1a16a1b1acaa4
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
-sha256sums=(SKIP)
-
-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 657736, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:55:55 UTC (rev 657737)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5198
+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=76193f8308c467f0f4e88b4550d30d9331da5958
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
+sha256sums=(SKIP)
+
+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:


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

2020-06-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 23, 2020 @ 09:51:47
  Author: alucryd
Revision: 650979

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   80 -
 1 file changed, 43 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-23 09:51:42 UTC (rev 650978)
+++ PKGBUILD2020-06-23 09:51:47 UTC (rev 650979)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=5175
-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
-)
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=9dd669e2f63b320c5942f2fe0b2df275dba99393)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-parallel-n64
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64 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:

Copied: libretro-parallel-n64/repos/community-x86_64/PKGBUILD (from rev 650978, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-23 09:51:47 UTC (rev 650979)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5189
+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=77407e393d0dc4d9a4cd99e46fc1a16a1b1acaa4
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
+sha256sums=(SKIP)
+
+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:


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

2020-06-02 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 2, 2020 @ 09:39:25
  Author: alucryd
Revision: 637974

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-02 09:39:20 UTC (rev 637973)
+++ PKGBUILD2020-06-02 09:39:25 UTC (rev 637974)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=5173
-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
-)
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=43f893044c2c2d850482778e4e79e51e34c253af)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-parallel-n64
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64 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:

Copied: libretro-parallel-n64/repos/community-x86_64/PKGBUILD (from rev 637973, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-02 09:39:25 UTC (rev 637974)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5175
+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
+)
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=9dd669e2f63b320c5942f2fe0b2df275dba99393)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-parallel-n64
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64 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:


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

2020-05-28 Thread Maxime Gauduin via arch-commits
Date: Thursday, May 28, 2020 @ 08:00:58
  Author: alucryd
Revision: 636168

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-28 08:00:50 UTC (rev 636167)
+++ PKGBUILD2020-05-28 08:00:58 UTC (rev 636168)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=5145
-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
-)
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=54681c22f754695dea02dcf9f6974f68d25604fe)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-parallel-n64
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64 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:

Copied: libretro-parallel-n64/repos/community-x86_64/PKGBUILD (from rev 636167, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-28 08:00:58 UTC (rev 636168)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5173
+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
+)
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=43f893044c2c2d850482778e4e79e51e34c253af)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-parallel-n64
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64 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:


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

2020-04-05 Thread Maxime Gauduin via arch-commits
Date: Sunday, April 5, 2020 @ 19:48:37
  Author: alucryd
Revision: 611959

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 19:48:30 UTC (rev 611958)
+++ PKGBUILD2020-04-05 19:48:37 UTC (rev 611959)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=5143
-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
-)
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=8fe07c62a364d0af1e22b7f75e839d42872dae7f)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-parallel-n64
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64 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:

Copied: libretro-parallel-n64/repos/community-x86_64/PKGBUILD (from rev 611958, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 19:48:37 UTC (rev 611959)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5145
+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
+)
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=54681c22f754695dea02dcf9f6974f68d25604fe)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-parallel-n64
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64 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:


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

2020-03-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 18, 2020 @ 10:29:37
  Author: alucryd
Revision: 600513

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 10:29:32 UTC (rev 600512)
+++ PKGBUILD2020-03-18 10:29:37 UTC (rev 600513)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=5142
-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
-)
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=f8f35c70dd33d529a528bc573c036c4b9400693d)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-parallel-n64
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64 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:

Copied: libretro-parallel-n64/repos/community-x86_64/PKGBUILD (from rev 600512, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 10:29:37 UTC (rev 600513)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5143
+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
+)
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=8fe07c62a364d0af1e22b7f75e839d42872dae7f)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-parallel-n64
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64 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:


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

2020-03-02 Thread Maxime Gauduin via arch-commits
Date: Monday, March 2, 2020 @ 15:13:24
  Author: alucryd
Revision: 588532

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-02 15:13:19 UTC (rev 588531)
+++ PKGBUILD2020-03-02 15:13:24 UTC (rev 588532)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=5140
-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
-)
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=d59e033bc9447169bcd44fbd6c38bcec29356935)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-parallel-n64
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64 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:

Copied: libretro-parallel-n64/repos/community-x86_64/PKGBUILD (from rev 588531, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-02 15:13:24 UTC (rev 588532)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5142
+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
+)
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=f8f35c70dd33d529a528bc573c036c4b9400693d)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-parallel-n64
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64 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:


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

2020-02-24 Thread Maxime Gauduin via arch-commits
Date: Monday, February 24, 2020 @ 08:22:53
  Author: alucryd
Revision: 580158

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-24 08:22:38 UTC (rev 580157)
+++ PKGBUILD2020-02-24 08:22:53 UTC (rev 580158)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=5126
-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
-)
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=519e642015cd6fa79047eb7ace18486f08176da8)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-parallel-n64
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64
-}
-
-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 580157, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-24 08:22:53 UTC (rev 580158)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5140
+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
+)
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=d59e033bc9447169bcd44fbd6c38bcec29356935)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-parallel-n64
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64 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:


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

2020-02-08 Thread Maxime Gauduin via arch-commits
Date: Saturday, February 8, 2020 @ 10:53:07
  Author: alucryd
Revision: 563937

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-08 10:53:02 UTC (rev 563936)
+++ PKGBUILD2020-02-08 10:53:07 UTC (rev 563937)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=5121
-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
-)
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=a71d9dfb43043b07a65c05f7e7cbd663b5508960)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-parallel-n64
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64
-}
-
-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 563936, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-08 10:53:07 UTC (rev 563937)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5126
+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
+)
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=519e642015cd6fa79047eb7ace18486f08176da8)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-parallel-n64
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64
+}
+
+package() {
+  install -Dm 644 libretro-parallel-n64/parallel_n64_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-29 Thread Maxime Gauduin via arch-commits
Date: Wednesday, January 29, 2020 @ 10:26:09
  Author: alucryd
Revision: 558564

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-29 10:26:05 UTC (rev 558563)
+++ PKGBUILD2020-01-29 10:26:09 UTC (rev 558564)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=5106
-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
-)
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=c301c0c949d70179b79302bdd355b1d5d3fa7942)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-parallel-n64
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64
-}
-
-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 558563, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-29 10:26:09 UTC (rev 558564)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5121
+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
+)
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=a71d9dfb43043b07a65c05f7e7cbd663b5508960)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-parallel-n64
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64
+}
+
+package() {
+  install -Dm 644 libretro-parallel-n64/parallel_n64_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-23 Thread Maxime Gauduin via arch-commits
Date: Thursday, January 23, 2020 @ 15:34:41
  Author: alucryd
Revision: 554985

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   79 -
 1 file changed, 37 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-23 15:34:35 UTC (rev 554984)
+++ PKGBUILD2020-01-23 15:34:41 UTC (rev 554985)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=5078
-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='ffb568713cad9bf0a7838c4a2335c08b146b95b6'
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-parallel-n64
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-parallel-n64
-
-  make WITH_DYNAREC=x86_64
-}
-
-package() {
-  cd libretro-parallel-n64
-
-  install -Dm 644 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 554984, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-23 15:34:41 UTC (rev 554985)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5106
+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
+)
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=c301c0c949d70179b79302bdd355b1d5d3fa7942)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-parallel-n64
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-parallel-n64 WITH_DYNAREC=x86_64
+}
+
+package() {
+  install -Dm 644 libretro-parallel-n64/parallel_n64_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-17 Thread Maxime Gauduin via arch-commits
Date: Friday, January 17, 2020 @ 10:30:11
  Author: alucryd
Revision: 552830

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-17 10:30:05 UTC (rev 552829)
+++ PKGBUILD2020-01-17 10:30:11 UTC (rev 552830)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=5013
-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='5939f440d59ec16b37efba89f225a20a416424cd'
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-parallel-n64
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-parallel-n64
-
-  make WITH_DYNAREC='x86_64'
-}
-
-package() {
-  cd libretro-parallel-n64
-
-  install -Dm 644 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 552829, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-17 10:30:11 UTC (rev 552830)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5078
+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='ffb568713cad9bf0a7838c4a2335c08b146b95b6'
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-parallel-n64
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-parallel-n64
+
+  make WITH_DYNAREC=x86_64
+}
+
+package() {
+  cd libretro-parallel-n64
+
+  install -Dm 644 parallel_n64_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2018-12-08 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 8, 2018 @ 13:36:42
  Author: alucryd
Revision: 412394

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   79 -
 1 file changed, 42 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-08 13:36:40 UTC (rev 412393)
+++ PKGBUILD2018-12-08 13:36:42 UTC (rev 412394)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=4910
-pkgrel=3
-pkgdesc='Nintendo 64 core'
-arch=('x86_64')
-url='https://github.com/libretro/parallel-n64'
-license=('GPL2')
-groups=('libretro')
-depends=('gcc-libs' 'glibc' 'libgl' 'libretro-core-info')
-makedepends=('git')
-_commit='8c7466029074c9a465fd47dcea812fed7e4d49d3'
-source=("libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libretro-parallel-n64
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-parallel-n64
-
-  make WITH_DYNAREC='x86_64'
-}
-
-package() {
-  cd libretro-parallel-n64
-
-  install -Dm 644 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 412392, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-08 13:36:42 UTC (rev 412394)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5013
+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='5939f440d59ec16b37efba89f225a20a416424cd'
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-parallel-n64
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-parallel-n64
+
+  make WITH_DYNAREC='x86_64'
+}
+
+package() {
+  cd libretro-parallel-n64
+
+  install -Dm 644 parallel_n64_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2017-12-31 Thread Maxime Gauduin via arch-commits
Date: Sunday, December 31, 2017 @ 14:43:59
  Author: alucryd
Revision: 277590

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-31 14:43:47 UTC (rev 277589)
+++ PKGBUILD2017-12-31 14:43:59 UTC (rev 277590)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=4910
-pkgrel=2
-pkgdesc='Nintendo 64 core'
-arch=('x86_64')
-url='https://github.com/libretro/parallel-n64'
-license=('GPL2')
-groups=('libretro')
-depends=('gcc-libs' 'glibc' 'libgl')
-makedepends=('git')
-_commit='8c7466029074c9a465fd47dcea812fed7e4d49d3'
-source=("libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libretro-parallel-n64
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-parallel-n64
-
-  make WITH_DYNAREC='x86_64'
-}
-
-package() {
-  cd libretro-parallel-n64
-
-  install -Dm 644 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 277589, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-31 14:43:59 UTC (rev 277590)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=4910
+pkgrel=3
+pkgdesc='Nintendo 64 core'
+arch=('x86_64')
+url='https://github.com/libretro/parallel-n64'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc' 'libgl' 'libretro-core-info')
+makedepends=('git')
+_commit='8c7466029074c9a465fd47dcea812fed7e4d49d3'
+source=("libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libretro-parallel-n64
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-parallel-n64
+
+  make WITH_DYNAREC='x86_64'
+}
+
+package() {
+  cd libretro-parallel-n64
+
+  install -Dm 644 parallel_n64_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2017-12-31 Thread Maxime Gauduin via arch-commits
Date: Sunday, December 31, 2017 @ 14:22:40
  Author: alucryd
Revision: 277588

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   76 +
 1 file changed, 37 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-31 14:22:29 UTC (rev 277587)
+++ PKGBUILD2017-12-31 14:22:40 UTC (rev 277588)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=4910
-pkgrel=1
-pkgdesc='Nintendo 64 core'
-arch=('x86_64')
-url='https://github.com/libretro/parallel-n64'
-license=('GPL2')
-groups=('libretro')
-depends=('gcc-libs' 'glibc' 'libgl')
-makedepends=('git')
-provides=('libretro-parallel-n64')
-conflicts=('libretro-parallel-n64')
-_commit='8c7466029074c9a465fd47dcea812fed7e4d49d3'
-source=("libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libretro-parallel-n64
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-parallel-n64
-
-  make WITH_DYNAREC='x86_64'
-}
-
-package() {
-  cd libretro-parallel-n64
-
-  install -Dm 644 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 277587, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-31 14:22:40 UTC (rev 277588)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=4910
+pkgrel=2
+pkgdesc='Nintendo 64 core'
+arch=('x86_64')
+url='https://github.com/libretro/parallel-n64'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc' 'libgl')
+makedepends=('git')
+_commit='8c7466029074c9a465fd47dcea812fed7e4d49d3'
+source=("libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libretro-parallel-n64
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-parallel-n64
+
+  make WITH_DYNAREC='x86_64'
+}
+
+package() {
+  cd libretro-parallel-n64
+
+  install -Dm 644 parallel_n64_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et: