[arch-commits] Commit in (9 files)

Maxime Gauduin alucryd at archlinux.org
Sun Feb 26 20:20:07 UTC 2017


    Date: Sunday, February 26, 2017 @ 20:20:07
  Author: alucryd
Revision: 213879

Replace libre-tro-mednafen-psx with libretro-beetle-psx

Added:
  libretro-beetle-psx/
  libretro-beetle-psx/repos/
  libretro-beetle-psx/repos/community-i686/
  libretro-beetle-psx/repos/community-i686/PKGBUILD
  libretro-beetle-psx/repos/community-x86_64/
  libretro-beetle-psx/repos/community-x86_64/PKGBUILD
  libretro-beetle-psx/trunk/
  libretro-beetle-psx/trunk/PKGBUILD
Deleted:
  libretro-mednafen-psx/

---------------------------------+
 repos/community-i686/PKGBUILD   |   54 ++++++++++++++++++++++++++++++++++++
 repos/community-x86_64/PKGBUILD |   54 ++++++++++++++++++++++++++++++++++++
 trunk/PKGBUILD                  |   57 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 165 insertions(+)

Added: libretro-beetle-psx/repos/community-i686/PKGBUILD
===================================================================
--- libretro-beetle-psx/repos/community-i686/PKGBUILD	                        (rev 0)
+++ libretro-beetle-psx/repos/community-i686/PKGBUILD	2017-02-26 20:20:07 UTC (rev 213879)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD 209996 2017-02-05 14:39:04Z alucryd $
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgbase=libretro-mednafen-psx
+pkgname=('libretro-mednafen-psx' 'libretro-mednafen-psx-hw')
+pkgver=1430
+pkgrel=1
+pkgdesc='Sony PlayStation core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/mednafen-psx-libretro'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc')
+makedepends=('git' 'libgl' 'mesa' 'vulkan-icd-loader')
+_commit='e3aae3d47a830cb7ce3f6ee604d1dd75d4ac1be9'
+source=("libretro-mednafen-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit}"
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mednafen_psx_libretro.info'
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mednafen_psx_hw_libretro.info')
+sha256sums=('SKIP'
+            '62a5cc23016b0de899e3a5014540d39d912f08c34b20ed6e10ddae8c11f1ba5d'
+            '0eacb7ea75df0bb6f458754290ed7ab21e197e170fe3e80579b8161782963df1')
+
+pkgver() {
+  cd libretro-mednafen-psx
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-mednafen-psx
+
+  make
+  make HAVE_HW=1
+}
+
+package_libretro-mednafen-psx() {
+  cd libretro-mednafen-psx
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 mednafen_psx_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../mednafen_psx_libretro.info "${pkgdir}"/usr/share/libretro/info/
+}
+
+package_libretro-mednafen-psx-hw() {
+  depends+=('libgl')
+
+  cd libretro-mednafen-psx
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 mednafen_psx_hw_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../mednafen_psx_hw_libretro.info "${pkgdir}"/usr/share/libretro/info/
+}
+
+# vim: ts=2 sw=2 et:

Added: libretro-beetle-psx/repos/community-x86_64/PKGBUILD
===================================================================
--- libretro-beetle-psx/repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ libretro-beetle-psx/repos/community-x86_64/PKGBUILD	2017-02-26 20:20:07 UTC (rev 213879)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD 209996 2017-02-05 14:39:04Z alucryd $
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgbase=libretro-mednafen-psx
+pkgname=('libretro-mednafen-psx' 'libretro-mednafen-psx-hw')
+pkgver=1430
+pkgrel=1
+pkgdesc='Sony PlayStation core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/mednafen-psx-libretro'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc')
+makedepends=('git' 'libgl' 'mesa' 'vulkan-icd-loader')
+_commit='e3aae3d47a830cb7ce3f6ee604d1dd75d4ac1be9'
+source=("libretro-mednafen-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit}"
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mednafen_psx_libretro.info'
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mednafen_psx_hw_libretro.info')
+sha256sums=('SKIP'
+            '62a5cc23016b0de899e3a5014540d39d912f08c34b20ed6e10ddae8c11f1ba5d'
+            '0eacb7ea75df0bb6f458754290ed7ab21e197e170fe3e80579b8161782963df1')
+
+pkgver() {
+  cd libretro-mednafen-psx
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-mednafen-psx
+
+  make
+  make HAVE_HW=1
+}
+
+package_libretro-mednafen-psx() {
+  cd libretro-mednafen-psx
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 mednafen_psx_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../mednafen_psx_libretro.info "${pkgdir}"/usr/share/libretro/info/
+}
+
+package_libretro-mednafen-psx-hw() {
+  depends+=('libgl')
+
+  cd libretro-mednafen-psx
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 mednafen_psx_hw_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../mednafen_psx_hw_libretro.info "${pkgdir}"/usr/share/libretro/info/
+}
+
+# vim: ts=2 sw=2 et:

Added: libretro-beetle-psx/trunk/PKGBUILD
===================================================================
--- libretro-beetle-psx/trunk/PKGBUILD	                        (rev 0)
+++ libretro-beetle-psx/trunk/PKGBUILD	2017-02-26 20:20:07 UTC (rev 213879)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgbase=libretro-beetle-psx
+pkgname=('libretro-beetle-psx' 'libretro-beetle-psx-hw')
+pkgver=1436
+pkgrel=1
+pkgdesc='Sony PlayStation core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/beetle-psx-libretro'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc')
+makedepends=('git' 'libgl' 'mesa' 'vulkan-icd-loader')
+_commit='99747d42833809038b7a5c137a06b1b8d0bcdc4e'
+source=("libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit}"
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mednafen_psx_libretro.info'
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mednafen_psx_hw_libretro.info')
+sha256sums=('SKIP'
+            '4abaddc3adeecc9695ae0284fd8ead30d855186398392a57f137cfe689de866f'
+            'bd911ad07b003b526c10e9dfbfd712bd1bbf427fb0e3bc51ae7196001e7d2a12')
+
+pkgver() {
+  cd libretro-beetle-psx
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-beetle-psx
+
+  make
+  make HAVE_HW=1
+}
+
+package_libretro-beetle-psx() {
+  replaces=('libretro-mednafen-psx')
+
+  cd libretro-beetle-psx
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 mednafen_psx_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../mednafen_psx_libretro.info "${pkgdir}"/usr/share/libretro/info/
+}
+
+package_libretro-beetle-psx-hw() {
+  depends+=('libgl')
+  replaces=('libretro-mednafen-psx-hw')
+
+  cd libretro-beetle-psx
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 mednafen_psx_hw_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../mednafen_psx_hw_libretro.info "${pkgdir}"/usr/share/libretro/info/
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: libretro-beetle-psx/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list