[arch-commits] Commit in libretro-mupen64plus-next/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Tue Dec 1 07:40:45 UTC 2020
Date: Tuesday, December 1, 2020 @ 07:40:44
Author: alucryd
Revision: 767007
archrelease: copy trunk to community-x86_64
Added:
libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD
(from rev 767006, 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 2020-12-01 07:40:39 UTC (rev 767006)
+++ PKGBUILD 2020-12-01 07:40:44 UTC (rev 767007)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-mupen64plus-next
-pkgver=323
-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=b71c9db03bd18eb09074e8a886f62226eeca3846
-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 767006, libretro-mupen64plus-next/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-01 07:40:44 UTC (rev 767007)
@@ -0,0 +1,55 @@
+# 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:
More information about the arch-commits
mailing list