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

2015-11-07 Thread Jakob Gruber
Date: Saturday, November 7, 2015 @ 13:10:28
  Author: schuay
Revision: 146362

archrelease: copy trunk to community-x86_64

Added:
  dolphin-emu/repos/community-x86_64/PKGBUILD
(from rev 146361, dolphin-emu/trunk/PKGBUILD)
  dolphin-emu/repos/community-x86_64/dolphin-emu-findx11.patch
(from rev 146361, dolphin-emu/trunk/dolphin-emu-findx11.patch)
  dolphin-emu/repos/community-x86_64/dolphin-emu-gcc49.patch
(from rev 146361, dolphin-emu/trunk/dolphin-emu-gcc49.patch)
Deleted:
  dolphin-emu/repos/community-x86_64/PKGBUILD
  dolphin-emu/repos/community-x86_64/dolphin-emu-findx11.patch
  dolphin-emu/repos/community-x86_64/dolphin-emu-gcc49.patch

---+
 PKGBUILD  |  110 ++--
 dolphin-emu-findx11.patch |   22 
 dolphin-emu-gcc49.patch   |   34 ++---
 3 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-07 12:10:21 UTC (rev 146361)
+++ PKGBUILD2015-11-07 12:10:28 UTC (rev 146362)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Maintainer: Maxime Gauduin 
-# Contributor: Jeremy Newton (Mystro256) 
-
-pkgname=dolphin-emu
-pkgver=4.0.2
-pkgrel=11
-epoch=1
-pkgdesc='A Gamecube / Wii / Triforce emulator'
-arch=('i686' 'x86_64')
-url='http://dolphin-emu.org'
-license=('GPL2')
-
-makedepends=('cmake' 'opencl-headers')
-depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio'
- 'sdl2' 'soundtouch' 'wxgtk')
-optdepends=('pulseaudio: PulseAudio backend')
-
-options=('!emptydirs')
-
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dolphin-emu/dolphin/archive/${pkgver}.tar.gz";
-'dolphin-emu-findx11.patch'
-'dolphin-emu-gcc49.patch')
-md5sums=('95436ade64fc8ed2fe4b2ed5306dc879'
- 'f9a692b76263f3efae9793c4879bc2c5'
- '5fead49fc3a0ff9a9d1435368b5df1f9')
-
-prepare() {
-  cd dolphin-${pkgver}
-
-  patch -Np1 -i ../dolphin-emu-findx11.patch
-  patch -Np1 -i ../dolphin-emu-gcc49.patch
-
-  # Compatibility with miniupnpc 1.9.20150730, which requires a new ttl 
argument.
-  sed -i 's:upnpDiscover(2000, NULL, NULL, 0, 0, 
&upnperror);:upnpDiscover(2000, NULL, NULL, 0, 0, 2, \&upnperror);:' \
-  Source/Core/Core/Src/NetPlayServer.cpp
-}
-
-build() {
-  cd dolphin-${pkgver}
-
-  mkdir build && cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_CXX_FLAGS='-fno-inline-functions -fpermissive'
-  make
-}
-
-package() {
-  cd dolphin-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}/usr/lib/libpolarssl.a"
-}

Copied: dolphin-emu/repos/community-x86_64/PKGBUILD (from rev 146361, 
dolphin-emu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-07 12:10:28 UTC (rev 146362)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: schuay 
+# Maintainer: Maxime Gauduin 
+# Contributor: Jeremy Newton (Mystro256) 
+
+pkgname=dolphin-emu
+pkgver=4.0.2
+pkgrel=12
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce emulator'
+arch=('i686' 'x86_64')
+url='http://dolphin-emu.org'
+license=('GPL2')
+
+makedepends=('cmake' 'opencl-headers')
+depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio'
+ 'sdl2' 'soundtouch' 'wxgtk')
+optdepends=('pulseaudio: PulseAudio backend')
+
+options=('!emptydirs')
+
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dolphin-emu/dolphin/archive/${pkgver}.tar.gz";
+'dolphin-emu-findx11.patch'
+'dolphin-emu-gcc49.patch')
+md5sums=('95436ade64fc8ed2fe4b2ed5306dc879'
+ 'f9a692b76263f3efae9793c4879bc2c5'
+ '5fead49fc3a0ff9a9d1435368b5df1f9')
+
+prepare() {
+  cd dolphin-${pkgver}
+
+  patch -Np1 -i ../dolphin-emu-findx11.patch
+  patch -Np1 -i ../dolphin-emu-gcc49.patch
+
+  # Compatibility with miniupnpc 1.9.20150730, which requires a new ttl 
argument.
+  sed -i 's:upnpDiscover(2000, NULL, NULL, 0, 0, 
&upnperror);:upnpDiscover(2000, NULL, NULL, 0, 0, 2, \&upnperror);:' \
+  Source/Core/Core/Src/NetPlayServer.cpp
+}
+
+build() {
+  cd dolphin-${pkgver}
+
+  mkdir build && cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_CXX_FLAGS='-fno-inline-functions -fpermissive'
+  make
+}
+
+package() {
+  cd dolphin-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/usr/lib/libpolarssl.a"
+}

