22 lines
873 B
Bash
22 lines
873 B
Bash
# Template file for 'pcsx2'
|
|
only_for_archs="i686"
|
|
lib32mode="full"
|
|
nopie=yes
|
|
|
|
pkgname=pcsx2
|
|
version=1.4.0
|
|
revision=7
|
|
build_style=cmake
|
|
configure_args="-DGLSL_API=1 -DSDL2_API=0 -DPACKAGE_MODE=1 -DREBUILD_SHADER=1 -DXDG_STD=1
|
|
-DPLUGIN_DIR=/usr/lib32/pcsx2 -DGAMEINDEX_DIR=/usr/share/pcsx2 -DDISABLE_ADVANCE_SIMD=1
|
|
-DSDL2_API=TRUE"
|
|
hostmakedepends="pkg-config sparsehash perl"
|
|
makedepends="alsa-lib-devel SDL2-devel glu-devel glew-devel libaio-devel
|
|
libcanberra-devel libjpeg-turbo-devel wxWidgets-devel portaudio-devel soundtouch-devel"
|
|
depends="desktop-file-utils"
|
|
short_desc="A Sony PlayStation 2 emulator"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="GPL-2, GPL-3, LGPL-2.1, LGPL-3"
|
|
homepage="http://www.pcsx2.net"
|
|
distfiles="https://github.com/PCSX2/pcsx2/archive/v${version}.tar.gz"
|
|
checksum=2c8a986e2b6514d7018f6cfd39c4f2a72229b9b4ab06ca6b1d3466dfd9c33005
|