Date: Tuesday, February 26, 2013 @ 14:52:19 Author: schuay Revision: 84941
dolphin-emu 3.5-3 Added: dolphin-emu/ dolphin-emu/repos/ dolphin-emu/trunk/ dolphin-emu/trunk/Dolphin_Logo.png dolphin-emu/trunk/PKGBUILD dolphin-emu/trunk/dolphin-emu.desktop ---------------------+ Dolphin_Logo.png | 1 + PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++ dolphin-emu.desktop | 11 +++++++++++ 3 files changed, 54 insertions(+) Added: dolphin-emu/trunk/Dolphin_Logo.png =================================================================== (Binary files differ) Index: dolphin-emu/trunk/Dolphin_Logo.png =================================================================== --- dolphin-emu/trunk/Dolphin_Logo.png 2013-02-26 12:07:45 UTC (rev 84940) +++ dolphin-emu/trunk/Dolphin_Logo.png 2013-02-26 13:52:19 UTC (rev 84941) Property changes on: dolphin-emu/trunk/Dolphin_Logo.png ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +image/png \ No newline at end of property Added: dolphin-emu/trunk/PKGBUILD =================================================================== --- dolphin-emu/trunk/PKGBUILD (rev 0) +++ dolphin-emu/trunk/PKGBUILD 2013-02-26 13:52:19 UTC (rev 84941) @@ -0,0 +1,42 @@ +# Maintainer: schuay <[email protected]> +# Contributor: Jeremy Newton (Mystro256) + +pkgname=dolphin-emu +pkgver=3.5 +pkgrel=3 +epoch=1 +pkgdesc='A Gamecube / Wii / Triforce Emulator' +arch=('i686' 'x86_64') +url='http://dolphin-emu.org' +license=('GPL2') + +makedepends=('cmake' 'glproto' 'opencl-headers') +depends=('bluez' 'ffmpeg' 'glew' 'libao' 'libgl' 'libxxf86vm' 'lsb-release' 'lzo2' 'mesa' \ + 'nvidia-cg-toolkit' 'openal' 'portaudio' 'sdl' 'wxgtk2.9') +optdepends=('pulseaudio') + +source=("http://dolphin-emu.googlecode.com/files/dolphin-${pkgver}-src.zip" + 'dolphin-emu.desktop' + 'Dolphin_Logo.png') + +build() { + cd "${srcdir}/dolphin-${pkgver}" + + mkdir build && cd build + cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9 + make +} + +package() { + cd "${srcdir}/dolphin-${pkgver}/build" + + make DESTDIR=${pkgdir} install + + install -Dm644 "${srcdir}/dolphin-emu.desktop" \ + "${pkgdir}/usr/share/applications/dolphin-emu.desktop" + install -Dm644 "${srcdir}/Dolphin_Logo.png" "${pkgdir}/usr/share/pixmaps/dolphin-emu.png" +} + +md5sums=('4d0429f1e10f0862256e0b4c4e2f44a3' + 'feed4580c2e6bfbc7f6c67dad861daae' + 'd15c51f547b4bd47e510faac40bcc9d6') Added: dolphin-emu/trunk/dolphin-emu.desktop =================================================================== --- dolphin-emu/trunk/dolphin-emu.desktop (rev 0) +++ dolphin-emu/trunk/dolphin-emu.desktop 2013-02-26 13:52:19 UTC (rev 84941) @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Dolphin +Categories=Game;Emulator;GTK; +GenericName=GameCube and Wii Emulator +Comment=An emulator for the GameCube and Wii consoles +Exec=dolphin-emu +Icon=dolphin-emu +StartupNotify=false +Name[en_US]=Dolphin
