2013-10-30 16:19:40 +00:00
|
|
|
# Template file for 'dolphin-emu'
|
2014-06-16 09:08:27 +00:00
|
|
|
only_for_archs="i686 x86_64"
|
|
|
|
|
|
|
|
# XXX polarssl is incompatible.
|
|
|
|
# XXX wxWidgets-3.0: undefined reference to wxCommandEvent::Clone()
|
|
|
|
CFLAGS="-mssse3"
|
|
|
|
CXXFLAGS="-mssse3"
|
|
|
|
|
2013-10-30 16:19:40 +00:00
|
|
|
pkgname=dolphin-emu
|
2014-06-16 09:08:27 +00:00
|
|
|
version=4.0.2
|
2014-10-04 17:12:39 +00:00
|
|
|
revision=4
|
2014-06-16 09:08:27 +00:00
|
|
|
wrksrc="dolphin-${version}"
|
2013-10-30 16:19:40 +00:00
|
|
|
build_style=cmake
|
|
|
|
hostmakedepends="cmake pkg-config"
|
|
|
|
makedepends="
|
2014-09-08 19:33:44 +00:00
|
|
|
zlib-devel glew-devel libusb-devel gtk+-devel miniupnpc-devel>=1.9
|
2013-10-30 16:19:40 +00:00
|
|
|
SDL2-devel pulseaudio-devel alsa-lib-devel ffmpeg-devel>=2.1 libgomp-devel
|
2014-09-29 07:23:39 +00:00
|
|
|
portaudio-devel libopenal-devel soundtouch-devel lzo-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="desktop-file-utils"
|
2013-10-30 16:19:40 +00:00
|
|
|
short_desc="A Gamecube / Wii / Triforce emulator"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://dolphin-emu.org"
|
2014-11-01 19:14:00 +00:00
|
|
|
update_site="https://api.github.com/repos/dolphin-emu/dolphin/tags"
|
|
|
|
update_pattern='"name":\s*"\K[^\d]*([\d\.]+)(?=")'
|
2014-06-16 09:08:27 +00:00
|
|
|
distfiles="https://github.com/dolphin-emu/dolphin/archive/${version}.tar.gz"
|
|
|
|
checksum=09f10f73abe0a7b5d10a51b3b56dc0044331bb12d6a18fe969c9bbd83a9b1129
|
2013-10-30 16:19:40 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
rm -f ${DESTDIR}/usr/lib/*.a
|
|
|
|
}
|