mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/retroarch to 1.10.0-2
This commit is contained in:
parent
6897eacb87
commit
a48781b896
1 changed files with 6 additions and 10 deletions
|
@ -8,7 +8,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/
|
||||
|
@ -16,18 +16,14 @@ license=(GPL)
|
|||
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
|
||||
|
@ -66,16 +62,15 @@ optdepends=(
|
|||
'retroarch-assets-xmb: XMB menu assets'
|
||||
'wayland: Wayland support'
|
||||
)
|
||||
options=(!strip)
|
||||
backup=(etc/retroarch.cfg)
|
||||
_tag=b71be7efd2126ad94759726d8e54724482cffde2
|
||||
source=(
|
||||
git+https://github.com/libretro/RetroArch.git#tag=${_tag}
|
||||
retroarch-config.patch
|
||||
)
|
||||
b2sums=(
|
||||
SKIP
|
||||
5ecbe57126c7f9b66bdf189f0af2f1cec031cb68ea85bb9609847ba9beb0e720c902cd3330d7c286901a73e6c2e272c3f04166cf9a47bb6f80097f19dde8ce3a
|
||||
)
|
||||
b2sums=('SKIP'
|
||||
'5ecbe57126c7f9b66bdf189f0af2f1cec031cb68ea85bb9609847ba9beb0e720c902cd3330d7c286901a73e6c2e272c3f04166cf9a47bb6f80097f19dde8ce3a')
|
||||
|
||||
#pkgver() {
|
||||
# cd RetroArch
|
||||
|
@ -89,6 +84,7 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
|
||||
cd RetroArch
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
|
Loading…
Reference in a new issue