Date: Thursday, May 10, 2018 @ 15:59:43
  Author: alucryd
Revision: 320427

upgpkg: retroarch 1.7.3-1

Modified:
  retroarch/trunk/PKGBUILD
  retroarch/trunk/retroarch-config.patch

------------------------+
 PKGBUILD               |   20 ++++++++++----------
 retroarch-config.patch |    9 ---------
 2 files changed, 10 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-05-10 15:57:25 UTC (rev 320426)
+++ PKGBUILD    2018-05-10 15:59:43 UTC (rev 320427)
@@ -4,29 +4,29 @@
 # Contributor: lifning <definelightn...@gmail.com>
 
 pkgname=retroarch
-pkgver=1.7.1
-pkgrel=2
+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}

Modified: retroarch-config.patch
===================================================================
--- retroarch-config.patch      2018-05-10 15:57:25 UTC (rev 320426)
+++ retroarch-config.patch      2018-05-10 15:59:43 UTC (rev 320427)
@@ -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
  

Reply via email to