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

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Feb 18 08:38:14 UTC 2022


    Date: Friday, February 18, 2022 @ 08:38:14
  Author: alucryd
Revision: 1133844

retroarch 1.10.0-3: switch to ffmpeg 5.0

Modified:
  retroarch/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-18 06:39:46 UTC (rev 1133843)
+++ PKGBUILD	2022-02-18 08:38:14 UTC (rev 1133844)
@@ -4,7 +4,7 @@
 
 pkgname=retroarch
 pkgver=1.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
 url=http://www.libretro.com/
@@ -12,9 +12,8 @@
 groups=(libretro)
 depends=(
   alsa-lib
-  ffmpeg4.4
+  ffmpeg
   flac
-  glslang
   libass.so
   libdrm
   libfreetype.so
@@ -24,7 +23,6 @@
   libusb-1.0.so
   mbedtls
   mesa
-  miniupnpc
   openal
   qt5-base
   sdl2
@@ -58,7 +56,6 @@
   'retroarch-assets-xmb: XMB menu assets'
   'wayland: Wayland support'
 )
-options=(!strip)
 backup=(etc/retroarch.cfg)
 _tag=b71be7efd2126ad94759726d8e54724482cffde2
 source=(
@@ -77,15 +74,14 @@
   cd RetroArch
   patch -Np1 -i ../retroarch-config.patch
   git cherry-pick -n 685948368e6b28b97e1b91bdfe5921519359a033 # FS#66843
+  git cherry-pick -n 18ee6fdff1a6da2ce6be9b557818e7b4e5d5e837 # ffmpeg 5.0
 }
 
 build() {
-  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
   cd RetroArch
   ./configure \
     --prefix=/usr \
     --disable-builtinflac \
-    --disable-builtinglslang \
     --disable-builtinmbedtls \
     --disable-builtinzlib \
     --disable-cg \



More information about the arch-commits mailing list