[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 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 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.