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

Maxime Gauduin alucryd at archlinux.org
Sat Jun 25 15:02:04 UTC 2016


    Date: Saturday, June 25, 2016 @ 15:02:03
  Author: alucryd
Revision: 181180

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   95 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 45 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-25 15:00:03 UTC (rev 181179)
+++ PKGBUILD	2016-06-25 15:02:03 UTC (rev 181180)
@@ -1,50 +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.0rc
-pkgrel=2
-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' 'miniupnpc'
-         'portaudio' 'sfml' 'soundtouch' 'xdg-utils' 'wxgtk')
-optdepends=('pulseaudio: PulseAudio backend')
-
-options=('!emptydirs')
-
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dolphin-emu/dolphin/archive/5.0-rc.tar.gz")
-md5sums=('4b1fa4bbf917bdebf39e710ca214b873')
-
-prepare() {
-  cd dolphin-5.0-rc
-
-  # Compatibility with miniupnpc 1.9.20150730, which requires a new ttl argument.
-  sed 's/upnpDiscover(2000, nullptr, nullptr, 0, 0, \&upnperror)/upnpDiscover(2000, nullptr, nullptr, 0, 0, 2, \&upnperror)/' -i Source/Core/Core/NetPlayServer.cpp
-
-}
-
-build() {
-  cd dolphin-5.0-rc
-
-  mkdir build && cd build
-  cmake .. \
-    -DCMAKE_INSTALL_PREFIX='/usr' \
-    -DCMAKE_CXX_FLAGS='-fno-pie' \
-    -DENABLE_LTO='TRUE' \
-    -DENABLE_SDL='TRUE' \
-    -DUSE_SHARED_ENET='TRUE'
-  make
-}
-
-package() {
-  cd dolphin-5.0-rc/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: dolphin-emu/repos/community-x86_64/PKGBUILD (from rev 181179, dolphin-emu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-06-25 15:02:03 UTC (rev 181180)
@@ -0,0 +1,45 @@
+# $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/
+}



More information about the arch-commits mailing list