[arch-commits] Commit in dolphin-emu/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Jun 25 16:34:12 UTC 2016


    Date: Saturday, June 25, 2016 @ 16:34:12
  Author: alucryd
Revision: 181182

archrelease: copy trunk to community-x86_64

Added:
  dolphin-emu/repos/community-x86_64/PKGBUILD
    (from rev 181181, dolphin-emu/trunk/PKGBUILD)
Deleted:
  dolphin-emu/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   89 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-25 16:33:12 UTC (rev 181181)
+++ PKGBUILD	2016-06-25 16:34:12 UTC (rev 181182)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: schuay <jakob.gruber at gmail.com>
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Jeremy Newton (Mystro256) <alexjnewt at gmail.com>
-
-pkgname=dolphin-emu
-pkgver=5.0
-pkgrel=1
-epoch=1
-pkgdesc='A Gamecube / Wii / Triforce emulator'
-arch=('x86_64')
-url='http://dolphin-emu.org'
-license=('GPL2')
-
-makedepends=('cmake')
-depends=('bluez-libs' 'enet' 'ffmpeg' 'libao' 'libevdev' 'mbedtls' 'miniupnpc'
-         'portaudio' 'sdl2' 'sfml' 'soundtouch' 'xdg-utils' 'wxgtk')
-optdepends=('pulseaudio: PulseAudio backend')
-
-options=('!emptydirs')
-
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dolphin-emu/dolphin/archive/${pkgver}.tar.gz")
-md5sums=('ed94272956adbec690808f6e4d8ff065')
-
-build() {
-  cd dolphin-${pkgver}
-
-  mkdir build && cd build
-  cmake .. \
-    -DCMAKE_INSTALL_PREFIX='/usr' \
-    -DCMAKE_CXX_FLAGS='-fno-pie' \
-    -DENABLE_LTO='TRUE' \
-    -DENABLE_SDL='TRUE' \
-    -DUSE_SHARED_ENET='TRUE' \
-    -DDISTRIBUTOR='archlinux.org'
-  make
-}
-
-package() {
-  cd dolphin-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 644 ../Data/51-usb-device.rules -t "${pkgdir}"/usr/lib/udev/rules.d/
-}

Copied: dolphin-emu/repos/community-x86_64/PKGBUILD (from rev 181181, dolphin-emu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-06-25 16:34:12 UTC (rev 181182)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jeremy Newton (Mystro256) <alexjnewt at gmail.com>
+
+pkgname=dolphin-emu
+pkgver=5.0
+pkgrel=2
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce emulator'
+arch=('x86_64')
+url='http://dolphin-emu.org'
+license=('GPL')
+
+makedepends=('cmake')
+depends=('bluez-libs' 'enet' 'ffmpeg' 'libao' 'libevdev' 'mbedtls' 'miniupnpc'
+         'openal' 'portaudio' 'soundtouch' 'xdg-utils' 'wxgtk')
+optdepends=('pulseaudio: PulseAudio backend')
+
+options=('!emptydirs')
+
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dolphin-emu/dolphin/archive/${pkgver}.tar.gz")
+md5sums=('ed94272956adbec690808f6e4d8ff065')
+
+build() {
+  cd dolphin-${pkgver}
+
+  mkdir build && cd build
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DCMAKE_CXX_FLAGS='-fno-pie' \
+    -DENABLE_LTO='TRUE' \
+    -DUSE_SHARED_ENET='TRUE' \
+    -DDISTRIBUTOR='archlinux.org'
+  make
+}
+
+package() {
+  cd dolphin-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 644 ../Data/51-usb-device.rules -t "${pkgdir}"/usr/lib/udev/rules.d/
+}



More information about the arch-commits mailing list