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

2020-08-10 Thread Maxime Gauduin via arch-commits
Date: Monday, August 10, 2020 @ 08:27:17
  Author: alucryd
Revision: 673466

upgpkg: retroarch 1.9.0-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-10 08:23:33 UTC (rev 673465)
+++ PKGBUILD2020-08-10 08:27:17 UTC (rev 673466)
@@ -3,7 +3,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.8.9
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
@@ -59,7 +59,7 @@
   'wayland: Wayland support'
 )
 backup=(etc/retroarch.cfg)
-_tag=2e115baf36058d6f099db1ae7cf6dbdacb21c53c
+_tag=5e551dd92b79d8127e66939835ea3c2a140c4078
 source=(
   git+https://github.com/libretro/RetroArch.git#tag=${_tag}
   retroarch-config.patch


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

2020-06-23 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 23, 2020 @ 08:00:36
  Author: alucryd
Revision: 650933

upgpkg: retroarch 1.8.9-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-23 07:57:37 UTC (rev 650932)
+++ PKGBUILD2020-06-23 08:00:36 UTC (rev 650933)
@@ -3,8 +3,8 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.8.8
-pkgrel=2
+pkgver=1.8.9
+pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
 url=http://www.libretro.com/
@@ -59,8 +59,9 @@
   'wayland: Wayland support'
 )
 backup=(etc/retroarch.cfg)
