community/retroarch to 1.7.6-1

This commit is contained in:
Kevin Mihelich 2019-02-04 19:16:52 +00:00
parent de38170992
commit 757a082a59

View file

@ -6,29 +6,62 @@
# - enable GLES # - enable GLES
pkgname=retroarch pkgname=retroarch
pkgver=1.7.5 pkgver=1.7.6
pkgrel=3 pkgrel=1
pkgdesc='Reference frontend for the libretro API' pkgdesc='Reference frontend for the libretro API'
arch=('x86_64') arch=(x86_64)
url='http://www.libretro.com/' url=http://www.libretro.com/
license=('GPL') license=(GPL)
groups=('libretro') groups=(libretro)
depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libx11' depends=(
'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv' 'libxxf86vm' alsa-lib
'mesa' 'openal' 'qt5-base' 'sdl2' 'v4l-utils' 'wayland' 'zlib' libass.so
'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so' libavcodec.so
'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so' libavformat.so
'libusb-1.0.so') libavutil.so
makedepends=('git' 'vulkan-icd-loader') libdrm
optdepends=('libretro-overlays: Collection of overlays' libfreetype.so
'libretro-shaders: Collection of shaders' libgl
'python: retroarch-cg2glsl' libpulse
'retroarch-assets-xmb: XMB menu assets') libswresample.so
backup=('etc/retroarch.cfg') libswscale.so
source=("git+https://github.com/libretro/RetroArch.git#tag=v${pkgver}" libudev.so
'retroarch-config.patch') libusb-1.0.so
sha256sums=('SKIP' libx11
'7857cff30c45721b66666828ca9edbb2923817c6c64591be3f58fe019277103e') 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() { prepare() {
cd RetroArch cd RetroArch