mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/retroarch to 1.7.6-1
This commit is contained in:
parent
de38170992
commit
757a082a59
1 changed files with 55 additions and 22 deletions
|
@ -6,29 +6,62 @@
|
|||
# - enable GLES
|
||||
|
||||
pkgname=retroarch
|
||||
pkgver=1.7.5
|
||||
pkgrel=3
|
||||
pkgver=1.7.6
|
||||
pkgrel=1
|
||||
pkgdesc='Reference frontend for the libretro API'
|
||||
arch=('x86_64')
|
||||
url='http://www.libretro.com/'
|
||||
license=('GPL')
|
||||
groups=('libretro')
|
||||
depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libx11'
|
||||
'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv' 'libxxf86vm'
|
||||
'mesa' 'openal' 'qt5-base' 'sdl2' 'v4l-utils' 'wayland' 'zlib'
|
||||
'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
|
||||
'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so'
|
||||
'libusb-1.0.so')
|
||||
makedepends=('git' 'vulkan-icd-loader')
|
||||
optdepends=('libretro-overlays: Collection of overlays'
|
||||
'libretro-shaders: Collection of shaders'
|
||||
'python: retroarch-cg2glsl'
|
||||
'retroarch-assets-xmb: XMB menu assets')
|
||||
backup=('etc/retroarch.cfg')
|
||||
source=("git+https://github.com/libretro/RetroArch.git#tag=v${pkgver}"
|
||||
'retroarch-config.patch')
|
||||
sha256sums=('SKIP'
|
||||
'7857cff30c45721b66666828ca9edbb2923817c6c64591be3f58fe019277103e')
|
||||
arch=(x86_64)
|
||||
url=http://www.libretro.com/
|
||||
license=(GPL)
|
||||
groups=(libretro)
|
||||
depends=(
|
||||
alsa-lib
|
||||
libass.so
|
||||
libavcodec.so
|
||||
libavformat.so
|
||||
libavutil.so
|
||||
libdrm
|
||||
libfreetype.so
|
||||
libgl
|
||||
libpulse
|
||||
libswresample.so
|
||||
libswscale.so
|
||||
libudev.so
|
||||
libusb-1.0.so
|
||||
libx11
|
||||
libxcb
|
||||
libxext
|
||||
libxinerama
|
||||
libxkbcommon
|
||||
libxrandr
|
||||
libxv
|
||||
libxxf86vm
|
||||
mesa
|
||||
openal
|
||||
qt5-base
|
||||
sdl2
|
||||
v4l-utils
|
||||
wayland
|
||||
zlib
|
||||
)
|
||||
makedepends=(
|
||||
git
|
||||
vulkan-icd-loader
|
||||
)
|
||||
optdepends=(
|
||||
'libretro-overlays: Collection of overlays'
|
||||
'libretro-shaders: Collection of shaders'
|
||||
'python: retroarch-cg2glsl'
|
||||
'retroarch-assets-xmb: XMB menu assets'
|
||||
)
|
||||
backup=(etc/retroarch.cfg)
|
||||
source=(
|
||||
git+https://github.com/libretro/RetroArch.git#tag=v${pkgver}
|
||||
retroarch-config.patch
|
||||
)
|
||||
sha256sums=(
|
||||
SKIP
|
||||
7857cff30c45721b66666828ca9edbb2923817c6c64591be3f58fe019277103e
|
||||
)
|
||||
|
||||
prepare() {
|
||||
cd RetroArch
|
||||
|
|
Loading…
Reference in a new issue