+_tag=2e115baf36058d6f099db1ae7cf6dbdacb21c53c
 source=(
-  
git+https://github.com/libretro/RetroArch.git#tag=9552f87157120252a9fad2e2c108ab08c2d3735e
+  git+https://github.com/libretro/RetroArch.git#tag=${_tag}
   retroarch-config.patch
 )
 sha256sums=(


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

2020-06-15 Thread Maxime Gauduin via arch-commits
Date: Monday, June 15, 2020 @ 15:29:50
  Author: alucryd
Revision: 645297

FS#66843: retroarch 1.8.8-2

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-15 15:04:00 UTC (rev 645296)
+++ PKGBUILD2020-06-15 15:29:50 UTC (rev 645297)
@@ -4,7 +4,7 @@
 
 pkgname=retroarch
 pkgver=1.8.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
 url=http://www.libretro.com/
@@ -78,6 +78,8 @@
   cd RetroArch
 
   patch -Np1 -i ../retroarch-config.patch
+
+  git cherry-pick -n 685948368e6b28b97e1b91bdfe5921519359a033 # FS#66843
 }
 
 build() {


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

2020-05-28 Thread Maxime Gauduin via arch-commits
Date: Thursday, May 28, 2020 @ 08:10:36
  Author: alucryd
Revision: 636191

upgpkg: retroarch 1.8.8-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-28 08:10:07 UTC (rev 636190)
+++ PKGBUILD2020-05-28 08:10:36 UTC (rev 636191)
@@ -3,7 +3,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.8.7
+pkgver=1.8.8
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
@@ -60,7 +60,7 @@
 )
 backup=(etc/retroarch.cfg)
 source=(
-  
git+https://github.com/libretro/RetroArch.git#tag=f1158b988c7eb26e2da3be11dd7563ff29e3c07a
+  
git+https://github.com/libretro/RetroArch.git#tag=9552f87157120252a9fad2e2c108ab08c2d3735e
   retroarch-config.patch
 )
 sha256sums=(


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

2020-05-18 Thread Maxime Gauduin via arch-commits
Date: Monday, May 18, 2020 @ 10:10:00
  Author: alucryd
Revision: 629402

upgpkg: retroarch 1.8.7-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-18 10:09:35 UTC (rev 629401)
+++ PKGBUILD2020-05-18 10:10:00 UTC (rev 629402)
@@ -3,7 +3,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.8.6
+pkgver=1.8.7
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
@@ -60,7 +60,7 @@
 )
 backup=(etc/retroarch.cfg)
 source=(
-  
git+https://github.com/libretro/RetroArch.git#tag=36802f713312dc16c93a7765cd4a1b0883db5a61
+  
git+https://github.com/libretro/RetroArch.git#tag=f1158b988c7eb26e2da3be11dd7563ff29e3c07a
   retroarch-config.patch
 )
 sha256sums=(


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

2020-05-11 Thread Maxime Gauduin via arch-commits
Date: Monday, May 11, 2020 @ 16:19:10
  Author: alucryd
Revision: 626261

upgpkg: retroarch 1.8.6-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-11 16:18:32 UTC (rev 626260)
+++ PKGBUILD2020-05-11 16:19:10 UTC (rev 626261)
@@ -3,7 +3,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.8.5
+pkgver=1.8.6
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
@@ -54,12 +54,13 @@
   'libxinerama: X11 support'
   'libxrandr: X11 support'
   'python: retroarch-cg2glsl'
+  'retroarch-assets-ozone: Ozone menu assets'
   'retroarch-assets-xmb: XMB menu assets'
   'wayland: Wayland support'
 )
 backup=(etc/retroarch.cfg)
 source=(
-  
git+https://github.com/libretro/RetroArch.git#tag=8bcd74bf42f486c37e243a80e29bc214b2b6b205
+  
git+https://github.com/libretro/RetroArch.git#tag=36802f713312dc16c93a7765cd4a1b0883db5a61
   retroarch-config.patch
 )
 sha256sums=(


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

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 19:33:59
  Author: alucryd
Revision: 603609

upgpkg: retroarch 1.8.5-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 19:21:08 UTC (rev 603608)
+++ PKGBUILD2020-03-22 19:33:59 UTC (rev 603609)
@@ -3,7 +3,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.8.4
+pkgver=1.8.5
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
@@ -59,7 +59,7 @@
 )
 backup=(etc/retroarch.cfg)
 source=(
-  
git+https://github.com/libretro/RetroArch.git#tag=9e25601a56041831f3b2cd6668aa63ec6809a0c3
+  
git+https://github.com/libretro/RetroArch.git#tag=8bcd74bf42f486c37e243a80e29bc214b2b6b205
   retroarch-config.patch
 )
 sha256sums=(


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

2020-01-18 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 18, 2020 @ 13:34:39
  Author: alucryd
Revision: 552985

upgpkg: retroarch 1.8.4-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 13:33:40 UTC (rev 552984)
+++ PKGBUILD2020-01-18 13:34:39 UTC (rev 552985)
@@ -3,7 +3,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.8.1
+pkgver=1.8.4
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
@@ -59,7 +59,7 @@
 )
 backup=(etc/retroarch.cfg)
 source=(
-  
git+https://github.com/libretro/RetroArch.git#tag=bfdc8e6a62d34e66879f79dfe6ae28940df752d1
+  
git+https://github.com/libretro/RetroArch.git#tag=9e25601a56041831f3b2cd6668aa63ec6809a0c3
   retroarch-config.patch
 )
 sha256sums=(


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

2019-11-04 Thread Maxime Gauduin via arch-commits
Date: Monday, November 4, 2019 @ 08:58:56
  Author: alucryd
Revision: 523822

upgpkg: retroarch 1.8.1-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 08:57:17 UTC (rev 523821)
+++ PKGBUILD2019-11-04 08:58:56 UTC (rev 523822)
@@ -3,7 +3,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
@@ -59,7 +59,7 @@
 )
 backup=(etc/retroarch.cfg)
 source=(
-  
git+https://github.com/libretro/RetroArch.git#tag=45deb2c2182ff6309f4dbffb08d61aff070455e9
+  
git+https://github.com/libretro/RetroArch.git#tag=bfdc8e6a62d34e66879f79dfe6ae28940df752d1
   retroarch-config.patch
 )
 sha256sums=(


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

2019-10-26 Thread Maxime Gauduin via arch-commits
Date: Saturday, October 26, 2019 @ 19:32:29
  Author: alucryd
Revision: 520457

upgpkg: retroarch 1.8.0-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 19:08:59 UTC (rev 520456)
+++ PKGBUILD2019-10-26 19:32:29 UTC (rev 520457)
@@ -3,8 +3,8 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.7.9.2
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
 url=http://www.libretro.com/
@@ -59,7 +59,7 @@
 )
 backup=(etc/retroarch.cfg)
 source=(
-  
git+https://github.com/libretro/RetroArch.git#tag=4dcd7a02475b38ac98096ceb60b7cc7a779e227b
+  
git+https://github.com/libretro/RetroArch.git#tag=45deb2c2182ff6309f4dbffb08d61aff070455e9
   retroarch-config.patch
 )
 sha256sums=(


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

2019-10-25 Thread Maxime Gauduin via arch-commits
Date: Friday, October 25, 2019 @ 18:06:13
  Author: alucryd
Revision: 519576

enable dbus and switch to system libs: retroarch 1.7.9.2-2

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 18:05:59 UTC (rev 519575)
+++ PKGBUILD2019-10-25 18:06:13 UTC (rev 519576)
@@ -4,7 +4,7 @@
 
 pkgname=retroarch
 pkgver=1.7.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
 url=http://www.libretro.com/
@@ -12,6 +12,7 @@
 groups=(libretro)
 depends=(
   alsa-lib
+  flac
   libass.so
   libavcodec.so
   libavformat.so
@@ -24,7 +25,9 @@
   libswscale.so
   libudev.so
   libusb-1.0.so
+  mbedtls
   mesa
+  miniupnpc
   openal
   qt5-base
   sdl2
@@ -81,10 +84,15 @@
 
   ./configure \
 --prefix=/usr \
+--disable-builtinflac \
+--disable-builtinmbedtls \
+--disable-builtinminiupnpc \
+--disable-builtinzlib \
 --disable-cg \
 --disable-jack \
 --disable-oss \
---disable-sdl
+--disable-sdl \
+--enable-dbus
   make
   make -C libretro-common/audio/dsp_filters
   make -C gfx/video_filters


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

2019-10-07 Thread Maxime Gauduin via arch-commits
Date: Monday, October 7, 2019 @ 16:37:15
  Author: alucryd
Revision: 513883

upgpkg: retroarch 1.7.9.2-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 16:36:20 UTC (rev 513882)
+++ PKGBUILD2019-10-07 16:37:15 UTC (rev 513883)
@@ -3,7 +3,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.7.8.4
+pkgver=1.7.9.2
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
@@ -56,7 +56,7 @@
 )
 backup=(etc/retroarch.cfg)
 source=(
-  
git+https://github.com/libretro/RetroArch.git#tag=ea7e6822531a778565c6459a6ff2731bcbf90ba5
+  
git+https://github.com/libretro/RetroArch.git#tag=4dcd7a02475b38ac98096ceb60b7cc7a779e227b
   retroarch-config.patch
 )
 sha256sums=(


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

2019-09-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, September 18, 2019 @ 08:36:58
  Author: alucryd
Revision: 511030

upgpkg: retroarch 1.7.8.4-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 07:25:07 UTC (rev 511029)
+++ PKGBUILD2019-09-18 08:36:58 UTC (rev 511030)
@@ -3,7 +3,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.7.8.3
+pkgver=1.7.8.4
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
@@ -56,7 +56,7 @@
 )
 backup=(etc/retroarch.cfg)
 source=(
-  
git+https://github.com/libretro/RetroArch.git#tag=561a4cd4bf6f3476f78e719861e3f2328350c8f3
+  
git+https://github.com/libretro/RetroArch.git#tag=ea7e6822531a778565c6459a6ff2731bcbf90ba5
   retroarch-config.patch
 )
 sha256sums=(


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

2019-09-10 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 10, 2019 @ 09:04:03
  Author: alucryd
Revision: 509163

upgpkg: retroarch 1.7.8.3-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-10 02:55:32 UTC (rev 509162)
+++ PKGBUILD2019-09-10 09:04:03 UTC (rev 509163)
@@ -3,8 +3,8 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.7.8
-pkgrel=3
+pkgver=1.7.8.3
+pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
 url=http://www.libretro.com/
@@ -56,7 +56,7 @@
 )
 backup=(etc/retroarch.cfg)
 source=(
-  
git+https://github.com/libretro/RetroArch.git#tag=e4fb5587f7144ba9cb6cd1318a69845f97ef3796
+  
git+https://github.com/libretro/RetroArch.git#tag=561a4cd4bf6f3476f78e719861e3f2328350c8f3
   retroarch-config.patch
 )
 sha256sums=(


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

2019-09-06 Thread Maxime Gauduin via arch-commits
Date: Friday, September 6, 2019 @ 16:33:16
  Author: alucryd
Revision: 508299

use the correct tag revision: retroarch 1.7.8-3

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-06 16:16:49 UTC (rev 508298)
+++ PKGBUILD2019-09-06 16:33:16 UTC (rev 508299)
@@ -4,7 +4,7 @@
 
 pkgname=retroarch
 pkgver=1.7.8
-pkgrel=2
+pkgrel=3
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
 url=http://www.libretro.com/
@@ -56,7 +56,7 @@
 )
 backup=(etc/retroarch.cfg)
 source=(
-  
git+https://github.com/libretro/RetroArch.git#tag=37515372787c3fbd295a25e8a89b85383faab2b6
+  
git+https://github.com/libretro/RetroArch.git#tag=e4fb5587f7144ba9cb6cd1318a69845f97ef3796
   retroarch-config.patch
 )
 sha256sums=(
@@ -80,7 +80,7 @@
   cd RetroArch
 
   ./configure \
---prefix='/usr' \
+--prefix=/usr \
 --disable-cg \
 --disable-jack \
 --disable-oss \


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

2019-09-03 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 3, 2019 @ 17:50:41
  Author: alucryd
Revision: 507880

upgpkg: retroarch 1.7.8-2

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-03 17:49:32 UTC (rev 507879)
+++ PKGBUILD2019-09-03 17:50:41 UTC (rev 507880)
@@ -4,7 +4,7 @@
 
 pkgname=retroarch
 pkgver=1.7.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
 url=http://www.libretro.com/
@@ -56,7 +56,7 @@
 )
 backup=(etc/retroarch.cfg)
 source=(
-  git+https://github.com/libretro/RetroArch.git#tag=v${pkgver}
+  
git+https://github.com/libretro/RetroArch.git#tag=37515372787c3fbd295a25e8a89b85383faab2b6
   retroarch-config.patch
 )
 sha256sums=(
@@ -64,6 +64,12 @@
   7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
 )
 
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
 prepare() {
   cd RetroArch
 


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

2019-08-26 Thread Maxime Gauduin via arch-commits
Date: Monday, August 26, 2019 @ 16:29:28
  Author: alucryd
Revision: 502133

upgpkg: retroarch 1.7.8-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-26 15:45:18 UTC (rev 502132)
+++ PKGBUILD2019-08-26 16:29:28 UTC (rev 502133)
@@ -3,7 +3,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.7.7
+pkgver=1.7.8
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)


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

2019-05-12 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 12, 2019 @ 15:52:26
  Author: alucryd
Revision: 466633

upgpkg: retroarch 1.7.7-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-12 15:51:58 UTC (rev 466632)
+++ PKGBUILD2019-05-12 15:52:26 UTC (rev 466633)
@@ -3,8 +3,8 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.7.6
-pkgrel=2
+pkgver=1.7.7
+pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
 url=http://www.libretro.com/


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

2019-03-18 Thread Maxime Gauduin via arch-commits
Date: Monday, March 18, 2019 @ 14:40:09
  Author: alucryd
Revision: 442463

upgpkg: retroarch 1.7.6-2

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |   24 ++--
 1 file changed, 14 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 14:31:28 UTC (rev 442462)
+++ PKGBUILD2019-03-18 14:40:09 UTC (rev 442463)
@@ -4,7 +4,7 @@
 
 pkgname=retroarch
 pkgver=1.7.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
 url=http://www.libretro.com/
@@ -24,31 +24,35 @@
   libswscale.so
   libudev.so
   libusb-1.0.so
-  libx11
-  libxcb
-  libxext
-  libxinerama
-  libxkbcommon
-  libxrandr
-  libxv
-  libxxf86vm
   mesa
   openal
   qt5-base
   sdl2
   v4l-utils
-  wayland
   zlib
 )
 makedepends=(
   git
+  libx11
+  libxcb
+  libxext
+  libxinerama
+  libxkbcommon
+  libxrandr
+  libxv
+  libxxf86vm
   vulkan-icd-loader
+  wayland
+  wayland-protocols
 )
 optdepends=(
   'libretro-overlays: Collection of overlays'
   'libretro-shaders: Collection of shaders'
+  'libxinerama: X11 support'
+  'libxrandr: X11 support'
   'python: retroarch-cg2glsl'
   'retroarch-assets-xmb: XMB menu assets'
+  'wayland: Wayland support'
 )
 backup=(etc/retroarch.cfg)
 source=(


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

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Monday, February 4, 2019 @ 18:13:25
  Author: alucryd
Revision: 429601

upgpkg: retroarch 1.7.6-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |   77 +++--
 1 file changed, 55 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 18:05:24 UTC (rev 429600)
+++ PKGBUILD2019-02-04 18:13:25 UTC (rev 429601)
@@ -3,29 +3,62 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.7.5
-pkgrel=3
+pkgver=1.7.6
+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' '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'
- 'libusb-1.0.so')
-makedepends=('git' 'vulkan-icd-loader')
-optdepends=('libretro-overlays: Collection of overlays'
-'libretro-shaders: Collection of shaders'
-'python: retroarch-cg2glsl'
-'retroarch-assets-xmb: XMB menu assets')
-backup=('etc/retroarch.cfg')
-source=("git+https://github.com/libretro/RetroArch.git#tag=v${pkgver};
-'retroarch-config.patch')
-sha256sums=('SKIP'
-'7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e')
+arch=(x86_64)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(
+  alsa-lib
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libswresample.so
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  libx11
+  libxcb
+  libxext
+  libxinerama
+  libxkbcommon
+  libxrandr
+  libxv
+  libxxf86vm
+  mesa
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  wayland
+  zlib
+)
+makedepends=(
+  git
+  vulkan-icd-loader
+)
+optdepends=(
+  'libretro-overlays: Collection of overlays'
+  'libretro-shaders: Collection of shaders'
+  'python: retroarch-cg2glsl'
+  'retroarch-assets-xmb: XMB menu assets'
+)
+backup=(etc/retroarch.cfg)
+source=(
+  git+https://github.com/libretro/RetroArch.git#tag=v${pkgver}
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
 
 prepare() {
   cd RetroArch


[arch-commits] Commit in retroarch/trunk (PKGBUILD retroarch-config.patch)

2018-11-14 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 14, 2018 @ 12:40:02
  Author: alucryd
Revision: 407464

upgpkg: retroarch 1.7.5-3

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

+
 PKGBUILD   |6 +++---
 retroarch-config.patch |1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-14 12:23:29 UTC (rev 407463)
+++ PKGBUILD2018-11-14 12:40:02 UTC (rev 407464)
@@ -4,7 +4,7 @@
 
 pkgname=retroarch
 pkgver=1.7.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Reference frontend for the libretro API'
 arch=('x86_64')
 url='http://www.libretro.com/'
@@ -25,12 +25,12 @@
 source=("git+https://github.com/libretro/RetroArch.git#tag=v${pkgver};
 'retroarch-config.patch')
 sha256sums=('SKIP'
-'6e07d4a4bc0997ac2f3cee3070b178a40d1904c45ad938f5bbd86fd37ea7d174')
+'7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e')
 
 prepare() {
   cd RetroArch
 
-  #patch -Np0 -i ../retroarch-config.patch
+  patch -Np1 -i ../retroarch-config.patch
 }
 
 build() {

Modified: retroarch-config.patch
===
--- retroarch-config.patch  2018-11-14 12:23:29 UTC (rev 407463)
+++ retroarch-config.patch  2018-11-14 12:40:02 UTC (rev 407464)
@@ -1,4 +1,3 @@
-Binary files RetroArch.orig/.git/index and RetroArch/.git/index differ
 diff -rupN RetroArch.orig/retroarch.cfg RetroArch/retroarch.cfg
 --- RetroArch.orig/retroarch.cfg   2018-11-14 10:16:14.586946273 +0100
 +++ RetroArch/retroarch.cfg2018-11-14 10:15:09.879807008 +0100


[arch-commits] Commit in retroarch/trunk (PKGBUILD retroarch-config.patch)

2018-11-14 Thread Maxime Gauduin via arch-commits
Date: Wednesday, November 14, 2018 @ 09:28:46
  Author: alucryd
Revision: 407327

FS#60697: retroarch 1.7.5-2

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-14 09:10:20 UTC (rev 407326)
+++ PKGBUILD2018-11-14 09:28:46 UTC (rev 407327)
@@ -4,7 +4,7 @@
 
 pkgname=retroarch
 pkgver=1.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference frontend for the libretro API'
 arch=('x86_64')
 url='http://www.libretro.com/'
@@ -25,7 +25,7 @@
 source=("git+https://github.com/libretro/RetroArch.git#tag=v${pkgver};
 'retroarch-config.patch')
 sha256sums=('SKIP'
-'d79c542c126b74a1b221fcc1acbe053b95f76c6c9a6ccefd10b8f459ceee94dd')
+'6e07d4a4bc0997ac2f3cee3070b178a40d1904c45ad938f5bbd86fd37ea7d174')
 
 prepare() {
   cd RetroArch

Modified: retroarch-config.patch
===
--- retroarch-config.patch  2018-11-14 09:10:20 UTC (rev 407326)
+++ retroarch-config.patch  2018-11-14 09:28:46 UTC (rev 407327)
@@ -1,7 +1,8 @@
+Binary files RetroArch.orig/.git/index and RetroArch/.git/index differ
 diff -rupN RetroArch.orig/retroarch.cfg RetroArch/retroarch.cfg
 RetroArch.orig/retroarch.cfg   2018-08-31 11:42:23.948303726 +0200
-+++ RetroArch/retroarch.cfg2018-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.cfg2018-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 +11,7 @@
  
  # 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 +20,7 @@
  
  # 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 +33,7 @@
  
  # 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 +46,7 @@
  
  # 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 =


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

2018-10-02 Thread Maxime Gauduin via arch-commits
Date: Tuesday, October 2, 2018 @ 19:20:05
  Author: alucryd
Revision: 389065

upgpkg: retroarch 1.7.5-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-02 19:03:03 UTC (rev 389064)
+++ PKGBUILD2018-10-02 19:20:05 UTC (rev 389065)
@@ -3,7 +3,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=('x86_64')


[arch-commits] Commit in retroarch/trunk (PKGBUILD retroarch-config.patch)

2018-08-31 Thread Maxime Gauduin via arch-commits
Date: Friday, August 31, 2018 @ 09:56:14
  Author: alucryd
Revision: 375828

upgpkg: retroarch 1.7.4-1

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

+
 PKGBUILD   |   18 ++---
 retroarch-config.patch |   65 ---
 2 files changed, 38 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-31 08:58:14 UTC (rev 375827)
+++ PKGBUILD2018-08-31 09:56:14 UTC (rev 375828)
@@ -4,7 +4,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.7.3
+pkgver=1.7.4
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=('x86_64')
@@ -17,25 +17,25 @@
  'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
  'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so'
  'libusb-1.0.so')
-makedepends=('vulkan-icd-loader')
+makedepends=('git' 'vulkan-icd-loader')
 optdepends=('libretro-overlays: Collection of overlays'
 'libretro-shaders: Collection of shaders'
 'python: retroarch-cg2glsl'
 '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;
+source=("git+https://github.com/libretro/RetroArch.git#tag=v${pkgver};
 'retroarch-config.patch')
-sha256sums=('a60c2244609bb87cdb56dd8e1020c3be757569b5246141328804ebc5574327ea'
-'14f07b31d6bdb049dad62dd12597c292b8d2df5cb2803d15de00a7597d3081fd')
+sha256sums=('SKIP'
+'d79c542c126b74a1b221fcc1acbe053b95f76c6c9a6ccefd10b8f459ceee94dd')
 
 prepare() {
-  cd RetroArch-${pkgver}
+  cd RetroArch
 
-  patch -Np0 -i ../retroarch-config.patch
+  #patch -Np0 -i ../retroarch-config.patch
 }
 
 build() {
-  cd RetroArch-${pkgver}
+  cd RetroArch
 
   ./configure \
 --prefix='/usr' \
@@ -49,7 +49,7 @@
 }
 
 package() {
-  cd RetroArch-${pkgver}
+  cd RetroArch
 
   make DESTDIR="${pkgdir}" install
 

Modified: retroarch-config.patch
===
--- retroarch-config.patch  2018-08-31 08:58:14 UTC (rev 375827)
+++ retroarch-config.patch  2018-08-31 09:56:14 UTC (rev 375828)
@@ -1,20 +1,17 @@
 retroarch.cfg.orig 2017-11-21 16:40:48.0 +0100
-+++ retroarch.cfg  2017-12-22 21:37:14.020611669 +0100
-@@ -41,10 +41,10 @@
- # libretro_path = "/path/to/libretro.so"
+diff -rupN RetroArch.orig/retroarch.cfg RetroArch/retroarch.cfg
+--- RetroArch.orig/retroarch.cfg   2018-08-31 11:42:23.948303726 +0200
 RetroArch/retroarch.cfg2018-08-31 11:46:13.736652832 +0200
+@@ -621,7 +621,7 @@
+ # menu_show_online_updater = true
  
- # A directory for where to search for libretro core implementations.
--# libretro_directory =
-+libretro_directory = /usr/lib/libretro
+ # 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
  
- # A directory for where to search for libretro core information.
--# libretro_info_path =
-+libretro_info_path = /usr/share/libretro/info
+ # If disabled, the libretro core will keep running in the background when we
+ # are in the menu.
+@@ -750,7 +750,7 @@
  
- # 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 =
@@ -22,37 +19,33 @@
  
  # Dynamic wallpapers directory. The place to store the wallpapers dynamically
  # loaded by the menu depending on context.
-@@ -235,13 +235,13 @@
- # video_shader_enable = false
+@@ -763,10 +763,10 @@
+ # rgui_browser_directory =
  
- # Defines a directory where shaders (Cg, CGP, GLSL) are kept for easy access.
--# video_shader_dir =
-+video_shader_dir = /usr/share/libretro/shaders
+ # Core directory for libretro core implementations.
+-# libretro_directory =
++libretro_directory = /usr/lib/libretro
  
- # CPU-based video filter. Path to a dynamic library.
- # video_filter =
+ # Core info directory for libretro core information.
+-# libretro_info_path =
++libretro_info_path = /usr/share/libretro/info
  
+ # Path to content database directory.
+ # content_database_path =
+@@ -778,13 +778,13 @@
+ # cheat_database_path =
+ 
  # Defines a directory where CPU-based video filters are kept.
 -# video_filter_dir =
 +video_filter_dir = /usr/lib/retroarch/filters/video
  
- # Path to a font used for rendering messages. This path must be defined to 
enable fonts.
- # Do note that the _full_ path of the font is necessary!
-@@ -311,7 +311,7 @@ video_message_bgcolor_opacity = 1.0
- # audio_dsp_plugin =
- 
  # Directory where DSP plugins are kept.
 -# audio_filter_dir =
 

[arch-commits] Commit in retroarch/trunk (PKGBUILD retroarch-config.patch)

2018-05-10 Thread Maxime Gauduin via arch-commits
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
===
--- PKGBUILD2018-05-10 15:57:25 UTC (rev 320426)
+++ PKGBUILD2018-05-10 15:59:43 UTC (rev 320427)
@@ -4,29 +4,29 @@
 # Contributor: lifning 
 
 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
  


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

2018-04-23 Thread Maxime Gauduin via arch-commits
Date: Monday, April 23, 2018 @ 18:02:00
  Author: alucryd
Revision: 317411

upgpkg: retroarch 1.7.1-2

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 17:57:46 UTC (rev 317410)
+++ PKGBUILD2018-04-23 18:02:00 UTC (rev 317411)
@@ -5,7 +5,7 @@
 
 pkgname=retroarch
 pkgver=1.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference frontend for the libretro API'
 arch=('x86_64')
 url='http://www.libretro.com/'


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

2018-03-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, March 6, 2018 @ 22:34:24
  Author: alucryd
Revision: 303353

upgpkg: retroarch 1.7.1-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 22:33:29 UTC (rev 303352)
+++ PKGBUILD2018-03-06 22:34:24 UTC (rev 303353)
@@ -4,8 +4,8 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=('x86_64')
 url='http://www.libretro.com/'
@@ -25,7 +25,7 @@
 backup=('etc/retroarch.cfg')
 
source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz;
 'retroarch-config.patch')
-sha256sums=('b32fa4a37ff777e9fe45eeef7ccf2e4e06520dd268584034f687a494dc9f5af1'
+sha256sums=('e9189c7da6b2ca0142528eca14f26104ee322f052f8609203d90b60938d8d3f3'
 '8dca43954d05ea1f989932fb26828b6e8325394eec070c4530dd21eab3f02c44')
 
 prepare() {


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

2017-12-31 Thread Maxime Gauduin via arch-commits
Date: Sunday, December 31, 2017 @ 20:38:28
  Author: alucryd
Revision: 277617

upgpkg: retroarch 1.7.0-2

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 2 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-31 19:37:13 UTC (rev 277616)
+++ PKGBUILD2017-12-31 20:38:28 UTC (rev 277617)
@@ -5,7 +5,7 @@
 
 pkgname=retroarch
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference frontend for the libretro API'
 arch=('x86_64')
 url='http://www.libretro.com/'
@@ -17,21 +17,7 @@
  'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
  'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so')
 makedepends=('vulkan-icd-loader')
-optdepends=('libretro-beetle-psx: Sony PlayStation core'
-'libretro-beetle-psx-hw: Sony PlayStation core'
-'libretro-blastem: Sega Mega Drive core'
-'libretro-bsnes: Super Nintendo Entertainment System cores'
-'libretro-desmume: Nintendo DS core'
-'libretro-gambatte: Nintendo Game Boy/Game Boy Color core'
-'libretro-genesis-plus-gx: Sega MS/GG/MD/CD core'
-'libretro-mgba: Nintendo Game Boy Advance core'
-'libretro-mupen64plus: Nintendo 64 core'
-'libretro-nestopia: Nintendo Entertainment System core'
-'libretro-reicast: Sega Dreamcast core'
-'libretro-scummvm: ScummVM core'
-'libretro-snes9x: Super Nintendo Entertainment System core'
-'libretro-yabause: Sega Saturn core'
-'libretro-overlays: Collection of overlays'
+optdepends=('libretro-overlays: Collection of overlays'
 'libretro-shaders: Collection of shaders'
 'python: retroarch-cg2glsl'
 'retroarch-assets-xmb: XMB menu assets'


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

2017-12-27 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 27, 2017 @ 13:57:40
  Author: alucryd
Revision: 276237

upgpkg: retroarch 1.7.0-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-27 13:32:33 UTC (rev 276236)
+++ PKGBUILD2017-12-27 13:57:40 UTC (rev 276237)
@@ -4,8 +4,8 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.6.9
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=('x86_64')
 url='http://www.libretro.com/'
@@ -39,7 +39,7 @@
 backup=('etc/retroarch.cfg')
 
source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz;
 'retroarch-config.patch')
-sha256sums=('66dde69fde9d286e3d8f6c4a5e4b947e9030044415e75b419883b454e05d78b4'
+sha256sums=('b32fa4a37ff777e9fe45eeef7ccf2e4e06520dd268584034f687a494dc9f5af1'
 '8dca43954d05ea1f989932fb26828b6e8325394eec070c4530dd21eab3f02c44')
 
 prepare() {


[arch-commits] Commit in retroarch/trunk (PKGBUILD retroarch-config.patch)

2017-12-22 Thread Maxime Gauduin via arch-commits
Date: Friday, December 22, 2017 @ 20:40:46
  Author: alucryd
Revision: 275559

FS#56182: retroarch 1.6.9-2

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

+
 PKGBUILD   |   11 +--
 retroarch-config.patch |   27 +--
 2 files changed, 26 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-22 20:32:54 UTC (rev 275558)
+++ PKGBUILD2017-12-22 20:40:46 UTC (rev 275559)
@@ -5,7 +5,7 @@
 
 pkgname=retroarch
 pkgver=1.6.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference frontend for the libretro API'
 arch=('x86_64')
 url='http://www.libretro.com/'
@@ -40,12 +40,12 @@
 
source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz;
 'retroarch-config.patch')
 sha256sums=('66dde69fde9d286e3d8f6c4a5e4b947e9030044415e75b419883b454e05d78b4'
-'f37b12754256b0bcc2f9d738f9aa1c18557fffede670a328eb0eeb2f28a32bbd')
+'8dca43954d05ea1f989932fb26828b6e8325394eec070c4530dd21eab3f02c44')
 
 prepare() {
   cd RetroArch-${pkgver}
 
-  patch -Np1 -i ../retroarch-config.patch
+  patch -Np0 -i ../retroarch-config.patch
 }
 
 build() {
@@ -67,9 +67,8 @@
 
   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/
+  install -Dm 644 libretro-common/audio/dsp_filters/*.{dsp,so} -t 
"${pkgdir}"/usr/lib/retroarch/filters/audio/
+  install -Dm 644 gfx/video_filters/*.{filt,so} -t 
"${pkgdir}"/usr/lib/retroarch/filters/video/
 }
 
 # vim: ts=2 sw=2 et:

Modified: retroarch-config.patch
===
--- retroarch-config.patch  2017-12-22 20:32:54 UTC (rev 275558)
+++ retroarch-config.patch  2017-12-22 20:40:46 UTC (rev 275559)
@@ -1,6 +1,5 @@
-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
+--- retroarch.cfg.orig 2017-11-21 16:40:48.0 +0100
 retroarch.cfg  2017-12-22 21:37:14.020611669 +0100
 @@ -41,10 +41,10 @@
  # libretro_path = "/path/to/libretro.so"
  
@@ -23,7 +22,7 @@
  
  # Dynamic wallpapers directory. The place to store the wallpapers dynamically
  # loaded by the menu depending on context.
-@@ -235,7 +235,7 @@
+@@ -235,13 +235,13 @@
  # video_shader_enable = false
  
  # Defines a directory where shaders (Cg, CGP, GLSL) are kept for easy access.
@@ -32,7 +31,23 @@
  
  # CPU-based video filter. Path to a dynamic library.
  # video_filter =
-@@ -411,7 +411,7 @@
+ 
+ # Defines a directory where CPU-based video filters are kept.
+-# video_filter_dir =
++video_filter_dir = /usr/lib/retroarch/filters/video
+ 
+ # Path to a font used for rendering messages. This path must be defined to 
enable fonts.
+ # Do note that the _full_ path of the font is necessary!
+@@ -311,7 +311,7 @@ video_message_bgcolor_opacity = 1.0
+ # audio_dsp_plugin =
+ 
+ # Directory where DSP plugins are kept.
+-# audio_filter_dir =
++audio_filter_dir = /usr/lib/retroarch/filters/audio
+ 
+ # 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.
@@ -41,7 +56,7 @@
  
  # Sets which libretro device is used for a user.
  # Devices are indentified with a number.
-@@ -655,7 +655,7 @@
+@@ -662,7 +662,7 @@ video_message_bgcolor_opacity = 1.0
  # menu_show_online_updater = true
  
  # If disabled, will hide the ability to update cores (and core info files) 
inside the menu.


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

2017-12-05 Thread Maxime Gauduin via arch-commits
Date: Tuesday, December 5, 2017 @ 19:26:43
  Author: alucryd
Revision: 272304

upgpkg: retroarch 1.6.9-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-05 19:25:17 UTC (rev 272303)
+++ PKGBUILD2017-12-05 19:26:43 UTC (rev 272304)
@@ -4,8 +4,8 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.6.7
-pkgrel=2
+pkgver=1.6.9
+pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=('x86_64')
 url='http://www.libretro.com/'
@@ -39,7 +39,7 @@
 backup=('etc/retroarch.cfg')
 
source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz;
 'retroarch-config.patch')
-sha256sums=('212f281d3febde1df27d2edd5de3ced5be86c816b3f13614754495e4a62e778f'
+sha256sums=('66dde69fde9d286e3d8f6c4a5e4b947e9030044415e75b419883b454e05d78b4'
 'f37b12754256b0bcc2f9d738f9aa1c18557fffede670a328eb0eeb2f28a32bbd')
 
 prepare() {


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

2017-10-29 Thread Maxime Gauduin
Date: Sunday, October 29, 2017 @ 19:17:26
  Author: alucryd
Revision: 264689

upgpkg: retroarch 1.6.7-2

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-29 19:04:13 UTC (rev 264688)
+++ PKGBUILD2017-10-29 19:17:26 UTC (rev 264689)
@@ -5,7 +5,7 @@
 
 pkgname=retroarch
 pkgver=1.6.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference frontend for the libretro API'
 arch=('i686' 'x86_64')
 url='http://www.libretro.com/'
@@ -17,14 +17,18 @@
  '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'
+optdepends=('libretro-beetle-psx: Sony PlayStation core'
+'libretro-beetle-psx-hw: Sony PlayStation core'
+'libretro-blastem: Sega Mega Drive core'
+'libretro-bsnes: Super Nintendo Entertainment System cores'
+'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-genesis-plus-gx: Sega MS/GG/MD/CD 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-scummvm: ScummVM core'
 'libretro-snes9x: Super Nintendo Entertainment System core'
 'libretro-yabause: Sega Saturn core'
 'libretro-overlays: Collection of overlays'


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

2017-08-25 Thread Maxime Gauduin
Date: Friday, August 25, 2017 @ 09:28:22
  Author: alucryd
Revision: 253347

upgpkg: retroarch 1.6.7-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-25 09:03:13 UTC (rev 253346)
+++ PKGBUILD2017-08-25 09:28:22 UTC (rev 253347)
@@ -4,7 +4,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.6.6
+pkgver=1.6.7
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=('i686' 'x86_64')
@@ -35,7 +35,7 @@
 backup=('etc/retroarch.cfg')
 
source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz;
 'retroarch-config.patch')
-sha256sums=('923637ef9afc069def16e12b95d3e7737c82358c89f2a67fb34bc64080d09595'
+sha256sums=('212f281d3febde1df27d2edd5de3ced5be86c816b3f13614754495e4a62e778f'
 'f37b12754256b0bcc2f9d738f9aa1c18557fffede670a328eb0eeb2f28a32bbd')
 
 prepare() {


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

2017-08-15 Thread Maxime Gauduin
Date: Tuesday, August 15, 2017 @ 15:45:02
  Author: alucryd
Revision: 250997

upgpkg: retroarch 1.6.4-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 15:44:14 UTC (rev 250996)
+++ PKGBUILD2017-08-15 15:45:02 UTC (rev 250997)
@@ -4,7 +4,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.6.3
+pkgver=1.6.4
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=('i686' 'x86_64')
@@ -33,9 +33,9 @@
 '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;
+source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz;
 'retroarch-paths.patch')
-sha256sums=('cdd09148f0f00406223495053a614599310ca27b411e68ce0042cb1fa5161c28'
+sha256sums=('7a41fc36c2b967539c43311e2fed181006f1576393ae222517057ad30934b452'
 'a8449fc210b3f55e2189e8b1106e5a8adaa359916e692af424d838b468ab3da0')
 
 prepare() {


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

2017-07-28 Thread Maxime Gauduin
Date: Friday, July 28, 2017 @ 16:55:50
  Author: alucryd
Revision: 246733

upgpkg: retroarch 1.6.3-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 16:09:40 UTC (rev 246732)
+++ PKGBUILD2017-07-28 16:55:50 UTC (rev 246733)
@@ -4,7 +4,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.6.1
+pkgver=1.6.3
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=('i686' 'x86_64')
@@ -29,12 +29,13 @@
 '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;
+source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/${pkgver}.tar.gz;
 'retroarch-paths.patch')
-sha256sums=('80ea147e679d1012dd4c05ac287ecb783b78973f8ed4bd4b0959ee778a4c3088'
+sha256sums=('cdd09148f0f00406223495053a614599310ca27b411e68ce0042cb1fa5161c28'
 'a8449fc210b3f55e2189e8b1106e5a8adaa359916e692af424d838b468ab3da0')
 
 prepare() {
@@ -53,6 +54,7 @@
 --disable-oss \
 --disable-sdl
   make
+  make -C libretro-common/audio/dsp_filters
   make -C gfx/video_filters
 }
 
@@ -61,7 +63,8 @@
 
   make DESTDIR="${pkgdir}" install
 
-  install -dm 755 "${pkgdir}"/usr/lib/retroarch/filters/video
+  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/
 }
 


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

2017-06-22 Thread Maxime Gauduin
Date: Thursday, June 22, 2017 @ 18:36:55
  Author: alucryd
Revision: 239651

upgpkg: retroarch 1.6.1-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-22 18:32:56 UTC (rev 239650)
+++ PKGBUILD2017-06-22 18:36:55 UTC (rev 239651)
@@ -4,7 +4,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=('i686' 'x86_64')
@@ -34,7 +34,7 @@
 backup=('etc/retroarch.cfg')
 
source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz;
 'retroarch-paths.patch')
-sha256sums=('1339d4b958c6808960e666ee5744c2dde0898b8f2c4cdedbfd634a47b9ae0906'
+sha256sums=('80ea147e679d1012dd4c05ac287ecb783b78973f8ed4bd4b0959ee778a4c3088'
 'a8449fc210b3f55e2189e8b1106e5a8adaa359916e692af424d838b468ab3da0')
 
 prepare() {


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

2017-06-01 Thread Maxime Gauduin
Date: Thursday, June 1, 2017 @ 21:44:40
  Author: alucryd
Revision: 232630

upgpkg: retroarch 1.6.0-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-01 21:42:01 UTC (rev 232629)
+++ PKGBUILD2017-06-01 21:44:40 UTC (rev 232630)
@@ -4,8 +4,8 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.5.0
-pkgrel=3
+pkgver=1.6.0
+pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=('i686' 'x86_64')
 url='http://www.libretro.com/'
@@ -34,7 +34,7 @@
 backup=('etc/retroarch.cfg')
 
source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz;
 'retroarch-paths.patch')
-sha256sums=('5de6385d4a0031709ef133d04a8573309e1090f0fda2917678be8e1147576de5'
+sha256sums=('1339d4b958c6808960e666ee5744c2dde0898b8f2c4cdedbfd634a47b9ae0906'
 'a8449fc210b3f55e2189e8b1106e5a8adaa359916e692af424d838b468ab3da0')
 
 prepare() {


[arch-commits] Commit in retroarch/trunk (PKGBUILD retroarch-paths.patch)

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 13:47:59
  Author: alucryd
Revision: 228541

upgpkg: retroarch 1.5.0-3

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

---+
 PKGBUILD  |   14 +++---
 retroarch-paths.patch |   43 +++
 2 files changed, 54 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 13:44:38 UTC (rev 228540)
+++ PKGBUILD2017-05-19 13:47:59 UTC (rev 228541)
@@ -5,7 +5,7 @@
 
 pkgname=retroarch
 pkgver=1.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Reference frontend for the libretro API'
 arch=('i686' 'x86_64')
 url='http://www.libretro.com/'
@@ -32,9 +32,17 @@
 '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;)
-sha256sums=('5de6385d4a0031709ef133d04a8573309e1090f0fda2917678be8e1147576de5')
+source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz;
+'retroarch-paths.patch')
+sha256sums=('5de6385d4a0031709ef133d04a8573309e1090f0fda2917678be8e1147576de5'
+'a8449fc210b3f55e2189e8b1106e5a8adaa359916e692af424d838b468ab3da0')
 
+prepare() {
+  cd RetroArch-${pkgver}
+
+  patch -Np1 -i ../retroarch-paths.patch
+}
+
 build() {
   cd RetroArch-${pkgver}
 

Added: retroarch-paths.patch
===
--- retroarch-paths.patch   (rev 0)
+++ retroarch-paths.patch   2017-05-19 13:47:59 UTC (rev 228541)
@@ -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.


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

2017-03-26 Thread Maxime Gauduin
Date: Sunday, March 26, 2017 @ 14:43:59
  Author: alucryd
Revision: 219100

libass, libbluray, x265 rebuild: retroarch 1.5.0-2

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-26 14:43:52 UTC (rev 219099)
+++ PKGBUILD2017-03-26 14:43:59 UTC (rev 219100)
@@ -5,7 +5,7 @@
 
 pkgname=retroarch
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference frontend for the libretro API'
 arch=('i686' 'x86_64')
 url='http://www.libretro.com/'


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

2017-03-11 Thread Maxime Gauduin
Date: Saturday, March 11, 2017 @ 19:59:39
  Author: alucryd
Revision: 215716

upgpkg: retroarch 1.5.0-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-11 19:47:21 UTC (rev 215715)
+++ PKGBUILD2017-03-11 19:59:39 UTC (rev 215716)
@@ -4,7 +4,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.4.1
+pkgver=1.5.0
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
  'libxxf86vm' 'mesa' 'openal' 'sdl2' 'wayland' 'zlib'
  'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
  'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so')
-makedepends=('git' 'vulkan-icd-loader')
+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'
@@ -32,12 +32,11 @@
 'retroarch-assets-xmb: XMB menu assets'
 'retroarch-autoconfig-udev: udev joypad autoconfig')
 backup=('etc/retroarch.cfg')
-_commit=('d8855caae9fe3e249a2aab358480e2fe16c4ef0e')
-source=("git+https://github.com/libretro/RetroArch.git#commit=${_commit};)
-sha256sums=('SKIP')
+source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz;)
+sha256sums=('5de6385d4a0031709ef133d04a8573309e1090f0fda2917678be8e1147576de5')
 
 build() {
-  cd RetroArch
+  cd RetroArch-${pkgver}
 
   ./configure \
 --prefix='/usr' \
@@ -50,7 +49,7 @@
 }
 
 package() {
-  cd RetroArch
+  cd RetroArch-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 


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

2017-02-04 Thread Maxime Gauduin
Date: Saturday, February 4, 2017 @ 18:15:22
  Author: alucryd
Revision: 209903

upgpkg: retroarch 1.4.1-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |   27 +++
 1 file changed, 7 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-04 18:00:50 UTC (rev 209902)
+++ PKGBUILD2017-02-04 18:15:22 UTC (rev 209903)
@@ -4,7 +4,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.3.6
+pkgver=1.4.1
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=('i686' 'x86_64')
@@ -32,22 +32,10 @@
 'retroarch-assets-xmb: XMB menu assets'
 'retroarch-autoconfig-udev: udev joypad autoconfig')
 backup=('etc/retroarch.cfg')
-source=("git+https://github.com/libretro/RetroArch.git#tag=v${pkgver};
-'git+https://github.com/KhronosGroup/glslang.git#commit=a4a4d5e'
-'git+https://github.com/KhronosGroup/SPIRV-Cross.git#commit=5c24d99')
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
+_commit=('d8855caae9fe3e249a2aab358480e2fe16c4ef0e')
+source=("git+https://github.com/libretro/RetroArch.git#commit=${_commit};)
+sha256sums=('SKIP')
 
-prepare() {
-  cd RetroArch
-
-  git submodule init deps/{glslang/glslang,SPIRV-Cross}
-  git config submodule.glslang.url ../glslang
-  git config submodule.SPIRV-Cross.url ../SPIRV-Cross
-  git submodule update deps/{glslang/glslang,SPIRV-Cross}
-}
-
 build() {
   cd RetroArch
 
@@ -55,10 +43,10 @@
 --prefix='/usr' \
 --disable-cg \
 --disable-jack \
---disable-oss
+--disable-oss \
+--disable-sdl
   make
   make -C gfx/video_filters
-  make -C audio/audio_filters
 }
 
 package() {
@@ -66,9 +54,8 @@
 
   make DESTDIR="${pkgdir}" install
 
-  install -dm 755 "${pkgdir}"/usr/lib/retroarch/filters/{audio,video}
+  install -dm 755 "${pkgdir}"/usr/lib/retroarch/filters/video
   install -m 644 gfx/video_filters/*.{filt,so} 
"${pkgdir}"/usr/lib/retroarch/filters/video/
-  install -m 644 audio/audio_filters/*.{dsp,so} 
"${pkgdir}"/usr/lib/retroarch/filters/audio/
 }
 
 # vim: ts=2 sw=2 et:


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

2016-07-19 Thread Maxime Gauduin
Date: Tuesday, July 19, 2016 @ 19:43:45
  Author: alucryd
Revision: 183310

upgpkg: retroarch 1.3.6-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |   32 +++-
 1 file changed, 23 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-19 18:14:46 UTC (rev 183309)
+++ PKGBUILD2016-07-19 19:43:45 UTC (rev 183310)
@@ -4,18 +4,19 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.3.4
-pkgrel=2
+pkgver=1.3.6
+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' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libusb' 'libx11'
- 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv' 'libxxf86vm'
- 'mesa' 'openal' 'python' 'sdl2' 'wayland' 'zlib'
+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=('git' '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'
@@ -31,11 +32,24 @@
 '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;)
-sha256sums=('a5733a0f4ad828afd00fa2a059deb6538939d46a2aefc4a566c30300a40efb1c')
+source=("git+https://github.com/libretro/RetroArch.git#tag=v${pkgver};
+'git+https://github.com/KhronosGroup/glslang.git#commit=a4a4d5e'
+'git+https://github.com/KhronosGroup/SPIRV-Cross.git#commit=5c24d99')
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
 
+prepare() {
+  cd RetroArch
+
+  git submodule init deps/{glslang/glslang,SPIRV-Cross}
+  git config submodule.glslang.url ../glslang
+  git config submodule.SPIRV-Cross.url ../SPIRV-Cross
+  git submodule update deps/{glslang/glslang,SPIRV-Cross}
+}
+
 build() {
-  cd RetroArch-${pkgver}
+  cd RetroArch
 
   ./configure \
 --prefix='/usr' \
@@ -48,7 +62,7 @@
 }
 
 package() {
-  cd RetroArch-${pkgver}
+  cd RetroArch
 
   make DESTDIR="${pkgdir}" install
 


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

2016-07-03 Thread Maxime Gauduin
Date: Sunday, July 3, 2016 @ 19:54:20
  Author: alucryd
Revision: 181919

ffmpeg 3.1 rebuild: retroarch 1.3.4-2

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-03 19:50:19 UTC (rev 181918)
+++ PKGBUILD2016-07-03 19:54:20 UTC (rev 181919)
@@ -5,7 +5,7 @@
 
 pkgname=retroarch
 pkgver=1.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference frontend for the libretro API'
 arch=('i686' 'x86_64')
 url='http://www.libretro.com/'


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

2016-05-03 Thread Maxime Gauduin
Date: Tuesday, May 3, 2016 @ 20:59:31
  Author: alucryd
Revision: 173594

upgpkg: retroarch 1.3.4-1

Modified:
  retroarch/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-03 18:55:06 UTC (rev 173593)
+++ PKGBUILD2016-05-03 18:59:31 UTC (rev 173594)
@@ -4,7 +4,7 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.3.2
+pkgver=1.3.4
 pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
 arch=('i686' 'x86_64')
@@ -32,7 +32,7 @@
 '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;)
-sha256sums=('b523fa993f7cc6375425acf58d78fdd18ab44aa243725d472e0b153c796c5e45')
+sha256sums=('a5733a0f4ad828afd00fa2a059deb6538939d46a2aefc4a566c30300a40efb1c')
 
 build() {
   cd RetroArch-${pkgver}