mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
retroarch: update to 1.7.7
This commit is contained in:
parent
e9a2529c99
commit
b6fad2d1c2
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'retroarch'
|
# Template file for 'retroarch'
|
||||||
pkgname=retroarch
|
pkgname=retroarch
|
||||||
version=1.7.5
|
version=1.7.7
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="RetroArch-$version"
|
wrksrc="RetroArch-$version"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --global-config-dir=/etc --enable-udev
|
configure_args="--prefix=/usr --sysconfdir=/etc --enable-udev
|
||||||
--enable-networking
|
--enable-networking
|
||||||
$(vopt_enable ffmpeg) $(vopt_enable jack) $(vopt_enable pulseaudio pulse)
|
$(vopt_enable ffmpeg) $(vopt_enable jack) $(vopt_enable pulseaudio pulse)
|
||||||
$(vopt_enable sdl2) $(vopt_enable x11) $(vopt_enable vulkan)"
|
$(vopt_enable sdl2) $(vopt_enable x11) $(vopt_enable vulkan)"
|
||||||
|
@ -22,7 +22,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.libretro.com/"
|
homepage="http://www.libretro.com/"
|
||||||
distfiles="https://github.com/libretro/RetroArch/archive/v$version.tar.gz"
|
distfiles="https://github.com/libretro/RetroArch/archive/v$version.tar.gz"
|
||||||
checksum=89dae3646e4979b8685cae987eaa09816ac94bfb10d2636a2e7a8eede5fcbfa3
|
checksum=84cdf88b7dfbbe229521c32489820040eeee7736ef8fb43f1f345235b34e9732
|
||||||
build_options="ffmpeg opengl jack pulseaudio sdl2 x11 vulkan"
|
build_options="ffmpeg opengl jack pulseaudio sdl2 x11 vulkan"
|
||||||
|
|
||||||
build_options_default="ffmpeg"
|
build_options_default="ffmpeg"
|
||||||
|
|
Loading…
Add table
Reference in a new issue