community/retroarch to 1.10.0-3

This commit is contained in:
Kevin Mihelich 2022-02-18 13:48:08 +00:00
parent 9ebf585d23
commit 68497b631b

View file

@ -8,7 +8,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/
@ -16,9 +16,8 @@ license=(GPL)
groups=(libretro)
depends=(
alsa-lib
ffmpeg4.4
ffmpeg
flac
glslang
libass.so
libdrm
libfreetype.so
@ -28,7 +27,6 @@ depends=(
libusb-1.0.so
mbedtls
mesa
miniupnpc
openal
qt5-base
sdl2
@ -62,7 +60,6 @@ optdepends=(
'retroarch-assets-xmb: XMB menu assets'
'wayland: Wayland support'
)
options=(!strip)
backup=(etc/retroarch.cfg)
_tag=b71be7efd2126ad94759726d8e54724482cffde2
source=(
@ -81,15 +78,14 @@ prepare() {
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 \