[arch-commits] Commit in libretro-flycast/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Fri Jun 5 11:06:57 UTC 2020


    Date: Friday, June 5, 2020 @ 11:06:56
  Author: alucryd
Revision: 639141

upgpkg: libretro-flycast 4165-1

Modified:
  libretro-flycast/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-05 10:58:58 UTC (rev 639140)
+++ PKGBUILD	2020-06-05 11:06:56 UTC (rev 639141)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=libretro-flycast
-pkgver=4156
+pkgver=4165
 pkgrel=1
 pkgdesc='Sega Dreamcast core'
 arch=(x86_64)
@@ -11,6 +11,9 @@
 depends=(
   libgl
   libretro-core-info
+  libzip
+  xxhash
+  zlib
 )
 makedepends=(
   git
@@ -17,13 +20,11 @@
   mesa
 )
 source=(
-  libretro-flycast::git+https://github.com/libretro/flycast.git#commit=
+  libretro-flycast::git+https://github.com/libretro/flycast.git#commit=57772897cddd4b0754bc0f75931f919d2ede7aed
   libretro-flycast-flags.patch
 )
-sha256sums=(
-  SKIP
-  051f6fda81d816a8f8c58748565ba4db73a18d0d788e520dc343839471606709
-)
+sha256sums=('SKIP'
+            '051f6fda81d816a8f8c58748565ba4db73a18d0d788e520dc343839471606709')
 
 pkgver() {
   cd libretro-flycast
@@ -38,7 +39,15 @@
 }
 
 build() {
-  make HAVE_OIT=1 -C libretro-flycast
+  make \
+    HAVE_OIT=1 \
+    SYSTEM_GLSLANG=0 \
+    SYSTEM_LIBCHDR=0 \
+    SYSTEM_LIBZIP=1 \
+    SYSTEM_PICOTCP=0 \
+    SYSTEM_XXHASH=1 \
+    SYSTEM_ZLIB=1 \
+    -C libretro-flycast
 }
 
 package() {



More information about the arch-commits mailing list