[arch-commits] Commit in retroarch/trunk (3 files)

Maxime Gauduin alucryd at archlinux.org
Thu Aug 24 13:45:32 UTC 2017


    Date: Thursday, August 24, 2017 @ 13:45:29
  Author: alucryd
Revision: 253265

upgpkg: retroarch 1.6.6-1

Added:
  retroarch/trunk/retroarch-config.patch
Modified:
  retroarch/trunk/PKGBUILD
Deleted:
  retroarch/trunk/retroarch-paths.patch

------------------------+
 PKGBUILD               |   10 ++++-----
 retroarch-config.patch |   52 +++++++++++++++++++++++++++++++++++++++++++++++
 retroarch-paths.patch  |   43 --------------------------------------
 3 files changed, 57 insertions(+), 48 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-24 13:43:35 UTC (rev 253264)
+++ PKGBUILD	2017-08-24 13:45:29 UTC (rev 253265)
@@ -4,7 +4,7 @@
 # Contributor: lifning <definelightning at gmail.com>
 
 pkgname=retroarch
-pkgver=1.6.4
+pkgver=1.6.6
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=('i686' 'x86_64')
@@ -34,14 +34,14 @@
             '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() {

Added: retroarch-config.patch
===================================================================
--- retroarch-config.patch	                        (rev 0)
+++ retroarch-config.patch	2017-08-24 13:45:29 UTC (rev 253265)
@@ -0,0 +1,52 @@
+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"
+ 
+ # A directory for where to search for libretro core implementations.
+-# libretro_directory =
++libretro_directory = /usr/lib/libretro
+ 
+ # A directory for where to search for libretro core information.
+-# libretro_info_path =
++libretro_info_path = /usr/share/libretro/info
+ 
+ # Sets log level for libretro cores (GET_LOG_INTERFACE).
+ # If a log level issued by a libretro core is below libretro_log_level, it is ignored.
+@@ -104,7 +104,7 @@
+ 
+ # Assets directory. This location is queried by default when menu interfaces try to look for
+ # loadable assets, etc.
+-# assets_directory =
++assets_directory = /usr/share/retroarch/assets
+ 
+ # Dynamic wallpapers directory. The place to store the wallpapers dynamically
+ # loaded by the menu depending on context.
+@@ -235,7 +235,7 @@
+ # video_shader_enable = false
+ 
+ # Defines a directory where shaders (Cg, CGP, GLSL) are kept for easy access.
+-# video_shader_dir =
++video_shader_dir = /usr/share/libretro/shaders
+ 
+ # CPU-based video filter. Path to a dynamic library.
+ # video_filter =
+@@ -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.
+-# 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.
+@@ -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.

Deleted: retroarch-paths.patch
===================================================================
--- retroarch-paths.patch	2017-08-24 13:43:35 UTC (rev 253264)
+++ retroarch-paths.patch	2017-08-24 13:45:29 UTC (rev 253265)
@@ -1,43 +0,0 @@
-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
-@@ -41,10 +41,10 @@
- # libretro_path = "/path/to/libretro.so"
- 
- # A directory for where to search for libretro core implementations.
--# libretro_directory =
-+libretro_directory = /usr/lib/libretro
- 
- # A directory for where to search for libretro core information.
--# libretro_info_path =
-+libretro_info_path = /usr/share/libretro/info
- 
- # Sets log level for libretro cores (GET_LOG_INTERFACE).
- # If a log level issued by a libretro core is below libretro_log_level, it is ignored.
-@@ -104,7 +104,7 @@
- 
- # Assets directory. This location is queried by default when menu interfaces try to look for
- # loadable assets, etc.
--# assets_directory =
-+assets_directory = /usr/share/retroarch/assets
- 
- # Dynamic wallpapers directory. The place to store the wallpapers dynamically
- # loaded by the menu depending on context.
-@@ -235,7 +235,7 @@
- # video_shader_enable = false
- 
- # Defines a directory where shaders (Cg, CGP, GLSL) are kept for easy access.
--# video_shader_dir =
-+video_shader_dir = /usr/share/libretro/shaders
- 
- # CPU-based video filter. Path to a dynamic library.
- # video_filter =
-@@ -404,7 +404,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.
--# 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.



More information about the arch-commits mailing list