[arch-commits] Commit in retroarch/repos (8 files)

Maxime Gauduin alucryd at archlinux.org
Tue Aug 15 15:45:18 UTC 2017


    Date: Tuesday, August 15, 2017 @ 15:45:17
  Author: alucryd
Revision: 250999

archrelease: copy trunk to community-i686, community-x86_64

Added:
  retroarch/repos/community-i686/PKGBUILD
    (from rev 250997, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-i686/retroarch-paths.patch
    (from rev 250997, retroarch/trunk/retroarch-paths.patch)
  retroarch/repos/community-x86_64/PKGBUILD
    (from rev 250997, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-paths.patch
    (from rev 250997, retroarch/trunk/retroarch-paths.patch)
Deleted:
  retroarch/repos/community-i686/PKGBUILD
  retroarch/repos/community-i686/retroarch-paths.patch
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-paths.patch

----------------------------------------+
 /PKGBUILD                              |  142 +++++++++++++++++++++++++++++++
 /retroarch-paths.patch                 |   86 ++++++++++++++++++
 community-i686/PKGBUILD                |   71 ---------------
 community-i686/retroarch-paths.patch   |   43 ---------
 community-x86_64/PKGBUILD              |   71 ---------------
 community-x86_64/retroarch-paths.patch |   43 ---------
 6 files changed, 228 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-15 15:45:14 UTC (rev 250998)
+++ community-i686/PKGBUILD	2017-08-15 15:45:17 UTC (rev 250999)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Themaister <maister at archlinux.us>
-# Contributor: lifning <definelightning at gmail.com>
-
-pkgname=retroarch
-pkgver=1.6.3
-pkgrel=1
-pkgdesc='Reference frontend for the libretro API'
-arch=('i686' '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'
-         'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
-         'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so')
-makedepends=('vulkan-icd-loader')
-optdepends=('libretro-desmume: Nintendo DS core'
-            'libretro-gambatte: Nintendo Game Boy/Game Boy Color core'
-            'libretro-genesis-plus: Sega Master System/Genesis/Game Gear/CD/32X core'
-            'libretro-mgba: Nintendo Game Boy Advance core'
-            'libretro-mupen64plus: Nintendo 64 core'
-            'libretro-nestopia: Nintendo Entertainment System core'
-            'libretro-pcsx-rearmed: Sony PlayStation core'
-            'libretro-reicast: Sega Dreamcast core'
-            'libretro-snes9x: Super Nintendo Entertainment System core'
-            'libretro-yabause: Sega Saturn core'
-            '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')
-backup=('etc/retroarch.cfg')
-source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/${pkgver}.tar.gz"
-        'retroarch-paths.patch')
-sha256sums=('cdd09148f0f00406223495053a614599310ca27b411e68ce0042cb1fa5161c28'
-            'a8449fc210b3f55e2189e8b1106e5a8adaa359916e692af424d838b468ab3da0')
-
-prepare() {
-  cd RetroArch-${pkgver}
-
-  patch -Np1 -i ../retroarch-paths.patch
-}
-
-build() {
-  cd RetroArch-${pkgver}
-
-  ./configure \
-    --prefix='/usr' \
-    --disable-cg \
-    --disable-jack \
-    --disable-oss \
-    --disable-sdl
-  make
-  make -C libretro-common/audio/dsp_filters
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/lib/retroarch/filters/{audio,video}
-  install -m 644 libretro-common/audio/dsp_filters/*.so "${pkgdir}"/usr/lib/retroarch/filters/audio/
-  install -m 644 gfx/video_filters/*.{filt,so} "${pkgdir}"/usr/lib/retroarch/filters/video/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch/repos/community-i686/PKGBUILD (from rev 250997, retroarch/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-15 15:45:17 UTC (rev 250999)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Themaister <maister at archlinux.us>
+# Contributor: lifning <definelightning at gmail.com>
+
+pkgname=retroarch
+pkgver=1.6.4
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+arch=('i686' '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'
+         'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
+         'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so')
+makedepends=('vulkan-icd-loader')
+optdepends=('libretro-desmume: Nintendo DS core'
+            'libretro-gambatte: Nintendo Game Boy/Game Boy Color core'
+            'libretro-genesis-plus: Sega Master System/Genesis/Game Gear/CD/32X core'
+            'libretro-mgba: Nintendo Game Boy Advance core'
+            'libretro-mupen64plus: Nintendo 64 core'
+            'libretro-nestopia: Nintendo Entertainment System core'
+            'libretro-pcsx-rearmed: Sony PlayStation core'
+            'libretro-reicast: Sega Dreamcast core'
+            'libretro-snes9x: Super Nintendo Entertainment System core'
+            'libretro-yabause: Sega Saturn core'
+            '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')
+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')
+
+prepare() {
+  cd RetroArch-${pkgver}
+
+  patch -Np1 -i ../retroarch-paths.patch
+}
+
+build() {
+  cd RetroArch-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --disable-cg \
+    --disable-jack \
+    --disable-oss \
+    --disable-sdl
+  make
+  make -C libretro-common/audio/dsp_filters
+  make -C gfx/video_filters
+}
+
+package() {
+  cd RetroArch-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/lib/retroarch/filters/{audio,video}
+  install -m 644 libretro-common/audio/dsp_filters/*.so "${pkgdir}"/usr/lib/retroarch/filters/audio/
+  install -m 644 gfx/video_filters/*.{filt,so} "${pkgdir}"/usr/lib/retroarch/filters/video/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/retroarch-paths.patch
===================================================================
--- community-i686/retroarch-paths.patch	2017-08-15 15:45:14 UTC (rev 250998)
+++ community-i686/retroarch-paths.patch	2017-08-15 15:45:17 UTC (rev 250999)
@@ -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.

Copied: retroarch/repos/community-i686/retroarch-paths.patch (from rev 250997, retroarch/trunk/retroarch-paths.patch)
===================================================================
--- community-i686/retroarch-paths.patch	                        (rev 0)
+++ community-i686/retroarch-paths.patch	2017-08-15 15:45:17 UTC (rev 250999)
@@ -0,0 +1,43 @@
+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.

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-15 15:45:14 UTC (rev 250998)
+++ community-x86_64/PKGBUILD	2017-08-15 15:45:17 UTC (rev 250999)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Themaister <maister at archlinux.us>
-# Contributor: lifning <definelightning at gmail.com>
-
-pkgname=retroarch
-pkgver=1.6.3
-pkgrel=1
-pkgdesc='Reference frontend for the libretro API'
-arch=('i686' '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'
-         'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
-         'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so')
-makedepends=('vulkan-icd-loader')
-optdepends=('libretro-desmume: Nintendo DS core'
-            'libretro-gambatte: Nintendo Game Boy/Game Boy Color core'
-            'libretro-genesis-plus: Sega Master System/Genesis/Game Gear/CD/32X core'
-            'libretro-mgba: Nintendo Game Boy Advance core'
-            'libretro-mupen64plus: Nintendo 64 core'
-            'libretro-nestopia: Nintendo Entertainment System core'
-            'libretro-pcsx-rearmed: Sony PlayStation core'
-            'libretro-reicast: Sega Dreamcast core'
-            'libretro-snes9x: Super Nintendo Entertainment System core'
-            'libretro-yabause: Sega Saturn core'
-            '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')
-backup=('etc/retroarch.cfg')
-source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/${pkgver}.tar.gz"
-        'retroarch-paths.patch')
-sha256sums=('cdd09148f0f00406223495053a614599310ca27b411e68ce0042cb1fa5161c28'
-            'a8449fc210b3f55e2189e8b1106e5a8adaa359916e692af424d838b468ab3da0')
-
-prepare() {
-  cd RetroArch-${pkgver}
-
-  patch -Np1 -i ../retroarch-paths.patch
-}
-
-build() {
-  cd RetroArch-${pkgver}
-
-  ./configure \
-    --prefix='/usr' \
-    --disable-cg \
-    --disable-jack \
-    --disable-oss \
-    --disable-sdl
-  make
-  make -C libretro-common/audio/dsp_filters
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/lib/retroarch/filters/{audio,video}
-  install -m 644 libretro-common/audio/dsp_filters/*.so "${pkgdir}"/usr/lib/retroarch/filters/audio/
-  install -m 644 gfx/video_filters/*.{filt,so} "${pkgdir}"/usr/lib/retroarch/filters/video/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 250997, retroarch/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-15 15:45:17 UTC (rev 250999)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Themaister <maister at archlinux.us>
+# Contributor: lifning <definelightning at gmail.com>
+
+pkgname=retroarch
+pkgver=1.6.4
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+arch=('i686' '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'
+         'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
+         'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so')
+makedepends=('vulkan-icd-loader')
+optdepends=('libretro-desmume: Nintendo DS core'
+            'libretro-gambatte: Nintendo Game Boy/Game Boy Color core'
+            'libretro-genesis-plus: Sega Master System/Genesis/Game Gear/CD/32X core'
+            'libretro-mgba: Nintendo Game Boy Advance core'
+            'libretro-mupen64plus: Nintendo 64 core'
+            'libretro-nestopia: Nintendo Entertainment System core'
+            'libretro-pcsx-rearmed: Sony PlayStation core'
+            'libretro-reicast: Sega Dreamcast core'
+            'libretro-snes9x: Super Nintendo Entertainment System core'
+            'libretro-yabause: Sega Saturn core'
+            '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')
+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')
+
+prepare() {
+  cd RetroArch-${pkgver}
+
+  patch -Np1 -i ../retroarch-paths.patch
+}
+
+build() {
+  cd RetroArch-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --disable-cg \
+    --disable-jack \
+    --disable-oss \
+    --disable-sdl
+  make
+  make -C libretro-common/audio/dsp_filters
+  make -C gfx/video_filters
+}
+
+package() {
+  cd RetroArch-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/lib/retroarch/filters/{audio,video}
+  install -m 644 libretro-common/audio/dsp_filters/*.so "${pkgdir}"/usr/lib/retroarch/filters/audio/
+  install -m 644 gfx/video_filters/*.{filt,so} "${pkgdir}"/usr/lib/retroarch/filters/video/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/retroarch-paths.patch
===================================================================
--- community-x86_64/retroarch-paths.patch	2017-08-15 15:45:14 UTC (rev 250998)
+++ community-x86_64/retroarch-paths.patch	2017-08-15 15:45:17 UTC (rev 250999)
@@ -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.

Copied: retroarch/repos/community-x86_64/retroarch-paths.patch (from rev 250997, retroarch/trunk/retroarch-paths.patch)
===================================================================
--- community-x86_64/retroarch-paths.patch	                        (rev 0)
+++ community-x86_64/retroarch-paths.patch	2017-08-15 15:45:17 UTC (rev 250999)
@@ -0,0 +1,43 @@
+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