mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/retroarch to 1.7.3-1
This commit is contained in:
parent
556f552639
commit
ec90fbdd87
2 changed files with 9 additions and 18 deletions
|
@ -7,29 +7,29 @@
|
|||
# - enable GLES
|
||||
|
||||
pkgname=retroarch
|
||||
pkgver=1.7.1
|
||||
pkgver=1.7.3
|
||||
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' 'libusb'
|
||||
'libx11' 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv'
|
||||
'libxxf86vm' 'mesa' 'openal' 'sdl2' 'wayland' 'zlib'
|
||||
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')
|
||||
'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so'
|
||||
'libusb-1.0.so')
|
||||
makedepends=('vulkan-icd-loader')
|
||||
optdepends=('libretro-overlays: Collection of overlays'
|
||||
'libretro-shaders: Collection of shaders'
|
||||
'python: retroarch-cg2glsl'
|
||||
'retroarch-assets-xmb: XMB menu assets'
|
||||
'retroarch-autoconfig-udev: udev joypad autoconfig')
|
||||
'retroarch-assets-xmb: XMB menu assets')
|
||||
backup=('etc/retroarch.cfg')
|
||||
source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz"
|
||||
'retroarch-config.patch')
|
||||
sha256sums=('e9189c7da6b2ca0142528eca14f26104ee322f052f8609203d90b60938d8d3f3'
|
||||
'8dca43954d05ea1f989932fb26828b6e8325394eec070c4530dd21eab3f02c44')
|
||||
sha256sums=('a60c2244609bb87cdb56dd8e1020c3be757569b5246141328804ebc5574327ea'
|
||||
'14f07b31d6bdb049dad62dd12597c292b8d2df5cb2803d15de00a7597d3081fd')
|
||||
|
||||
prepare() {
|
||||
cd RetroArch-${pkgver}
|
||||
|
|
|
@ -47,15 +47,6 @@
|
|||
|
||||
# Will sync (block) on audio. Recommended.
|
||||
# audio_sync = true
|
||||
@@ -418,7 +418,7 @@ video_message_bgcolor_opacity = 1.0
|
||||
# Input binds which are made explicit (input_playerN_*_btn/axis) will take priority over autoconfigs.
|
||||
# Autoconfigs can be created with retroarch-joyconfig, manually, or with a frontend.
|
||||
# Requires input_autodetect_enable to be enabled.
|
||||
-# joypad_autoconfig_dir =
|
||||
+joypad_autoconfig_dir = /usr/share/retroarch/autoconfig
|
||||
|
||||
# Sets which libretro device is used for a user.
|
||||
# Devices are indentified with a number.
|
||||
@@ -662,7 +662,7 @@ video_message_bgcolor_opacity = 1.0
|
||||
# menu_show_online_updater = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue