[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 673466, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 673466, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  228 +++
 retroarch-config.patch |  102 ++---
 2 files changed, 165 insertions(+), 165 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-10 08:27:17 UTC (rev 673466)
+++ PKGBUILD2020-08-10 08:27:32 UTC (rev 673467)
@@ -1,114 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.8.9
-pkgrel=1
-pkgdesc='Reference frontend for the libretro API'
-arch=(x86_64)
-url=http://www.libretro.com/
-license=(GPL)
-groups=(libretro)
-depends=(
-  alsa-lib
-  flac
-  libass.so
-  libavcodec.so
-  libavformat.so
-  libavutil.so
-  libdrm
-  libfreetype.so
-  libgl
-  libpulse
-  libswresample.so
-  libswscale.so
-  libudev.so
-  libusb-1.0.so
-  mbedtls
-  mesa
-  miniupnpc
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  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-ozone: Ozone menu assets'
-  'retroarch-assets-xmb: XMB menu assets'
-  'wayland: Wayland support'
-)
-backup=(etc/retroarch.cfg)
-_tag=2e115baf36058d6f099db1ae7cf6dbdacb21c53c
-source=(
-  git+https://github.com/libretro/RetroArch.git#tag=${_tag}
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-pkgver() {
-  cd RetroArch
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-
-  git cherry-pick -n 685948368e6b28b97e1b91bdfe5921519359a033 # FS#66843
-}
-
-build() {
-  cd RetroArch
-
-  ./configure \
---prefix=/usr \
---disable-builtinflac \
---disable-builtinmbedtls \
---disable-builtinminiupnpc \
---disable-builtinzlib \
---disable-cg \
---disable-jack \
---disable-oss \
---disable-sdl \
---enable-dbus
-  make
-  make -C libretro-common/audio/dsp_filters
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 673466, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-10 08:27:32 UTC (rev 673467)
@@ -0,0 +1,114 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+arch=(x86_64)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(
+  alsa-lib
+  flac
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libswresample.so
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  mbedtls
+  mesa
+  miniupnpc
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  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-ozone: Ozone menu assets'
+  'retroarch-assets-xmb: XMB menu assets'
+  'wayland: Wayland support'
+)
+backup=(etc/retroarch.cfg)
+_tag=5e551dd92b79d8127e66939835ea3c2a140c4078
+source=(
+  git+https://github.com/libretro/RetroArch.git#tag=${_tag}
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+
+  git cherry-pick -n 685948368e6b28b97e1b91bdfe5921519359a033 # FS#66843
+}
+
+build() {
+  cd RetroArch
+
+  ./configure \
+   

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 650933, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 650933, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  227 +++
 retroarch-config.patch |  102 ++---
 2 files changed, 165 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-23 08:00:36 UTC (rev 650933)
+++ PKGBUILD2020-06-23 08:00:42 UTC (rev 650934)
@@ -1,113 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.8.8
-pkgrel=2
-pkgdesc='Reference frontend for the libretro API'
-arch=(x86_64)
-url=http://www.libretro.com/
-license=(GPL)
-groups=(libretro)
-depends=(
-  alsa-lib
-  flac
-  libass.so
-  libavcodec.so
-  libavformat.so
-  libavutil.so
-  libdrm
-  libfreetype.so
-  libgl
-  libpulse
-  libswresample.so
-  libswscale.so
-  libudev.so
-  libusb-1.0.so
-  mbedtls
-  mesa
-  miniupnpc
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  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-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=9552f87157120252a9fad2e2c108ab08c2d3735e
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-pkgver() {
-  cd RetroArch
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-
-  git cherry-pick -n 685948368e6b28b97e1b91bdfe5921519359a033 # FS#66843
-}
-
-build() {
-  cd RetroArch
-
-  ./configure \
---prefix=/usr \
---disable-builtinflac \
---disable-builtinmbedtls \
---disable-builtinminiupnpc \
---disable-builtinzlib \
---disable-cg \
---disable-jack \
---disable-oss \
---disable-sdl \
---enable-dbus
-  make
-  make -C libretro-common/audio/dsp_filters
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 650933, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-23 08:00:42 UTC (rev 650934)
@@ -0,0 +1,114 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.8.9
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+arch=(x86_64)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(
+  alsa-lib
+  flac
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libswresample.so
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  mbedtls
+  mesa
+  miniupnpc
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  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-ozone: Ozone menu assets'
+  'retroarch-assets-xmb: XMB menu assets'
+  'wayland: Wayland support'
+)
+backup=(etc/retroarch.cfg)
+_tag=2e115baf36058d6f099db1ae7cf6dbdacb21c53c
+source=(
+  git+https://github.com/libretro/RetroArch.git#tag=${_tag}
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+
+  git cherry-pick -n 685948368e6b28b97e1b91bdfe5921519359a033 # FS#66843
+}
+
+build() {
+  cd RetroArch
+
+  ./configure \
+--prefix=/usr

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 645297, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 645297, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  224 +++
 retroarch-config.patch |  102 ++---
 2 files changed, 164 insertions(+), 162 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-15 15:29:50 UTC (rev 645297)
+++ PKGBUILD2020-06-15 15:29:57 UTC (rev 645298)
@@ -1,111 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.8.8
-pkgrel=1
-pkgdesc='Reference frontend for the libretro API'
-arch=(x86_64)
-url=http://www.libretro.com/
-license=(GPL)
-groups=(libretro)
-depends=(
-  alsa-lib
-  flac
-  libass.so
-  libavcodec.so
-  libavformat.so
-  libavutil.so
-  libdrm
-  libfreetype.so
-  libgl
-  libpulse
-  libswresample.so
-  libswscale.so
-  libudev.so
-  libusb-1.0.so
-  mbedtls
-  mesa
-  miniupnpc
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  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-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=9552f87157120252a9fad2e2c108ab08c2d3735e
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-pkgver() {
-  cd RetroArch
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./configure \
---prefix=/usr \
---disable-builtinflac \
---disable-builtinmbedtls \
---disable-builtinminiupnpc \
---disable-builtinzlib \
---disable-cg \
---disable-jack \
---disable-oss \
---disable-sdl \
---enable-dbus
-  make
-  make -C libretro-common/audio/dsp_filters
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 645297, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-15 15:29:57 UTC (rev 645298)
@@ -0,0 +1,113 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.8.8
+pkgrel=2
+pkgdesc='Reference frontend for the libretro API'
+arch=(x86_64)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(
+  alsa-lib
+  flac
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libswresample.so
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  mbedtls
+  mesa
+  miniupnpc
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  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-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=9552f87157120252a9fad2e2c108ab08c2d3735e
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+
+  git cherry-pick -n 685948368e6b28b97e1b91bdfe5921519359a033 # FS#66843
+}
+
+build() {
+  cd RetroArch
+
+  ./configure \
+--prefix=/usr \
+--disable-builtinflac \
+--disable-builtinmbedtls \
+--disable-builtinmini

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 636191, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 636191, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  222 +++
 retroarch-config.patch |  102 ++---
 2 files changed, 162 insertions(+), 162 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-28 08:10:36 UTC (rev 636191)
+++ PKGBUILD2020-05-28 08:10:44 UTC (rev 636192)
@@ -1,111 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.8.7
-pkgrel=1
-pkgdesc='Reference frontend for the libretro API'
-arch=(x86_64)
-url=http://www.libretro.com/
-license=(GPL)
-groups=(libretro)
-depends=(
-  alsa-lib
-  flac
-  libass.so
-  libavcodec.so
-  libavformat.so
-  libavutil.so
-  libdrm
-  libfreetype.so
-  libgl
-  libpulse
-  libswresample.so
-  libswscale.so
-  libudev.so
-  libusb-1.0.so
-  mbedtls
-  mesa
-  miniupnpc
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  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-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=f1158b988c7eb26e2da3be11dd7563ff29e3c07a
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-pkgver() {
-  cd RetroArch
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./configure \
---prefix=/usr \
---disable-builtinflac \
---disable-builtinmbedtls \
---disable-builtinminiupnpc \
---disable-builtinzlib \
---disable-cg \
---disable-jack \
---disable-oss \
---disable-sdl \
---enable-dbus
-  make
-  make -C libretro-common/audio/dsp_filters
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 636191, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-28 08:10:44 UTC (rev 636192)
@@ -0,0 +1,111 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.8.8
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+arch=(x86_64)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(
+  alsa-lib
+  flac
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libswresample.so
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  mbedtls
+  mesa
+  miniupnpc
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  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-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=9552f87157120252a9fad2e2c108ab08c2d3735e
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./configure \
+--prefix=/usr \
+--disable-builtinflac \
+--disable-builtinmbedtls \
+--disable-builtinminiupnpc \
+--disable-builtinzlib \
+--disable-cg \
+--disable-jac

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 629402, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 629402, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  222 +++
 retroarch-config.patch |  102 ++---
 2 files changed, 162 insertions(+), 162 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-18 10:10:00 UTC (rev 629402)
+++ PKGBUILD2020-05-18 10:10:07 UTC (rev 629403)
@@ -1,111 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.8.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
-  flac
-  libass.so
-  libavcodec.so
-  libavformat.so
-  libavutil.so
-  libdrm
-  libfreetype.so
-  libgl
-  libpulse
-  libswresample.so
-  libswscale.so
-  libudev.so
-  libusb-1.0.so
-  mbedtls
-  mesa
-  miniupnpc
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  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-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=36802f713312dc16c93a7765cd4a1b0883db5a61
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-pkgver() {
-  cd RetroArch
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./configure \
---prefix=/usr \
---disable-builtinflac \
---disable-builtinmbedtls \
---disable-builtinminiupnpc \
---disable-builtinzlib \
---disable-cg \
---disable-jack \
---disable-oss \
---disable-sdl \
---enable-dbus
-  make
-  make -C libretro-common/audio/dsp_filters
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 629402, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-18 10:10:07 UTC (rev 629403)
@@ -0,0 +1,111 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.8.7
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+arch=(x86_64)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(
+  alsa-lib
+  flac
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libswresample.so
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  mbedtls
+  mesa
+  miniupnpc
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  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-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=f1158b988c7eb26e2da3be11dd7563ff29e3c07a
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./configure \
+--prefix=/usr \
+--disable-builtinflac \
+--disable-builtinmbedtls \
+--disable-builtinminiupnpc \
+--disable-builtinzlib \
+--disable-cg \
+--disable-jack 

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 626261, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 626261, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  221 +++
 retroarch-config.patch |  102 ++---
 2 files changed, 162 insertions(+), 161 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-11 16:19:10 UTC (rev 626261)
+++ PKGBUILD2020-05-11 16:19:17 UTC (rev 626262)
@@ -1,110 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.8.5
-pkgrel=1
-pkgdesc='Reference frontend for the libretro API'
-arch=(x86_64)
-url=http://www.libretro.com/
-license=(GPL)
-groups=(libretro)
-depends=(
-  alsa-lib
-  flac
-  libass.so
-  libavcodec.so
-  libavformat.so
-  libavutil.so
-  libdrm
-  libfreetype.so
-  libgl
-  libpulse
-  libswresample.so
-  libswscale.so
-  libudev.so
-  libusb-1.0.so
-  mbedtls
-  mesa
-  miniupnpc
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  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=(
-  
git+https://github.com/libretro/RetroArch.git#tag=8bcd74bf42f486c37e243a80e29bc214b2b6b205
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-pkgver() {
-  cd RetroArch
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./configure \
---prefix=/usr \
---disable-builtinflac \
---disable-builtinmbedtls \
---disable-builtinminiupnpc \
---disable-builtinzlib \
---disable-cg \
---disable-jack \
---disable-oss \
---disable-sdl \
---enable-dbus
-  make
-  make -C libretro-common/audio/dsp_filters
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 626261, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-11 16:19:17 UTC (rev 626262)
@@ -0,0 +1,111 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.8.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
+  flac
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libswresample.so
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  mbedtls
+  mesa
+  miniupnpc
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  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-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=36802f713312dc16c93a7765cd4a1b0883db5a61
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./configure \
+--prefix=/usr \
+--disable-builtinflac \
+--disable-builtinmbedtls \
+--disable-builtinminiupnpc \
+--disable-builtinzlib \
+--disable-cg \
+--disable-jack \
+--disable-oss \
+--disable-sdl \
+  

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

2020-03-22 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 22, 2020 @ 19:34:07
  Author: alucryd
Revision: 603610

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 603609, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 603609, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  220 +++
 retroarch-config.patch |  102 ++---
 2 files changed, 161 insertions(+), 161 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-22 19:33:59 UTC (rev 603609)
+++ PKGBUILD2020-03-22 19:34:07 UTC (rev 603610)
@@ -1,110 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.8.4
-pkgrel=1
-pkgdesc='Reference frontend for the libretro API'
-arch=(x86_64)
-url=http://www.libretro.com/
-license=(GPL)
-groups=(libretro)
-depends=(
-  alsa-lib
-  flac
-  libass.so
-  libavcodec.so
-  libavformat.so
-  libavutil.so
-  libdrm
-  libfreetype.so
-  libgl
-  libpulse
-  libswresample.so
-  libswscale.so
-  libudev.so
-  libusb-1.0.so
-  mbedtls
-  mesa
-  miniupnpc
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  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=(
-  
git+https://github.com/libretro/RetroArch.git#tag=9e25601a56041831f3b2cd6668aa63ec6809a0c3
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-pkgver() {
-  cd RetroArch
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./configure \
---prefix=/usr \
---disable-builtinflac \
---disable-builtinmbedtls \
---disable-builtinminiupnpc \
---disable-builtinzlib \
---disable-cg \
---disable-jack \
---disable-oss \
---disable-sdl \
---enable-dbus
-  make
-  make -C libretro-common/audio/dsp_filters
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 603609, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-22 19:34:07 UTC (rev 603610)
@@ -0,0 +1,110 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.8.5
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+arch=(x86_64)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(
+  alsa-lib
+  flac
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libswresample.so
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  mbedtls
+  mesa
+  miniupnpc
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  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=(
+  
git+https://github.com/libretro/RetroArch.git#tag=8bcd74bf42f486c37e243a80e29bc214b2b6b205
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./configure \
+--prefix=/usr \
+--disable-builtinflac \
+--disable-builtinmbedtls \
+--disable-builtinminiupnpc \
+--disable-builtinzlib \
+--disable-cg \
+--disable-jack \
+--disable-oss \
+--disable-sdl \
+--enable-dbus
+  make
+  make -C libretro-c

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 552985, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 552985, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  220 +++
 retroarch-config.patch |  102 ++---
 2 files changed, 161 insertions(+), 161 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 13:34:39 UTC (rev 552985)
+++ PKGBUILD2020-01-18 13:34:47 UTC (rev 552986)
@@ -1,110 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.8.1
-pkgrel=1
-pkgdesc='Reference frontend for the libretro API'
-arch=(x86_64)
-url=http://www.libretro.com/
-license=(GPL)
-groups=(libretro)
-depends=(
-  alsa-lib
-  flac
-  libass.so
-  libavcodec.so
-  libavformat.so
-  libavutil.so
-  libdrm
-  libfreetype.so
-  libgl
-  libpulse
-  libswresample.so
-  libswscale.so
-  libudev.so
-  libusb-1.0.so
-  mbedtls
-  mesa
-  miniupnpc
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  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=(
-  
git+https://github.com/libretro/RetroArch.git#tag=bfdc8e6a62d34e66879f79dfe6ae28940df752d1
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-pkgver() {
-  cd RetroArch
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./configure \
---prefix=/usr \
---disable-builtinflac \
---disable-builtinmbedtls \
---disable-builtinminiupnpc \
---disable-builtinzlib \
---disable-cg \
---disable-jack \
---disable-oss \
---disable-sdl \
---enable-dbus
-  make
-  make -C libretro-common/audio/dsp_filters
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 552985, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 13:34:47 UTC (rev 552986)
@@ -0,0 +1,110 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.8.4
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+arch=(x86_64)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(
+  alsa-lib
+  flac
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libswresample.so
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  mbedtls
+  mesa
+  miniupnpc
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  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=(
+  
git+https://github.com/libretro/RetroArch.git#tag=9e25601a56041831f3b2cd6668aa63ec6809a0c3
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./configure \
+--prefix=/usr \
+--disable-builtinflac \
+--disable-builtinmbedtls \
+--disable-builtinminiupnpc \
+--disable-builtinzlib \
+--disable-cg \
+--disable-jack \
+--disable-oss \
+--disable-sdl \
+--enable-dbus
+  make
+  make -C libret

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

2019-11-04 Thread Maxime Gauduin via arch-commits
Date: Monday, November 4, 2019 @ 08:59:03
  Author: alucryd
Revision: 523823

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 523822, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 523822, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  220 +++
 retroarch-config.patch |  102 ++---
 2 files changed, 161 insertions(+), 161 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-04 08:58:56 UTC (rev 523822)
+++ PKGBUILD2019-11-04 08:59:03 UTC (rev 523823)
@@ -1,110 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='Reference frontend for the libretro API'
-arch=(x86_64)
-url=http://www.libretro.com/
-license=(GPL)
-groups=(libretro)
-depends=(
-  alsa-lib
-  flac
-  libass.so
-  libavcodec.so
-  libavformat.so
-  libavutil.so
-  libdrm
-  libfreetype.so
-  libgl
-  libpulse
-  libswresample.so
-  libswscale.so
-  libudev.so
-  libusb-1.0.so
-  mbedtls
-  mesa
-  miniupnpc
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  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=(
-  
git+https://github.com/libretro/RetroArch.git#tag=45deb2c2182ff6309f4dbffb08d61aff070455e9
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-pkgver() {
-  cd RetroArch
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./configure \
---prefix=/usr \
---disable-builtinflac \
---disable-builtinmbedtls \
---disable-builtinminiupnpc \
---disable-builtinzlib \
---disable-cg \
---disable-jack \
---disable-oss \
---disable-sdl \
---enable-dbus
-  make
-  make -C libretro-common/audio/dsp_filters
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 523822, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-04 08:59:03 UTC (rev 523823)
@@ -0,0 +1,110 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+arch=(x86_64)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(
+  alsa-lib
+  flac
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libswresample.so
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  mbedtls
+  mesa
+  miniupnpc
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  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=(
+  
git+https://github.com/libretro/RetroArch.git#tag=bfdc8e6a62d34e66879f79dfe6ae28940df752d1
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./configure \
+--prefix=/usr \
+--disable-builtinflac \
+--disable-builtinmbedtls \
+--disable-builtinminiupnpc \
+--disable-builtinzlib \
+--disable-cg \
+--disable-jack \
+--disable-oss \
+--disable-sdl \
+--enable-dbus
+  make
+  make -C libretro

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 520457, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 520457, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  220 +++
 retroarch-config.patch |  102 ++---
 2 files changed, 161 insertions(+), 161 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-26 19:32:29 UTC (rev 520457)
+++ PKGBUILD2019-10-26 19:32:37 UTC (rev 520458)
@@ -1,110 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.7.9.2
-pkgrel=2
-pkgdesc='Reference frontend for the libretro API'
-arch=(x86_64)
-url=http://www.libretro.com/
-license=(GPL)
-groups=(libretro)
-depends=(
-  alsa-lib
-  flac
-  libass.so
-  libavcodec.so
-  libavformat.so
-  libavutil.so
-  libdrm
-  libfreetype.so
-  libgl
-  libpulse
-  libswresample.so
-  libswscale.so
-  libudev.so
-  libusb-1.0.so
-  mbedtls
-  mesa
-  miniupnpc
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  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=(
-  
git+https://github.com/libretro/RetroArch.git#tag=4dcd7a02475b38ac98096ceb60b7cc7a779e227b
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-pkgver() {
-  cd RetroArch
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./configure \
---prefix=/usr \
---disable-builtinflac \
---disable-builtinmbedtls \
---disable-builtinminiupnpc \
---disable-builtinzlib \
---disable-cg \
---disable-jack \
---disable-oss \
---disable-sdl \
---enable-dbus
-  make
-  make -C libretro-common/audio/dsp_filters
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 520457, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-26 19:32:37 UTC (rev 520458)
@@ -0,0 +1,110 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+arch=(x86_64)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(
+  alsa-lib
+  flac
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libswresample.so
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  mbedtls
+  mesa
+  miniupnpc
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  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=(
+  
git+https://github.com/libretro/RetroArch.git#tag=45deb2c2182ff6309f4dbffb08d61aff070455e9
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./configure \
+--prefix=/usr \
+--disable-builtinflac \
+--disable-builtinmbedtls \
+--disable-builtinminiupnpc \
+--disable-builtinzlib \
+--disable-cg \
+--disable-jack \
+--disable-oss \
+--disable-sdl \
+--enable-dbus
+  make
+  make -C libr

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 519577, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 519577, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  212 ---
 retroarch-config.patch |  102 +++---
 2 files changed, 161 insertions(+), 153 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-25 18:06:16 UTC (rev 519577)
+++ PKGBUILD2019-10-25 18:06:20 UTC (rev 519578)
@@ -1,102 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.7.9.2
-pkgrel=1
-pkgdesc='Reference frontend for the libretro API'
-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
-  mesa
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  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=(
-  
git+https://github.com/libretro/RetroArch.git#tag=4dcd7a02475b38ac98096ceb60b7cc7a779e227b
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-pkgver() {
-  cd RetroArch
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./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
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 519577, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-25 18:06:20 UTC (rev 519578)
@@ -0,0 +1,110 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.7.9.2
+pkgrel=2
+pkgdesc='Reference frontend for the libretro API'
+arch=(x86_64)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(
+  alsa-lib
+  flac
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libswresample.so
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  mbedtls
+  mesa
+  miniupnpc
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  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=(
+  
git+https://github.com/libretro/RetroArch.git#tag=4dcd7a02475b38ac98096ceb60b7cc7a779e227b
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./configure \
+--prefix=/usr \
+--disable-builtinflac \
+--disable-builtinmbedtls \
+--disable-builtinminiupnpc \
+--disable-builtinzlib \
+--disable-cg \
+--disable-jack \
+--disable-oss \
+--disable-sdl \
+--enable-dbus
+  make
+  make -C libretro-common/audio/dsp_filters
+  make -C gfx/video_filters
+}
+
+package() {
+  cd RetroArch
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 644 libretro-common/audio/ds

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 513883, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 513883, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  204 +++
 retroarch-config.patch |  102 +++
 2 files changed, 153 insertions(+), 153 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 16:37:20 UTC (rev 513884)
+++ PKGBUILD2019-10-07 16:37:21 UTC (rev 513885)
@@ -1,102 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.7.8.4
-pkgrel=1
-pkgdesc='Reference frontend for the libretro API'
-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
-  mesa
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  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=(
-  
git+https://github.com/libretro/RetroArch.git#tag=ea7e6822531a778565c6459a6ff2731bcbf90ba5
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-pkgver() {
-  cd RetroArch
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./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
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 513883, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 16:37:21 UTC (rev 513885)
@@ -0,0 +1,102 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.7.9.2
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+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
+  mesa
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  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=(
+  
git+https://github.com/libretro/RetroArch.git#tag=4dcd7a02475b38ac98096ceb60b7cc7a779e227b
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./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
+
+  make DESTDIR="${pkgdir}" install
+
+  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/
+}
+
+# v

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

2019-09-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, September 18, 2019 @ 08:37:39
  Author: alucryd
Revision: 511031

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 511030, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 511030, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  204 +++
 retroarch-config.patch |  102 +++
 2 files changed, 153 insertions(+), 153 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-18 08:36:58 UTC (rev 511030)
+++ PKGBUILD2019-09-18 08:37:39 UTC (rev 511031)
@@ -1,102 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.7.8.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
-  libass.so
-  libavcodec.so
-  libavformat.so
-  libavutil.so
-  libdrm
-  libfreetype.so
-  libgl
-  libpulse
-  libswresample.so
-  libswscale.so
-  libudev.so
-  libusb-1.0.so
-  mesa
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  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=(
-  
git+https://github.com/libretro/RetroArch.git#tag=561a4cd4bf6f3476f78e719861e3f2328350c8f3
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-pkgver() {
-  cd RetroArch
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./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
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 511030, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-18 08:37:39 UTC (rev 511031)
@@ -0,0 +1,102 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.7.8.4
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+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
+  mesa
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  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=(
+  
git+https://github.com/libretro/RetroArch.git#tag=ea7e6822531a778565c6459a6ff2731bcbf90ba5
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./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
+
+  make DESTDIR="${pkgdir}" install
+
+  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/
+}

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 509163, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 509163, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  204 +++
 retroarch-config.patch |  102 +++
 2 files changed, 153 insertions(+), 153 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-10 09:04:03 UTC (rev 509163)
+++ PKGBUILD2019-09-10 09:04:09 UTC (rev 509164)
@@ -1,102 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.7.8
-pkgrel=3
-pkgdesc='Reference frontend for the libretro API'
-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
-  mesa
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  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=(
-  
git+https://github.com/libretro/RetroArch.git#tag=e4fb5587f7144ba9cb6cd1318a69845f97ef3796
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-pkgver() {
-  cd RetroArch
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./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
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 509163, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-10 09:04:09 UTC (rev 509164)
@@ -0,0 +1,102 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.7.8.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
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libswresample.so
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  mesa
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  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=(
+  
git+https://github.com/libretro/RetroArch.git#tag=561a4cd4bf6f3476f78e719861e3f2328350c8f3
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./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
+
+  make DESTDIR="${pkgdir}" install
+
+  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/
+}
+
+#

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 508299, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 508299, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  204 +++
 retroarch-config.patch |  102 +++
 2 files changed, 153 insertions(+), 153 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-06 16:33:16 UTC (rev 508299)
+++ PKGBUILD2019-09-06 16:33:22 UTC (rev 508300)
@@ -1,102 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.7.8
-pkgrel=2
-pkgdesc='Reference frontend for the libretro API'
-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
-  mesa
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  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=(
-  
git+https://github.com/libretro/RetroArch.git#tag=37515372787c3fbd295a25e8a89b85383faab2b6
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-pkgver() {
-  cd RetroArch
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./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
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 508299, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-06 16:33:22 UTC (rev 508300)
@@ -0,0 +1,102 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.7.8
+pkgrel=3
+pkgdesc='Reference frontend for the libretro API'
+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
+  mesa
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  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=(
+  
git+https://github.com/libretro/RetroArch.git#tag=e4fb5587f7144ba9cb6cd1318a69845f97ef3796
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./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
+
+  make DESTDIR="${pkgdir}" install
+
+  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/
+}
+
+# v

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 507880, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 507880, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  198 ---
 retroarch-config.patch |  102 
 2 files changed, 153 insertions(+), 147 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-03 17:50:41 UTC (rev 507880)
+++ PKGBUILD2019-09-03 17:50:48 UTC (rev 507881)
@@ -1,96 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.7.8
-pkgrel=1
-pkgdesc='Reference frontend for the libretro API'
-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
-  mesa
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  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=(
-  git+https://github.com/libretro/RetroArch.git#tag=v${pkgver}
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./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
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 507880, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-03 17:50:48 UTC (rev 507881)
@@ -0,0 +1,102 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.7.8
+pkgrel=2
+pkgdesc='Reference frontend for the libretro API'
+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
+  mesa
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  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=(
+  
git+https://github.com/libretro/RetroArch.git#tag=37515372787c3fbd295a25e8a89b85383faab2b6
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./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
+
+  make DESTDIR="${pkgdir}" install
+
+  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:

Deleted: retroarch-config.patch
==

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 502133, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 502133, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  192 +++
 retroarch-config.patch |  102 
 2 files changed, 147 insertions(+), 147 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-26 16:29:28 UTC (rev 502133)
+++ PKGBUILD2019-08-26 16:29:35 UTC (rev 502134)
@@ -1,96 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.7.7
-pkgrel=1
-pkgdesc='Reference frontend for the libretro API'
-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
-  mesa
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  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=(
-  git+https://github.com/libretro/RetroArch.git#tag=v${pkgver}
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./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
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 502133, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-26 16:29:35 UTC (rev 502134)
@@ -0,0 +1,96 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.7.8
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+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
+  mesa
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  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=(
+  git+https://github.com/libretro/RetroArch.git#tag=v${pkgver}
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./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
+
+  make DESTDIR="${pkgdir}" install
+
+  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:

Deleted: retroarch-config.patch
===
--- retroarch-config.patch  2019-08-26 16:29:28 UTC (rev 502133)
+++ retroarch-config.

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 466633, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 466633, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  192 +++
 retroarch-config.patch |  102 
 2 files changed, 147 insertions(+), 147 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-12 15:52:26 UTC (rev 466633)
+++ PKGBUILD2019-05-12 15:52:33 UTC (rev 466634)
@@ -1,96 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.7.6
-pkgrel=2
-pkgdesc='Reference frontend for the libretro API'
-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
-  mesa
-  openal
-  qt5-base
-  sdl2
-  v4l-utils
-  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=(
-  git+https://github.com/libretro/RetroArch.git#tag=v${pkgver}
-  retroarch-config.patch
-)
-sha256sums=(
-  SKIP
-  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
-)
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./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
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 466633, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-12 15:52:33 UTC (rev 466634)
@@ -0,0 +1,96 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.7.7
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+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
+  mesa
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  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=(
+  git+https://github.com/libretro/RetroArch.git#tag=v${pkgver}
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./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
+
+  make DESTDIR="${pkgdir}" install
+
+  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:

Deleted: retroarch-config.patch
===
--- retroarch-config.patch  2019-05-12 15:52:26 UTC (rev 466633)
+++ retroarch-config.pat

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 442463, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 442463, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  188 ---
 retroarch-config.patch |  102 -
 2 files changed, 147 insertions(+), 143 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-18 14:40:09 UTC (rev 442463)
+++ PKGBUILD2019-03-18 14:40:17 UTC (rev 442464)
@@ -1,92 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-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
-  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
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./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
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 442463, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 14:40:17 UTC (rev 442464)
@@ -0,0 +1,96 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.7.6
+pkgrel=2
+pkgdesc='Reference frontend for the libretro API'
+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
+  mesa
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  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=(
+  git+https://github.com/libretro/RetroArch.git#tag=v${pkgver}
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./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
+
+  make DESTDIR="${pkgdir}" install
+
+  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:

Deleted: retroarch-config.patch
===
--- retroarch-config.patch  2019-03-18 14:40:09 UTC (rev 442463)
+++ retroarch-config.patch  2019-03-18 14:40:17 UTC (rev 442464)
@@ -1,51 +0,0 @@
-diff -rupN RetroArch.orig/retroarch.cfg Ret

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 429601, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 429601, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  151 ---
 retroarch-config.patch |  102 +++
 2 files changed, 143 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 18:13:25 UTC (rev 429601)
+++ PKGBUILD2019-02-04 18:13:35 UTC (rev 429602)
@@ -1,59 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.7.5
-pkgrel=3
-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')
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./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
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 429601, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 18:13:35 UTC (rev 429602)
@@ -0,0 +1,92 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+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
+  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
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./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
+
+  make DESTDIR="${pkgdir}" install
+
+  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:

Deleted: retroarch-config.patch
===
--- retroarch-config.patch  2019-02-04 18:13:25 UTC (rev 429601)
+++ retroarch-config.patch  2019-02-04 18:13:35 UTC (rev 429602)
@@ -1,51 +0,0 @@
-diff -rupN RetroArch.orig/retroarch.cfg RetroArch/retroarch.cfg
 RetroA

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 407464, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 407464, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  118 +++
 retroarch-config.patch |  103 -
 2 files changed, 110 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-14 12:40:02 UTC (rev 407464)
+++ PKGBUILD2018-11-14 12:40:11 UTC (rev 407465)
@@ -1,59 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.7.5
-pkgrel=2
-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'
-'6e07d4a4bc0997ac2f3cee3070b178a40d1904c45ad938f5bbd86fd37ea7d174')
-
-prepare() {
-  cd RetroArch
-
-  #patch -Np0 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./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
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 407464, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-14 12:40:11 UTC (rev 407465)
@@ -0,0 +1,59 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.7.5
+pkgrel=3
+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')
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./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
+
+  make DESTDIR="${pkgdir}" install
+
+  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:

Deleted: retroarch-config.patch
===
--- retroarch-config.patch  2018-11-14 12:40:02 UTC (rev 407464)
+++ retroarch-config.patch  2018-11-14 12:40:11 UTC (rev 407465)
@@ -1,52 

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 407327, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 407327, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  118 +++
 retroarch-config.patch |  103 -
 2 files changed, 111 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-14 09:28:46 UTC (rev 407327)
+++ PKGBUILD2018-11-14 09:28:55 UTC (rev 407328)
@@ -1,59 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.7.5
-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'
-'d79c542c126b74a1b221fcc1acbe053b95f76c6c9a6ccefd10b8f459ceee94dd')
-
-prepare() {
-  cd RetroArch
-
-  #patch -Np0 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./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
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 407327, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-14 09:28:55 UTC (rev 407328)
@@ -0,0 +1,59 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.7.5
+pkgrel=2
+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'
+'6e07d4a4bc0997ac2f3cee3070b178a40d1904c45ad938f5bbd86fd37ea7d174')
+
+prepare() {
+  cd RetroArch
+
+  #patch -Np0 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./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
+
+  make DESTDIR="${pkgdir}" install
+
+  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:

Deleted: retroarch-config.patch
===
--- retroarch-config.patch  2018-11-14 09:28:46 UTC (rev 407327)
+++ retroarch-config.patch  2018-11-14 09:28:55 UTC (rev 407328)
@@ -1,51

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 389067, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 389067, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  118 +++
 retroarch-config.patch |  102 
 2 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-02 19:20:32 UTC (rev 389067)
+++ PKGBUILD2018-10-02 19:20:58 UTC (rev 389068)
@@ -1,59 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.7.5
-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'
-'d79c542c126b74a1b221fcc1acbe053b95f76c6c9a6ccefd10b8f459ceee94dd')
-
-prepare() {
-  cd RetroArch
-
-  #patch -Np0 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./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
-
-  make DESTDIR="${pkgdir}" install
-
-  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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 389067, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-02 19:20:58 UTC (rev 389068)
@@ -0,0 +1,59 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.7.5
+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'
+'d79c542c126b74a1b221fcc1acbe053b95f76c6c9a6ccefd10b8f459ceee94dd')
+
+prepare() {
+  cd RetroArch
+
+  #patch -Np0 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./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
+
+  make DESTDIR="${pkgdir}" install
+
+  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:

Deleted: retroarch-config.patch
===
--- retroarch-config.patch  2018-10-02 19:20:32 UTC (rev 389067)
+++ retroarch-config.patch  2018-10-02 19:20:58 UTC (rev 389068)
@@ -1,51 +0,0

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 375828, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 375828, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  120 +++
 retroarch-config.patch |  109 +++---
 2 files changed, 111 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-31 09:56:14 UTC (rev 375828)
+++ PKGBUILD2018-08-31 09:56:21 UTC (rev 375829)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-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' '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=('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";
-'retroarch-config.patch')
-sha256sums=('a60c2244609bb87cdb56dd8e1020c3be757569b5246141328804ebc5574327ea'
-'14f07b31d6bdb049dad62dd12597c292b8d2df5cb2803d15de00a7597d3081fd')
-
-prepare() {
-  cd RetroArch-${pkgver}
-
-  patch -Np0 -i ../retroarch-config.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 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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 375828, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-31 09:56:21 UTC (rev 375829)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.7.4
+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'
+'d79c542c126b74a1b221fcc1acbe053b95f76c6c9a6ccefd10b8f459ceee94dd')
+
+prepare() {
+  cd RetroArch
+
+  #patch -Np0 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./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
+
+  make DESTDIR="${pkgdir}" install
+
+  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:

Deleted: retroarch-config.patch
===
--- retroarch-config

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 303353, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 303353, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  120 +-
 retroarch-config.patch |  134 +++
 2 files changed, 127 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-06 22:34:24 UTC (rev 303353)
+++ PKGBUILD2018-03-06 22:34:54 UTC (rev 303354)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.7.0
-pkgrel=2
-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'
- 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
- 'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.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')
-backup=('etc/retroarch.cfg')
-source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz";
-'retroarch-config.patch')
-sha256sums=('b32fa4a37ff777e9fe45eeef7ccf2e4e06520dd268584034f687a494dc9f5af1'
-'8dca43954d05ea1f989932fb26828b6e8325394eec070c4530dd21eab3f02c44')
-
-prepare() {
-  cd RetroArch-${pkgver}
-
-  patch -Np0 -i ../retroarch-config.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 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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 303353, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-06 22:34:54 UTC (rev 303354)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.7.1
+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'
+ 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
+ 'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.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')
+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')
+
+prepare() {
+  cd RetroArch-${pkgver}
+
+  patch -Np0 -i ../retroarch-config.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 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/fi

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 277617, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 277617, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  134 +--
 retroarch-config.patch |  134 +++
 2 files changed, 127 insertions(+), 141 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-31 20:38:28 UTC (rev 277617)
+++ PKGBUILD2017-12-31 20:38:41 UTC (rev 277618)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.7.0
-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'
- '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'
-'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-config.patch')
-sha256sums=('b32fa4a37ff777e9fe45eeef7ccf2e4e06520dd268584034f687a494dc9f5af1'
-'8dca43954d05ea1f989932fb26828b6e8325394eec070c4530dd21eab3f02c44')
-
-prepare() {
-  cd RetroArch-${pkgver}
-
-  patch -Np0 -i ../retroarch-config.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 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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 277617, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-31 20:38:41 UTC (rev 277618)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.7.0
+pkgrel=2
+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'
+ 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
+ 'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.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')
+backup=('etc/retroarch.cfg')
+source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/Retro

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

2017-12-27 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 27, 2017 @ 13:58:04
  Author: alucryd
Revision: 276238

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 276237, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 276237, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  148 +++
 retroarch-config.patch |  134 +-
 2 files changed, 141 insertions(+), 141 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-27 13:57:40 UTC (rev 276237)
+++ PKGBUILD2017-12-27 13:58:04 UTC (rev 276238)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.6.9
-pkgrel=2
-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'
- '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'
-'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-config.patch')
-sha256sums=('66dde69fde9d286e3d8f6c4a5e4b947e9030044415e75b419883b454e05d78b4'
-'8dca43954d05ea1f989932fb26828b6e8325394eec070c4530dd21eab3f02c44')
-
-prepare() {
-  cd RetroArch-${pkgver}
-
-  patch -Np0 -i ../retroarch-config.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 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:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 276237, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-27 13:58:04 UTC (rev 276238)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.7.0
+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'
+ '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'
+  

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 275559, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 275559, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  149 +++
 retroarch-config.patch |  119 +
 2 files changed, 141 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-22 20:40:46 UTC (rev 275559)
+++ PKGBUILD2017-12-22 20:40:56 UTC (rev 275560)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.6.9
-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'
- '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'
-'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-config.patch')
-sha256sums=('66dde69fde9d286e3d8f6c4a5e4b947e9030044415e75b419883b454e05d78b4'
-'f37b12754256b0bcc2f9d738f9aa1c18557fffede670a328eb0eeb2f28a32bbd')
-
-prepare() {
-  cd RetroArch-${pkgver}
-
-  patch -Np1 -i ../retroarch-config.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 275559, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-22 20:40:56 UTC (rev 275560)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.6.9
+pkgrel=2
+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'
+ '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-gambatt

[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)

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

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 272304, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 272304, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  150 +++
 retroarch-config.patch |  104 
 2 files changed, 127 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-05 19:26:43 UTC (rev 272304)
+++ PKGBUILD2017-12-05 19:26:59 UTC (rev 272305)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.6.7
-pkgrel=2
-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-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'
-'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-config.patch')
-sha256sums=('212f281d3febde1df27d2edd5de3ced5be86c816b3f13614754495e4a62e778f'
-'f37b12754256b0bcc2f9d738f9aa1c18557fffede670a328eb0eeb2f28a32bbd')
-
-prepare() {
-  cd RetroArch-${pkgver}
-
-  patch -Np1 -i ../retroarch-config.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 272304, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-05 19:26:59 UTC (rev 272305)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.6.9
+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'
+ '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-gamba