[arch-commits] Commit in dolphin-emu/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Jun 25 16:33:13 UTC 2016


    Date: Saturday, June 25, 2016 @ 16:33:12
  Author: alucryd
Revision: 181181

upgpkg: dolphin-emu 1:5.0-2

Modified:
  dolphin-emu/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-25 15:02:03 UTC (rev 181180)
+++ PKGBUILD	2016-06-25 16:33:12 UTC (rev 181181)
@@ -5,16 +5,16 @@
 
 pkgname=dolphin-emu
 pkgver=5.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='A Gamecube / Wii / Triforce emulator'
 arch=('x86_64')
 url='http://dolphin-emu.org'
-license=('GPL2')
+license=('GPL')
 
 makedepends=('cmake')
 depends=('bluez-libs' 'enet' 'ffmpeg' 'libao' 'libevdev' 'mbedtls' 'miniupnpc'
-         'portaudio' 'sdl2' 'sfml' 'soundtouch' 'xdg-utils' 'wxgtk')
+         'openal' 'portaudio' 'soundtouch' 'xdg-utils' 'wxgtk')
 optdepends=('pulseaudio: PulseAudio backend')
 
 options=('!emptydirs')
@@ -30,7 +30,6 @@
     -DCMAKE_INSTALL_PREFIX='/usr' \
     -DCMAKE_CXX_FLAGS='-fno-pie' \
     -DENABLE_LTO='TRUE' \
-    -DENABLE_SDL='TRUE' \
     -DUSE_SHARED_ENET='TRUE' \
     -DDISTRIBUTOR='archlinux.org'
   make



More information about the arch-commits mailing list