Deleted: dolphin-emu-findx11.patch
===
--- dolphin-emu-findx11.patch   2015-11-07 12:10:21 UTC (rev 146361)
+++ dolphin-emu-findx11.patch   2015-11-07 12:10:28 UTC (rev 146362)
@@ -1,11 +0,0 @@
-diff -rupN dolphin-4.0.2.orig/CMakeLists.txt dolphin-4.0.2/CMakeLists.txt
 dolphin-4.0.2.orig/CMakeLists.txt  2015-03-31 15:05:43.953995860 +0200
-+++ dolphin-4.0.2/CMakeLists.txt   2015-03-31 15:06:53.379078333 +0200
-@@ -417,6 +417,7 @@ if

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

2014-02-15 Thread Jakob Gruber
Date: Saturday, February 15, 2014 @ 21:51:51
  Author: schuay
Revision: 105822

archrelease: copy trunk to community-x86_64

Added:
  dolphin-emu/repos/community-x86_64/Dolphin_Logo.png
(from rev 105821, dolphin-emu/trunk/Dolphin_Logo.png)
  dolphin-emu/repos/community-x86_64/PKGBUILD
(from rev 105821, dolphin-emu/trunk/PKGBUILD)
  dolphin-emu/repos/community-x86_64/dolphin-emu.desktop
(from rev 105821, dolphin-emu/trunk/dolphin-emu.desktop)
Deleted:
  dolphin-emu/repos/community-x86_64/Dolphin_Logo.png
  dolphin-emu/repos/community-x86_64/PKGBUILD
  dolphin-emu/repos/community-x86_64/dolphin-emu.desktop

-+
 PKGBUILD|   86 +-
 dolphin-emu.desktop |   22 ++--
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: Dolphin_Logo.png
===
(Binary files differ)

Copied: dolphin-emu/repos/community-x86_64/Dolphin_Logo.png (from rev 105821, 
dolphin-emu/trunk/Dolphin_Logo.png)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 20:51:45 UTC (rev 105821)
+++ PKGBUILD2014-02-15 20:51:51 UTC (rev 105822)
@@ -1,43 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Jeremy Newton (Mystro256)
-
-pkgname=dolphin-emu
-pkgver=4.0.2
-pkgrel=2
-epoch=1
-pkgdesc='A Gamecube / Wii / Triforce emulator'
-arch=('i686' 'x86_64')
-url='http://dolphin-emu.org'
-license=('GPL2')
-
-makedepends=('cmake' 'git' 'opencl-headers')
-depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio' 
'sdl2' 'soundtouch' 'wxgtk')
-optdepends=('pulseaudio: PulseAudio backend')
-
-source=("${pkgname%-*}::git+https://code.google.com/p/dolphin-emu/#tag=${pkgver}";
-'dolphin-emu.desktop'
-'Dolphin_Logo.png')
-
-# TODO: Drop the custom icon and .desktop file, apparently dolphin ships these 
now.
-
-build() {
-  cd "${srcdir}/${pkgname%-*}"
-
-  mkdir build && cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname%-*}/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=('SKIP'
- 'feed4580c2e6bfbc7f6c67dad861daae'
- 'd15c51f547b4bd47e510faac40bcc9d6')

Copied: dolphin-emu/repos/community-x86_64/PKGBUILD (from rev 105821, 
dolphin-emu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 20:51:51 UTC (rev 105822)
@@ -0,0 +1,43 @@
+# Maintainer: schuay 
+# Contributor: Jeremy Newton (Mystro256)
+
+pkgname=dolphin-emu
+pkgver=4.0.2
+pkgrel=3
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce emulator'
+arch=('i686' 'x86_64')
+url='http://dolphin-emu.org'
+license=('GPL2')
+
+makedepends=('cmake' 'git' 'opencl-headers')
+depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio' 
'sdl2' 'soundtouch' 'wxgtk')
+optdepends=('pulseaudio: PulseAudio backend')
+
+source=("${pkgname%-*}::git+https://code.google.com/p/dolphin-emu/#tag=${pkgver}";
+'dolphin-emu.desktop'
+'Dolphin_Logo.png')
+
+# TODO: Drop the custom icon and .desktop file, apparently dolphin ships these 
now.
+
+build() {
+  cd "${srcdir}/${pkgname%-*}"
+
+  mkdir build && cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname%-*}/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=('SKIP'
+ 'feed4580c2e6bfbc7f6c67dad861daae'
+ 'd15c51f547b4bd47e510faac40bcc9d6')

