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

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Jan 21 22:04:52 UTC 2022


    Date: Friday, January 21, 2022 @ 22:04:52
  Author: alucryd
Revision: 1112784

upgpkg: retroarch 1.10.0-1

Modified:
  retroarch/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-21 21:55:42 UTC (rev 1112783)
+++ PKGBUILD	2022-01-21 22:04:52 UTC (rev 1112784)
@@ -3,8 +3,8 @@
 # Contributor: lifning <definelightning at gmail.com>
 
 pkgname=retroarch
-pkgver=1.9.14
-pkgrel=3
+pkgver=1.10.0
+pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
 url=http://www.libretro.com/
@@ -13,6 +13,7 @@
 depends=(
   alsa-lib
   flac
+  glslang
   libass.so
   libavcodec.so
   libavformat.so
@@ -31,12 +32,13 @@
   openal
   qt5-base
   sdl2
+  spirv-tools
   v4l-utils
   zlib
 )
 makedepends=(
+  gamemode
   git
-  glslang
   libx11
   libxcb
   libxext
@@ -45,12 +47,12 @@
   libxrandr
   libxv
   libxxf86vm
-  spirv-tools
   vulkan-icd-loader
   wayland
   wayland-protocols
 )
 optdepends=(
+  'gamemode: GameMode support'
   'libretro-overlays: Collection of overlays'
   'libretro-shaders: Collection of shaders'
   'libxinerama: X11 support'
@@ -61,7 +63,7 @@
   'wayland: Wayland support'
 )
 backup=(etc/retroarch.cfg)
-_tag=06a23670081d46466198704ea5a3a8809a05291f
+_tag=b71be7efd2126ad94759726d8e54724482cffde2
 source=(
   git+https://github.com/libretro/RetroArch.git#tag=${_tag}
   retroarch-config.patch
@@ -87,8 +89,8 @@
   ./configure \
     --prefix=/usr \
     --disable-builtinflac \
+    --disable-builtinglslang \
     --disable-builtinmbedtls \
-    --disable-builtinminiupnpc \
     --disable-builtinzlib \
     --disable-cg \
     --disable-jack \



More information about the arch-commits mailing list