mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/retroarch to 1.7.5-3
This commit is contained in:
parent
a0cb68f43e
commit
a9fb0caab7
2 changed files with 10 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=retroarch
|
||||
pkgver=1.7.5
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
pkgdesc='Reference frontend for the libretro API'
|
||||
arch=('x86_64')
|
||||
url='http://www.libretro.com/'
|
||||
|
@ -28,12 +28,12 @@ backup=('etc/retroarch.cfg')
|
|||
source=("git+https://github.com/libretro/RetroArch.git#tag=v${pkgver}"
|
||||
'retroarch-config.patch')
|
||||
sha256sums=('SKIP'
|
||||
'd79c542c126b74a1b221fcc1acbe053b95f76c6c9a6ccefd10b8f459ceee94dd')
|
||||
'7857cff30c45721b66666828ca9edbb2923817c6c64591be3f58fe019277103e')
|
||||
|
||||
prepare() {
|
||||
cd RetroArch
|
||||
|
||||
#patch -Np0 -i ../retroarch-config.patch
|
||||
patch -Np1 -i ../retroarch-config.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
diff -rupN RetroArch.orig/retroarch.cfg RetroArch/retroarch.cfg
|
||||
--- RetroArch.orig/retroarch.cfg 2018-08-31 11:42:23.948303726 +0200
|
||||
+++ RetroArch/retroarch.cfg 2018-08-31 11:46:13.736652832 +0200
|
||||
@@ -621,7 +621,7 @@
|
||||
--- RetroArch.orig/retroarch.cfg 2018-11-14 10:16:14.586946273 +0100
|
||||
+++ RetroArch/retroarch.cfg 2018-11-14 10:15:09.879807008 +0100
|
||||
@@ -625,7 +625,7 @@
|
||||
# menu_show_online_updater = true
|
||||
|
||||
# If disabled, will hide the ability to update cores (and core info files) inside the menu.
|
||||
|
@ -10,7 +10,7 @@ diff -rupN RetroArch.orig/retroarch.cfg RetroArch/retroarch.cfg
|
|||
|
||||
# If disabled, the libretro core will keep running in the background when we
|
||||
# are in the menu.
|
||||
@@ -750,7 +750,7 @@
|
||||
@@ -754,7 +754,7 @@
|
||||
|
||||
# Assets directory. This location is queried by default when menu interfaces try to look for
|
||||
# loadable assets, etc.
|
||||
|
@ -19,7 +19,7 @@ diff -rupN RetroArch.orig/retroarch.cfg RetroArch/retroarch.cfg
|
|||
|
||||
# Dynamic wallpapers directory. The place to store the wallpapers dynamically
|
||||
# loaded by the menu depending on context.
|
||||
@@ -763,10 +763,10 @@
|
||||
@@ -767,10 +767,10 @@
|
||||
# rgui_browser_directory =
|
||||
|
||||
# Core directory for libretro core implementations.
|
||||
|
@ -32,7 +32,7 @@ diff -rupN RetroArch.orig/retroarch.cfg RetroArch/retroarch.cfg
|
|||
|
||||
# Path to content database directory.
|
||||
# content_database_path =
|
||||
@@ -778,13 +778,13 @@
|
||||
@@ -782,13 +782,13 @@
|
||||
# cheat_database_path =
|
||||
|
||||
# Defines a directory where CPU-based video filters are kept.
|
||||
|
@ -45,7 +45,7 @@ diff -rupN RetroArch.orig/retroarch.cfg RetroArch/retroarch.cfg
|
|||
|
||||
# Defines a directory where shaders (Cg, CGP, GLSL) are kept for easy access.
|
||||
-# video_shader_dir =
|
||||
+ video_shader_dir = /usr/share/libretro/shaders
|
||||
+video_shader_dir = /usr/share/libretro/shaders
|
||||
|
||||
# Recording output directory. Where recordings are saved.
|
||||
# recording_output_directory =
|
||||
|
|
Loading…
Reference in a new issue