From afbb4168ac569f99522d62569476ef7a7314959f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 16 Jun 2014 11:08:27 +0200 Subject: [PATCH] dolphin-emu: update to 4.0.2. --- srcpkgs/dolphin-emu/template | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/srcpkgs/dolphin-emu/template b/srcpkgs/dolphin-emu/template index 976a824d48..b58371023c 100644 --- a/srcpkgs/dolphin-emu/template +++ b/srcpkgs/dolphin-emu/template @@ -1,20 +1,28 @@ # Template file for 'dolphin-emu' +only_for_archs="i686 x86_64" + +# XXX polarssl is incompatible. +# XXX wxWidgets-3.0: undefined reference to wxCommandEvent::Clone() +CFLAGS="-mssse3" +CXXFLAGS="-mssse3" + pkgname=dolphin-emu -version=4.0.1 +version=4.0.2 revision=1 +wrksrc="dolphin-${version}" build_style=cmake hostmakedepends="cmake pkg-config" makedepends=" zlib-devel glew-devel libusb-devel gtk+-devel miniupnpc-devel>=1.8 SDL2-devel pulseaudio-devel alsa-lib-devel ffmpeg-devel>=2.1 libgomp-devel - libopenal-devel soundtouch-devel lzo-devel desktop-file-utils" + portaudio-devel libopenal-devel soundtouch-devel lzo-devel desktop-file-utils" depends="desktop-file-utils" short_desc="A Gamecube / Wii / Triforce emulator" maintainer="Juan RP " license="GPL-2" homepage="http://dolphin-emu.org" -distfiles="http://xbps.nopcode.org/distfiles/$pkgname-$version.tar.xz" -checksum=9ee1cbb671ff45b1d9300f5d726787ccdf06214d0b82c91587890a9bcd3a49c5 +distfiles="https://github.com/dolphin-emu/dolphin/archive/${version}.tar.gz" +checksum=09f10f73abe0a7b5d10a51b3b56dc0044331bb12d6a18fe969c9bbd83a9b1129 post_install() { rm -f ${DESTDIR}/usr/lib/*.a