2016-06-05 23:13:04 +00:00
|
|
|
# $Id$
|
|
|
|
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
|
|
|
|
# Contributor: Themaister <maister@archlinux.us>
|
|
|
|
# Contributor: lifning <definelightning@gmail.com>
|
|
|
|
|
|
|
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
|
|
# - enable GLES
|
|
|
|
|
|
|
|
pkgname=retroarch
|
2017-08-25 11:44:12 +00:00
|
|
|
pkgver=1.6.7
|
2017-10-29 19:34:17 +00:00
|
|
|
pkgrel=2
|
2016-06-05 23:13:04 +00:00
|
|
|
pkgdesc='Reference frontend for the libretro API'
|
|
|
|
arch=('i686' 'x86_64')
|
|
|
|
url='http://www.libretro.com/'
|
|
|
|
license=('GPL')
|
|
|
|
groups=('libretro')
|
2016-07-20 00:11:23 +00:00
|
|
|
depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libusb'
|
|
|
|
'libx11' 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv'
|
|
|
|
'libxxf86vm' 'mesa' 'openal' 'sdl2' 'wayland' 'zlib'
|
2016-06-05 23:13:04 +00:00
|
|
|
'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
|
|
|
|
'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so')
|
2017-03-11 20:23:55 +00:00
|
|
|
makedepends=('vulkan-icd-loader')
|
2017-10-29 19:34:17 +00:00
|
|
|
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'
|
2016-06-05 23:13:04 +00:00
|
|
|
'libretro-gambatte: Nintendo Game Boy/Game Boy Color core'
|
2017-10-29 19:34:17 +00:00
|
|
|
'libretro-genesis-plus-gx: Sega MS/GG/MD/CD core'
|
2016-06-05 23:13:04 +00:00
|
|
|
'libretro-mgba: Nintendo Game Boy Advance core'
|
|
|
|
'libretro-mupen64plus: Nintendo 64 core'
|
|
|
|
'libretro-nestopia: Nintendo Entertainment System core'
|
|
|
|
'libretro-reicast: Sega Dreamcast core'
|
2017-10-29 19:34:17 +00:00
|
|
|
'libretro-scummvm: ScummVM core'
|
2016-06-05 23:13:04 +00:00
|
|
|
'libretro-snes9x: Super Nintendo Entertainment System core'
|
|
|
|
'libretro-yabause: Sega Saturn core'
|
|
|
|
'libretro-overlays: Collection of overlays'
|
|
|
|
'libretro-shaders: Collection of shaders'
|
2017-07-28 17:57:53 +00:00
|
|
|
'python: retroarch-cg2glsl'
|
2016-06-05 23:13:04 +00:00
|
|
|
'retroarch-assets-xmb: XMB menu assets'
|
|
|
|
'retroarch-autoconfig-udev: udev joypad autoconfig')
|
|
|
|
backup=('etc/retroarch.cfg')
|
2017-08-15 17:57:33 +00:00
|
|
|
source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz"
|
2017-08-24 17:57:13 +00:00
|
|
|
'retroarch-config.patch')
|
2017-08-25 11:44:12 +00:00
|
|
|
sha256sums=('212f281d3febde1df27d2edd5de3ced5be86c816b3f13614754495e4a62e778f'
|
2017-08-24 17:57:13 +00:00
|
|
|
'f37b12754256b0bcc2f9d738f9aa1c18557fffede670a328eb0eeb2f28a32bbd')
|
2017-05-19 18:01:51 +00:00
|
|
|
|
|
|
|
prepare() {
|
|
|
|
cd RetroArch-${pkgver}
|
|
|
|
|
2017-08-24 17:57:13 +00:00
|
|
|
patch -Np1 -i ../retroarch-config.patch
|
2017-05-19 18:01:51 +00:00
|
|
|
}
|
2016-06-05 23:13:04 +00:00
|
|
|
|
|
|
|
build() {
|
2017-03-11 20:23:55 +00:00
|
|
|
cd RetroArch-${pkgver}
|
2016-06-05 23:13:04 +00:00
|
|
|
|
|
|
|
./configure \
|
|
|
|
--prefix='/usr' \
|
|
|
|
--disable-cg \
|
|
|
|
--disable-jack \
|
|
|
|
--disable-oss \
|
2017-02-04 18:34:00 +00:00
|
|
|
--disable-sdl \
|
2017-02-04 18:49:25 +00:00
|
|
|
--enable-opengles
|
2016-06-05 23:13:04 +00:00
|
|
|
make
|
2017-07-28 17:57:53 +00:00
|
|
|
make -C libretro-common/audio/dsp_filters
|
2016-06-05 23:13:04 +00:00
|
|
|
make -C gfx/video_filters
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2017-03-11 20:23:55 +00:00
|
|
|
cd RetroArch-${pkgver}
|
2016-06-05 23:13:04 +00:00
|
|
|
|
|
|
|
make DESTDIR="${pkgdir}" install
|
|
|
|
|
2017-07-28 17:57:53 +00:00
|
|
|
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/
|
2016-06-05 23:13:04 +00:00
|
|
|
install -m 644 gfx/video_filters/*.{filt,so} "${pkgdir}"/usr/lib/retroarch/filters/video/
|
|
|
|
}
|
|
|
|
|
|
|
|
# vim: ts=2 sw=2 et:
|