mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/retroarch to 1.10.0-1
This commit is contained in:
parent
50e0b75e29
commit
ae3500375b
1 changed files with 8 additions and 6 deletions
|
@ -7,8 +7,8 @@
|
|||
# - disable broken pkgver function
|
||||
|
||||
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/
|
||||
|
@ -17,6 +17,7 @@ groups=(libretro)
|
|||
depends=(
|
||||
alsa-lib
|
||||
flac
|
||||
glslang
|
||||
libass.so
|
||||
libavcodec.so
|
||||
libavformat.so
|
||||
|
@ -35,12 +36,13 @@ depends=(
|
|||
openal
|
||||
qt5-base
|
||||
sdl2
|
||||
spirv-tools
|
||||
v4l-utils
|
||||
zlib
|
||||
)
|
||||
makedepends=(
|
||||
gamemode
|
||||
git
|
||||
glslang
|
||||
libx11
|
||||
libxcb
|
||||
libxext
|
||||
|
@ -49,12 +51,12 @@ makedepends=(
|
|||
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'
|
||||
|
@ -65,7 +67,7 @@ optdepends=(
|
|||
'wayland: Wayland support'
|
||||
)
|
||||
backup=(etc/retroarch.cfg)
|
||||
_tag=06a23670081d46466198704ea5a3a8809a05291f
|
||||
_tag=b71be7efd2126ad94759726d8e54724482cffde2
|
||||
source=(
|
||||
git+https://github.com/libretro/RetroArch.git#tag=${_tag}
|
||||
retroarch-config.patch
|
||||
|
@ -91,8 +93,8 @@ build() {
|
|||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-builtinflac \
|
||||
--disable-builtinglslang \
|
||||
--disable-builtinmbedtls \
|
||||
--disable-builtinminiupnpc \
|
||||
--disable-builtinzlib \
|
||||
--disable-cg \
|
||||
--disable-jack \
|
||||
|
|
Loading…
Reference in a new issue