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

Maxime Gauduin alucryd at archlinux.org
Thu Jan 23 15:27:06 UTC 2020


    Date: Thursday, January 23, 2020 @ 15:27:06
  Author: alucryd
Revision: 554977

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-23 15:27:01 UTC (rev 554976)
+++ PKGBUILD	2020-01-23 15:27:06 UTC (rev 554977)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-mupen64plus-next
-pkgver=169
-pkgrel=2
-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=f818ff22fb7549f08b74ffe3974ce844e11d9679)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-mupen64plus-next
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-mupen64plus-next
-
-  make WITH_DYNAREC='x86_64'
-}
-
-package() {
-  cd libretro-mupen64plus-next
-
-  install -Dm 644 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 554976, libretro-mupen64plus-next/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-23 15:27:06 UTC (rev 554977)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-mupen64plus-next
+pkgver=192
+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=39048f20d0a28e906095a744f1b1553dfb16c7df)
+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:



More information about the arch-commits mailing list