retroarch: update to 1.2.2.
This commit is contained in:
parent
a015cdcf6d
commit
fc8667f8b5
1 changed files with 6 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'retroarch'
|
||||
pkgname=retroarch
|
||||
version=20150203
|
||||
revision=2
|
||||
wrksrc="RetroArch-master"
|
||||
reverts="20150203_2"
|
||||
version=1.2.2
|
||||
revision=1
|
||||
wrksrc="RetroArch-$version"
|
||||
conf_files="/etc/retroarch.cfg"
|
||||
build_style=configure
|
||||
build_options="ffmpeg opengl jack pulseaudio sdl2 x11"
|
||||
|
@ -20,8 +21,8 @@ short_desc="Official reference frontend for the libretro API"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.libretro.com/"
|
||||
distfiles="http://ftp.netbsd.org/pub/NetBSD/misc/jmcneill/retroarch/retroarch-${version}.zip"
|
||||
checksum=55d6480eba8eadcf73c8e4e3eca3179baab35b4406431178d26348be6446833b
|
||||
distfiles="https://github.com/libretro/RetroArch/archive/v$version.tar.gz"
|
||||
checksum=1113f75f6ddb790174b0f9e0fc82ff4875e8a4d39262428a6ba4a931a147b9af
|
||||
|
||||
build_options_default="ffmpeg"
|
||||
|
||||
|
|
Loading…
Reference in a new issue