mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-10 14:53:19 +02:00
retroarch: update to 1.16.0.3.
This commit is contained in:
parent
9d9969f258
commit
175100dc21
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'retroarch'
|
||||
pkgname=retroarch
|
||||
version=1.15.0
|
||||
revision=4
|
||||
version=1.16.0.3
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --sysconfdir=/etc --enable-networking
|
||||
--enable-udev --disable-builtinflac --disable-builtinglslang
|
||||
|
@ -16,7 +16,7 @@ makedepends="alsa-lib-devel eudev-libudev-devel freetype-devel libusb-devel libx
|
|||
$(vopt_if glslang 'glslang-devel SPIRV-Tools-devel') $(vopt_if jack jack-devel)
|
||||
$(vopt_if pulseaudio pulseaudio-devel)
|
||||
$(vopt_if qt5 qt5-devel) $(vopt_if sdl2 SDL2-devel) $(vopt_if vulkan vulkan-loader)
|
||||
$(vopt_if x11 'libXext-devel libXinerama-devel libXv-devel libXxf86vm-devel')"
|
||||
$(vopt_if x11 'libXext-devel libXinerama-devel libXxf86vm-devel')"
|
||||
depends="$(vopt_if vulkan vulkan-loader) $(vopt_if x11 xdg-utils)"
|
||||
short_desc="Official reference frontend for the libretro API"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
@ -24,7 +24,7 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://www.retroarch.com/"
|
||||
changelog="https://raw.githubusercontent.com/libretro/RetroArch/master/CHANGES.md"
|
||||
distfiles="https://github.com/libretro/RetroArch/archive/v$version.tar.gz"
|
||||
checksum=3d3da8c1613820ce4b9360df794d36fd0f7ff902ae164936145a1d4f9e1014db
|
||||
checksum=556aaec4afebd901d9f252181256bb1a2a91606c5eabb432927320f5e67a2c61
|
||||
|
||||
build_options="ffmpeg flac glcore gles2 glslang jack neon pulseaudio qt5 sdl2 vulkan wayland x11"
|
||||
build_options_default="ffmpeg flac glcore glslang pulseaudio sdl2 vulkan wayland x11"
|
||||
|
|
Loading…
Add table
Reference in a new issue