[arch-commits] Commit in mupen64plus/repos (6 files)

2017-09-15 Thread Bartłomiej Piotrowski
Date: Friday, September 15, 2017 @ 21:23:43
  Author: bpiotrowski
Revision: 257732

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  mupen64plus/repos/community-staging-i686/
  mupen64plus/repos/community-staging-i686/PKGBUILD
(from rev 257731, mupen64plus/trunk/PKGBUILD)
  mupen64plus/repos/community-staging-i686/ui-console-pic.patch
(from rev 257731, mupen64plus/trunk/ui-console-pic.patch)
  mupen64plus/repos/community-staging-x86_64/
  mupen64plus/repos/community-staging-x86_64/PKGBUILD
(from rev 257731, mupen64plus/trunk/PKGBUILD)
  mupen64plus/repos/community-staging-x86_64/ui-console-pic.patch
(from rev 257731, mupen64plus/trunk/ui-console-pic.patch)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-i686/ui-console-pic.patch   |   12 ++
 community-staging-x86_64/PKGBUILD |   45 
 community-staging-x86_64/ui-console-pic.patch |   12 ++
 4 files changed, 114 insertions(+)

Copied: mupen64plus/repos/community-staging-i686/PKGBUILD (from rev 257731, 
mupen64plus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-15 21:23:43 UTC (rev 257732)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Laurent Carlier 
+# Contributor: Allan McRae 
+# Contributor: Zephyr
+
+pkgname=mupen64plus
+pkgver=2.5
+pkgrel=9
+pkgdesc='Nintendo64 Emulator'
+arch=('i686' 'x86_64')
+url='https://github.com/mupen64plus/mupen64plus-core'
+license=('GPL')
+depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2' 'boost-libs')
+makedepends=('mesa' 'boost')
+source=("https://github.com/mupen64plus/mupen64plus-core/releases/download/2.5/mupen64plus-bundle-src-${pkgver}.tar.gz;
+'ui-console-pic.patch')
+sha256sums=('9c75b9d826f2d24666175f723a97369b3a6ee159b307f7cc876bbb4facdbba66'
+'bb4784de177aaa4c0b4f5d07b14ae020f3b47e6aa524df65366ac00eb169ee8f')
+
+prepare() {
+  cd mupen64plus-bundle-src-$pkgver
+  patch -p1 -i ../ui-console-pic.patch
+}
+
+build() {
+  cd mupen64plus-bundle-src-${pkgver}
+
+  if [[ $CARCH = 'i686' ]]; then
+export CFLAGS="${CFLAGS/-fno-plt/}"
+export CXXFLAGS="${CXXFLAGS/-fno-plt/}"
+  fi
+
+  sh m64p_build.sh
+}
+
+package() {
+  cd mupen64plus-bundle-src-$pkgver
+  
+  # set LDCONFIG since we are using fakeroot and scripts run root commands by 
checking the uid
+  ./m64p_install.sh DESTDIR="$pkgdir" PREFIX='/usr' MANDIR='/usr/share/man' 
LDCONFIG='true'
+}
+
+# vim: ts=2:sw=2:et

Copied: mupen64plus/repos/community-staging-i686/ui-console-pic.patch (from rev 
257731, mupen64plus/trunk/ui-console-pic.patch)
===
--- community-staging-i686/ui-console-pic.patch (rev 0)
+++ community-staging-i686/ui-console-pic.patch 2017-09-15 21:23:43 UTC (rev 
257732)
@@ -0,0 +1,12 @@
+diff --git a/source/mupen64plus-ui-console/projects/unix/Makefile 
b/source/mupen64plus-ui-console/projects/unix/Makefile
+index a4a05e3..199f27f 100755
+--- a/source/mupen64plus-ui-console/projects/unix/Makefile
 b/source/mupen64plus-ui-console/projects/unix/Makefile
+@@ -90,6 +90,7 @@ endif
+ 
+ # set special flags per-system
+ ifeq ($(OS), LINUX)
++  CFLAGS += -fPIC
+   LDLIBS += -ldl
+ endif
+ ifeq ($(OS), OSX)

Copied: mupen64plus/repos/community-staging-x86_64/PKGBUILD (from rev 257731, 
mupen64plus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-15 21:23:43 UTC (rev 257732)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Laurent Carlier 
+# Contributor: Allan McRae 
+# Contributor: Zephyr
+
+pkgname=mupen64plus
+pkgver=2.5
+pkgrel=9
+pkgdesc='Nintendo64 Emulator'
+arch=('i686' 'x86_64')
+url='https://github.com/mupen64plus/mupen64plus-core'
+license=('GPL')
+depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2' 'boost-libs')
+makedepends=('mesa' 'boost')
+source=("https://github.com/mupen64plus/mupen64plus-core/releases/download/2.5/mupen64plus-bundle-src-${pkgver}.tar.gz;
+'ui-console-pic.patch')
+sha256sums=('9c75b9d826f2d24666175f723a97369b3a6ee159b307f7cc876bbb4facdbba66'
+'bb4784de177aaa4c0b4f5d07b14ae020f3b47e6aa524df65366ac00eb169ee8f')
+
+prepare() {
+  cd mupen64plus-bundle-src-$pkgver
+  patch -p1 -i ../ui-console-pic.patch
+}
+
+build() {
+  cd mupen64plus-bundle-src-${pkgver}
+
+  if [[ $CARCH = 'i686' ]]; then
+ 

[arch-commits] Commit in mupen64plus/repos (6 files)

2013-07-18 Thread Jelle van der Waa
Date: Thursday, July 18, 2013 @ 18:50:52
  Author: jelle
Revision: 94277

db-move: moved mupen64plus from [community-testing] to [community] (i686, 
x86_64)

Added:
  mupen64plus/repos/community-i686/PKGBUILD
(from rev 94276, mupen64plus/repos/community-testing-i686/PKGBUILD)
  mupen64plus/repos/community-x86_64/PKGBUILD
(from rev 94276, mupen64plus/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  mupen64plus/repos/community-i686/PKGBUILD
  mupen64plus/repos/community-testing-i686/
  mupen64plus/repos/community-testing-x86_64/
  mupen64plus/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-18 16:46:21 UTC (rev 94276)
+++ community-i686/PKGBUILD 2013-07-18 16:50:52 UTC (rev 94277)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Zephyr
-
-pkgname=mupen64plus
-pkgver=1.99.5
-pkgrel=6
-pkgdesc='Nintendo64 Emulator'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/mupen64plus/'
-license=('GPL')
-depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2')
-makedepends=('mesa')
-source=(http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${pkgver}.tar.gz;)
-md5sums=('93772a6d6fc6a63353462deae8a6db71')
-
-build() {
-  cd mupen64plus-bundle-src-${pkgver}
-
-  sh m64p_build.sh
-}
-
-package() {
-  cd mupen64plus-bundle-src-$pkgver
-  
-  # set LDCONFIG since we are using fakeroot and scripts run root commands by 
checking the uid
-  ./m64p_install.sh DESTDIR=$pkgdir PREFIX='/usr' MANDIR='/usr/share/man' 
LDCONFIG='true'
-}
-
-# vim: ts=2:sw=2:et

Copied: mupen64plus/repos/community-i686/PKGBUILD (from rev 94276, 
mupen64plus/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-18 16:50:52 UTC (rev 94277)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Zephyr
+
+pkgname=mupen64plus
+pkgver=2.0
+pkgrel=1
+pkgdesc='Nintendo64 Emulator'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/mupen64plus/'
+license=('GPL')
+depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2' 'boost-libs')
+makedepends=('mesa' 'boost')
+source=(http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${pkgver}.tar.gz;)
+md5sums=('f855b4233faa9616b780c364fc4a9a9a')
+
+build() {
+  cd mupen64plus-bundle-src-${pkgver}
+
+  sh m64p_build.sh
+}
+
+package() {
+  cd mupen64plus-bundle-src-$pkgver
+  
+  # set LDCONFIG since we are using fakeroot and scripts run root commands by 
checking the uid
+  ./m64p_install.sh DESTDIR=$pkgdir PREFIX='/usr' MANDIR='/usr/share/man' 
LDCONFIG='true'
+}
+
+# vim: ts=2:sw=2:et

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-18 16:46:21 UTC (rev 94276)
+++ community-x86_64/PKGBUILD   2013-07-18 16:50:52 UTC (rev 94277)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Zephyr
-
-pkgname=mupen64plus
-pkgver=1.99.5
-pkgrel=6
-pkgdesc='Nintendo64 Emulator'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/mupen64plus/'
-license=('GPL')
-depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2')
-makedepends=('mesa')
-source=(http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${pkgver}.tar.gz;)
-md5sums=('93772a6d6fc6a63353462deae8a6db71')
-
-build() {
-  cd mupen64plus-bundle-src-${pkgver}
-
-  sh m64p_build.sh
-}
-
-package() {
-  cd mupen64plus-bundle-src-$pkgver
-  
-  # set LDCONFIG since we are using fakeroot and scripts run root commands by 
checking the uid
-  ./m64p_install.sh DESTDIR=$pkgdir PREFIX='/usr' MANDIR='/usr/share/man' 
LDCONFIG='true'
-}
-
-# vim: ts=2:sw=2:et

Copied: mupen64plus/repos/community-x86_64/PKGBUILD (from rev 94276, 
mupen64plus/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-18 16:50:52 UTC (rev 94277)
@@ -0,0 +1,33 @@
+# $Id$
+# 

[arch-commits] Commit in mupen64plus/repos (6 files)

2013-07-15 Thread Jelle van der Waa
Date: Monday, July 15, 2013 @ 22:26:09
  Author: jelle
Revision: 94172

db-move: moved mupen64plus from [community-staging] to [community-testing] 
(i686, x86_64)

Added:
  mupen64plus/repos/community-testing-i686/
  mupen64plus/repos/community-testing-i686/PKGBUILD
(from rev 94171, mupen64plus/repos/community-staging-i686/PKGBUILD)
  mupen64plus/repos/community-testing-x86_64/
  mupen64plus/repos/community-testing-x86_64/PKGBUILD
(from rev 94171, mupen64plus/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  mupen64plus/repos/community-staging-i686/
  mupen64plus/repos/community-staging-x86_64/

---+
 community-testing-i686/PKGBUILD   |   33 +
 community-testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: mupen64plus/repos/community-testing-i686/PKGBUILD (from rev 94171, 
mupen64plus/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-07-15 20:26:09 UTC (rev 94172)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Zephyr
+
+pkgname=mupen64plus
+pkgver=2.0
+pkgrel=1
+pkgdesc='Nintendo64 Emulator'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/mupen64plus/'
+license=('GPL')
+depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2' 'boost-libs')
+makedepends=('mesa' 'boost')
+source=(http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${pkgver}.tar.gz;)
+md5sums=('f855b4233faa9616b780c364fc4a9a9a')
+
+build() {
+  cd mupen64plus-bundle-src-${pkgver}
+
+  sh m64p_build.sh
+}
+
+package() {
+  cd mupen64plus-bundle-src-$pkgver
+  
+  # set LDCONFIG since we are using fakeroot and scripts run root commands by 
checking the uid
+  ./m64p_install.sh DESTDIR=$pkgdir PREFIX='/usr' MANDIR='/usr/share/man' 
LDCONFIG='true'
+}
+
+# vim: ts=2:sw=2:et

Copied: mupen64plus/repos/community-testing-x86_64/PKGBUILD (from rev 94171, 
mupen64plus/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-07-15 20:26:09 UTC (rev 94172)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Zephyr
+
+pkgname=mupen64plus
+pkgver=2.0
+pkgrel=1
+pkgdesc='Nintendo64 Emulator'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/mupen64plus/'
+license=('GPL')
+depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2' 'boost-libs')
+makedepends=('mesa' 'boost')
+source=(http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${pkgver}.tar.gz;)
+md5sums=('f855b4233faa9616b780c364fc4a9a9a')
+
+build() {
+  cd mupen64plus-bundle-src-${pkgver}
+
+  sh m64p_build.sh
+}
+
+package() {
+  cd mupen64plus-bundle-src-$pkgver
+  
+  # set LDCONFIG since we are using fakeroot and scripts run root commands by 
checking the uid
+  ./m64p_install.sh DESTDIR=$pkgdir PREFIX='/usr' MANDIR='/usr/share/man' 
LDCONFIG='true'
+}
+
+# vim: ts=2:sw=2:et



[arch-commits] Commit in mupen64plus/repos (6 files)

2013-07-07 Thread Jelle van der Waa
Date: Sunday, July 7, 2013 @ 11:24:45
  Author: jelle
Revision: 93609

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  mupen64plus/repos/community-staging-i686/
  mupen64plus/repos/community-staging-i686/PKGBUILD
(from rev 93608, mupen64plus/trunk/PKGBUILD)
  mupen64plus/repos/community-staging-x86_64/
  mupen64plus/repos/community-staging-x86_64/PKGBUILD
(from rev 93608, mupen64plus/trunk/PKGBUILD)
Deleted:
  mupen64plus/repos/community-staging-i686/PKGBUILD
  mupen64plus/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-staging-i686/PKGBUILD   |   33 --
 community-staging-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-04-27 17:15:09 UTC (rev 89181)
+++ community-staging-i686/PKGBUILD 2013-07-07 09:24:45 UTC (rev 93609)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Zephyr
-
-pkgname=mupen64plus
-pkgver=1.99.5
-pkgrel=6
-pkgdesc='Nintendo64 Emulator'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/mupen64plus/'
-license=('GPL')
-depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2')
-makedepends=('mesa')
-source=(http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${pkgver}.tar.gz;)
-md5sums=('93772a6d6fc6a63353462deae8a6db71')
-
-build() {
-  cd mupen64plus-bundle-src-${pkgver}
-
-  sh m64p_build.sh
-}
-
-package() {
-  cd mupen64plus-bundle-src-$pkgver
-  
-  # set LDCONFIG since we are using fakeroot and scripts run root commands by 
checking the uid
-  ./m64p_install.sh DESTDIR=$pkgdir PREFIX='/usr' MANDIR='/usr/share/man' 
LDCONFIG='true'
-}
-
-# vim: ts=2:sw=2:et

Copied: mupen64plus/repos/community-staging-i686/PKGBUILD (from rev 93608, 
mupen64plus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-07 09:24:45 UTC (rev 93609)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Zephyr
+
+pkgname=mupen64plus
+pkgver=2.0
+pkgrel=1
+pkgdesc='Nintendo64 Emulator'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/mupen64plus/'
+license=('GPL')
+depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2' 'boost-libs')
+makedepends=('mesa' 'boost')
+source=(http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${pkgver}.tar.gz;)
+md5sums=('f855b4233faa9616b780c364fc4a9a9a')
+
+build() {
+  cd mupen64plus-bundle-src-${pkgver}
+
+  sh m64p_build.sh
+}
+
+package() {
+  cd mupen64plus-bundle-src-$pkgver
+  
+  # set LDCONFIG since we are using fakeroot and scripts run root commands by 
checking the uid
+  ./m64p_install.sh DESTDIR=$pkgdir PREFIX='/usr' MANDIR='/usr/share/man' 
LDCONFIG='true'
+}
+
+# vim: ts=2:sw=2:et

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2013-04-27 17:15:09 UTC (rev 89181)
+++ community-staging-x86_64/PKGBUILD   2013-07-07 09:24:45 UTC (rev 93609)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Zephyr
-
-pkgname=mupen64plus
-pkgver=1.99.5
-pkgrel=6
-pkgdesc='Nintendo64 Emulator'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/mupen64plus/'
-license=('GPL')
-depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2')
-makedepends=('mesa')
-source=(http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${pkgver}.tar.gz;)
-md5sums=('93772a6d6fc6a63353462deae8a6db71')
-
-build() {
-  cd mupen64plus-bundle-src-${pkgver}
-
-  sh m64p_build.sh
-}
-
-package() {
-  cd mupen64plus-bundle-src-$pkgver
-  
-  # set LDCONFIG since we are using fakeroot and scripts run root commands by 
checking the uid
-  ./m64p_install.sh DESTDIR=$pkgdir PREFIX='/usr' MANDIR='/usr/share/man' 
LDCONFIG='true'
-}
-
-# vim: ts=2:sw=2:et

Copied: mupen64plus/repos/community-staging-x86_64/PKGBUILD (from rev 93608, 
mupen64plus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-07 09:24:45 UTC (rev 93609)