mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/retroarch to 1.6.6-1
This commit is contained in:
parent
d0e91db94d
commit
af4c048a20
2 changed files with 18 additions and 9 deletions
|
@ -7,7 +7,7 @@
|
|||
# - enable GLES
|
||||
|
||||
pkgname=retroarch
|
||||
pkgver=1.6.4
|
||||
pkgver=1.6.6
|
||||
pkgrel=1
|
||||
pkgdesc='Reference frontend for the libretro API'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -37,14 +37,14 @@ optdepends=('libretro-desmume: Nintendo DS core'
|
|||
'retroarch-autoconfig-udev: udev joypad autoconfig')
|
||||
backup=('etc/retroarch.cfg')
|
||||
source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz"
|
||||
'retroarch-paths.patch')
|
||||
sha256sums=('7a41fc36c2b967539c43311e2fed181006f1576393ae222517057ad30934b452'
|
||||
'a8449fc210b3f55e2189e8b1106e5a8adaa359916e692af424d838b468ab3da0')
|
||||
'retroarch-config.patch')
|
||||
sha256sums=('923637ef9afc069def16e12b95d3e7737c82358c89f2a67fb34bc64080d09595'
|
||||
'f37b12754256b0bcc2f9d738f9aa1c18557fffede670a328eb0eeb2f28a32bbd')
|
||||
|
||||
prepare() {
|
||||
cd RetroArch-${pkgver}
|
||||
|
||||
patch -Np1 -i ../retroarch-paths.patch
|
||||
patch -Np1 -i ../retroarch-config.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
diff -rupN RetroArch-1.5.0.orig/retroarch.cfg RetroArch-1.5.0/retroarch.cfg
|
||||
--- RetroArch-1.5.0.orig/retroarch.cfg 2017-05-19 15:30:11.834029610 +0200
|
||||
+++ RetroArch-1.5.0/retroarch.cfg 2017-05-19 15:38:31.090191050 +0200
|
||||
diff -rupN RetroArch-1.6.6.orig/retroarch.cfg RetroArch-1.6.6/retroarch.cfg
|
||||
--- RetroArch-1.6.6.orig/retroarch.cfg 2017-08-24 15:30:11.730485158 +0200
|
||||
+++ RetroArch-1.6.6/retroarch.cfg 2017-08-24 15:32:05.506771029 +0200
|
||||
@@ -41,10 +41,10 @@
|
||||
# libretro_path = "/path/to/libretro.so"
|
||||
|
||||
|
@ -32,7 +32,7 @@ diff -rupN RetroArch-1.5.0.orig/retroarch.cfg RetroArch-1.5.0/retroarch.cfg
|
|||
|
||||
# CPU-based video filter. Path to a dynamic library.
|
||||
# video_filter =
|
||||
@@ -404,7 +404,7 @@
|
||||
@@ -411,7 +411,7 @@
|
||||
# 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.
|
||||
|
@ -41,3 +41,12 @@ diff -rupN RetroArch-1.5.0.orig/retroarch.cfg RetroArch-1.5.0/retroarch.cfg
|
|||
|
||||
# Sets which libretro device is used for a user.
|
||||
# Devices are indentified with a number.
|
||||
@@ -655,7 +655,7 @@
|
||||
# menu_show_online_updater = true
|
||||
|
||||
# If disabled, will hide the ability to update cores (and core info files) inside the menu.
|
||||
-# menu_show_core_updater = true
|
||||
+menu_show_core_updater = false
|
||||
|
||||
# If disabled, the libretro core will keep running in the background when we
|
||||
# are in the menu.
|
Loading…
Reference in a new issue