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

Maxime Gauduin alucryd at archlinux.org
Fri Aug 14 14:31:20 UTC 2020


    Date: Friday, August 14, 2020 @ 14:31:19
  Author: alucryd
Revision: 679153

archrelease: copy trunk to community-x86_64

Added:
  libretro-beetle-psx/repos/community-x86_64/PKGBUILD
    (from rev 679152, libretro-beetle-psx/trunk/PKGBUILD)
Deleted:
  libretro-beetle-psx/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  126 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-14 14:31:14 UTC (rev 679152)
+++ PKGBUILD	2020-08-14 14:31:19 UTC (rev 679153)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgbase=libretro-beetle-psx
-pkgname=(
-  libretro-beetle-psx
-  libretro-beetle-psx-hw
-)
-pkgver=2360
-pkgrel=1
-pkgdesc='Sony PlayStation core'
-arch=(x86_64)
-url=https://github.com/libretro/beetle-psx-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libretro-core-info
-  zlib
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  vulkan-icd-loader
-)
-_commit=4cda2d4597be2420476a13cff8e535e21ab0eeb5
-source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-beetle-psx
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cp -r libretro-beetle-psx{,-hw}
-}
-
-build() {
-  make \
-    HAVE_LIGHTREC=1 \
-    SYSTEM_LIBCHDR=0 \
-    SYSTEM_ZLIB=1 \
-    -C libretro-beetle-psx
-  make \
-    HAVE_HW=1 \
-    HAVE_LIGHTREC=1 \
-    SYSTEM_LIBCHDR=0 \
-    SYSTEM_ZLIB=1 \
-    -C libretro-beetle-psx-hw
-}
-
-package_libretro-beetle-psx() {
-  install -Dm 644 libretro-beetle-psx/mednafen_psx_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-package_libretro-beetle-psx-hw() {
-  depends+=(libgl)
-
-  install -Dm 644 libretro-beetle-psx-hw/mednafen_psx_hw_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-beetle-psx/repos/community-x86_64/PKGBUILD (from rev 679152, libretro-beetle-psx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-14 14:31:19 UTC (rev 679153)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgbase=libretro-beetle-psx
+pkgname=(
+  libretro-beetle-psx
+  libretro-beetle-psx-hw
+)
+pkgver=2362
+pkgrel=1
+pkgdesc='Sony PlayStation core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-psx-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libretro-core-info
+  zlib
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  vulkan-icd-loader
+)
+_commit=9f126e5752c018fc1c1c6f322ad6b3a2fca93c2d
+source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-beetle-psx
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cp -r libretro-beetle-psx{,-hw}
+}
+
+build() {
+  make \
+    HAVE_LIGHTREC=1 \
+    SYSTEM_LIBCHDR=0 \
+    SYSTEM_ZLIB=1 \
+    -C libretro-beetle-psx
+  make \
+    HAVE_HW=1 \
+    HAVE_LIGHTREC=1 \
+    SYSTEM_LIBCHDR=0 \
+    SYSTEM_ZLIB=1 \
+    -C libretro-beetle-psx-hw
+}
+
+package_libretro-beetle-psx() {
+  install -Dm 644 libretro-beetle-psx/mednafen_psx_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+package_libretro-beetle-psx-hw() {
+  depends+=(libgl)
+
+  install -Dm 644 libretro-beetle-psx-hw/mednafen_psx_hw_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list