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

Maxime Gauduin alucryd at gemini.archlinux.org
Sun Jan 30 15:56:38 UTC 2022


    Date: Sunday, January 30, 2022 @ 15:56:38
  Author: alucryd
Revision: 1120336

ffmpeg 5.0 rebuild: retroarch 1.10.0-2

Modified:
  retroarch/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 15:55:12 UTC (rev 1120335)
+++ PKGBUILD	2022-01-30 15:56:38 UTC (rev 1120336)
@@ -4,7 +4,7 @@
 
 pkgname=retroarch
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
 url=http://www.libretro.com/
@@ -12,18 +12,14 @@
 groups=(libretro)
 depends=(
   alsa-lib
+  ffmpeg4.4
   flac
   glslang
   libass.so
-  libavcodec.so
-  libavformat.so
-  libavutil.so
   libdrm
   libfreetype.so
   libgl
   libpulse
-  libswresample.so
-  libswscale.so
   libudev.so
   libusb-1.0.so
   mbedtls
@@ -62,6 +58,7 @@
   'retroarch-assets-xmb: XMB menu assets'
   'wayland: Wayland support'
 )
+options=(!strip)
 backup=(etc/retroarch.cfg)
 _tag=b71be7efd2126ad94759726d8e54724482cffde2
 source=(
@@ -68,10 +65,8 @@
   git+https://github.com/libretro/RetroArch.git#tag=${_tag}
   retroarch-config.patch
 )
-b2sums=(
-  SKIP
-  5ecbe57126c7f9b66bdf189f0af2f1cec031cb68ea85bb9609847ba9beb0e720c902cd3330d7c286901a73e6c2e272c3f04166cf9a47bb6f80097f19dde8ce3a
-)
+b2sums=('SKIP'
+        '5ecbe57126c7f9b66bdf189f0af2f1cec031cb68ea85bb9609847ba9beb0e720c902cd3330d7c286901a73e6c2e272c3f04166cf9a47bb6f80097f19dde8ce3a')
 
 pkgver() {
   cd RetroArch
@@ -85,6 +80,7 @@
 }
 
 build() {
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
   cd RetroArch
   ./configure \
     --prefix=/usr \



More information about the arch-commits mailing list