Deleted: dolphin-emu.desktop
===
--- dolphin-emu.desktop 2014-02-15 20:51:45 UTC (rev 105821)
+++ dolphin-emu.desktop 2014-02-15 20:51:51 UTC (rev 105822)
@@ -1,11 +0,0 @@
-[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

Copied: dolphin-emu/repos/community-x86_64/dolphin-emu.desktop (from rev 
105821, dolphin-emu/trunk/dolphin-emu.desktop)
===
--- dolphin-emu.desktop (rev 0)
+++ dolphin-emu.desktop 2014-02-15 20:51:51 

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

2013-12-01 Thread Jakob Gruber
Date: Sunday, December 1, 2013 @ 10:07:12
  Author: schuay
Revision: 101788

archrelease: copy trunk to community-x86_64

Added:
  dolphin-emu/repos/community-x86_64/Dolphin_Logo.png
(from rev 101787, dolphin-emu/trunk/Dolphin_Logo.png)
  dolphin-emu/repos/community-x86_64/PKGBUILD
(from rev 101787, dolphin-emu/trunk/PKGBUILD)
  dolphin-emu/repos/community-x86_64/dolphin-emu.desktop
(from rev 101787, dolphin-emu/trunk/dolphin-emu.desktop)
Deleted:
  dolphin-emu/repos/community-x86_64/Dolphin_Logo.png
  dolphin-emu/repos/community-x86_64/PKGBUILD
  dolphin-emu/repos/community-x86_64/dolphin-emu.desktop

-+
 PKGBUILD|   86 +-
 dolphin-emu.desktop |   22 ++--
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: Dolphin_Logo.png
===
(Binary files differ)

Copied: dolphin-emu/repos/community-x86_64/Dolphin_Logo.png (from rev 101787, 
dolphin-emu/trunk/Dolphin_Logo.png)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-01 09:07:05 UTC (rev 101787)
+++ PKGBUILD2013-12-01 09:07:12 UTC (rev 101788)
@@ -1,43 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Jeremy Newton (Mystro256)
-
-pkgname=dolphin-emu
-pkgver=4.0.1
-pkgrel=1
-epoch=1
-pkgdesc='A Gamecube / Wii / Triforce emulator'
-arch=('i686' 'x86_64')
-url='http://dolphin-emu.org'
-license=('GPL2')
-
-makedepends=('cmake' 'git' 'opencl-headers')
-depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio' 
'sdl2' 'soundtouch' 'wxgtk2.9')
-optdepends=('pulseaudio: PulseAudio backend')
-
-source=("${pkgname%-*}::git+https://code.google.com/p/dolphin-emu/#tag=${pkgver}";
-'dolphin-emu.desktop'
-'Dolphin_Logo.png')
-
-# TODO: Drop the custom icon and .desktop file, apparently dolphin ships these 
now.
-
-build() {
-  cd "${srcdir}/${pkgname%-*}"
-
-  mkdir build && cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname%-*}/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=('SKIP'
- 'feed4580c2e6bfbc7f6c67dad861daae'
- 'd15c51f547b4bd47e510faac40bcc9d6')

Copied: dolphin-emu/repos/community-x86_64/PKGBUILD (from rev 101787, 
dolphin-emu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-01 09:07:12 UTC (rev 101788)
@@ -0,0 +1,43 @@
+# Maintainer: schuay 
+# Contributor: Jeremy Newton (Mystro256)
+
+pkgname=dolphin-emu
+pkgver=4.0.2
+pkgrel=1
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce emulator'
+arch=('i686' 'x86_64')
+url='http://dolphin-emu.org'
+license=('GPL2')
+
+makedepends=('cmake' 'git' 'opencl-headers')
+depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio' 
'sdl2' 'soundtouch' 'wxgtk2.9')
+optdepends=('pulseaudio: PulseAudio backend')
+
+source=("${pkgname%-*}::git+https://code.google.com/p/dolphin-emu/#tag=${pkgver}";
+'dolphin-emu.desktop'
+'Dolphin_Logo.png')
+
+# TODO: Drop the custom icon and .desktop file, apparently dolphin ships these 
now.
+
+build() {
+  cd "${srcdir}/${pkgname%-*}"
+
+  mkdir build && cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname%-*}/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=('SKIP'
+ 'feed4580c2e6bfbc7f6c67dad861daae'
+ 'd15c51f547b4bd47e510faac40bcc9d6')

Deleted: dolphin-emu.desktop
===
--- dolphin-emu.desktop 2013-12-01 09:07:05 UTC (rev 101787)
+++ dolphin-emu.desktop 2013-12-01 09:07:12 UTC (rev 101788)
@@ -1,11 +0,0 @@
-[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

Copied: dolphin-emu/repos/community-x86_64/dolphin-emu.desktop (from rev 
101787, dolphin-emu/trunk/dolphin-emu.desktop)
===
--- dolphin-emu.desktop (rev 0)
+++ dolphin-emu.desktop 2013-12-01 09:07: