[arch-commits] Commit in desmume/repos (12 files)

Felix Yan fyan at archlinux.org
Mon Aug 11 23:35:25 UTC 2014


    Date: Tuesday, August 12, 2014 @ 01:35:24
  Author: fyan
Revision: 117206

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

Added:
  desmume/repos/community-i686/PKGBUILD
    (from rev 117205, desmume/trunk/PKGBUILD)
  desmume/repos/community-i686/desmume.install
    (from rev 117205, desmume/trunk/desmume.install)
  desmume/repos/community-i686/glx_3Demu.patch
    (from rev 117205, desmume/trunk/glx_3Demu.patch)
  desmume/repos/community-x86_64/PKGBUILD
    (from rev 117205, desmume/trunk/PKGBUILD)
  desmume/repos/community-x86_64/desmume.install
    (from rev 117205, desmume/trunk/desmume.install)
  desmume/repos/community-x86_64/glx_3Demu.patch
    (from rev 117205, desmume/trunk/glx_3Demu.patch)
Deleted:
  desmume/repos/community-i686/PKGBUILD
  desmume/repos/community-i686/desmume.install
  desmume/repos/community-i686/glx_3Demu.patch
  desmume/repos/community-x86_64/PKGBUILD
  desmume/repos/community-x86_64/desmume.install
  desmume/repos/community-x86_64/glx_3Demu.patch

----------------------------------+
 /PKGBUILD                        |   98 +++++++++++++++++++++++++++++++++++++
 /desmume.install                 |   22 ++++++++
 /glx_3Demu.patch                 |   50 ++++++++++++++++++
 community-i686/PKGBUILD          |   48 ------------------
 community-i686/desmume.install   |   11 ----
 community-i686/glx_3Demu.patch   |   25 ---------
 community-x86_64/PKGBUILD        |   48 ------------------
 community-x86_64/desmume.install |   11 ----
 community-x86_64/glx_3Demu.patch |   25 ---------
 9 files changed, 170 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-08-11 23:34:35 UTC (rev 117205)
+++ community-i686/PKGBUILD	2014-08-11 23:35:24 UTC (rev 117206)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: schuay <jakob.gruber at gmail.com>
-# Contributor: Jonathan Conder <jonno dot conder at gmail dot com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Arkham <arkham at archlinux dot us>
-# Contributor: Nathan Jones <nathanj at insightbb.com>
-# Contributor: Javier "Phrodo_00" Aravena <phrodo.00 at gmail dot com>
-# Contributor: angvp <angvp at archlinux dot us>
-# Contributor: Allan <mcrae_allan at hotmail dot com>
-# Contributor: w0rm <w0rmtux at gmail dot com>
-# Contributor: vEX <vex at niechift dot com>
-# Contributor: Asher256 <achrafcherti at gmail dot com>
-
-pkgname=desmume
-pkgver=0.9.10
-pkgrel=3
-pkgdesc="Nintendo DS emulator"
-arch=('i686' 'x86_64')
-url="http://desmume.org/"
-license=('GPL')
-depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 'gtk2' 'zziplib')
-makedepends=('intltool' 'mesa')
-install=desmume.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
-        "glx_3Demu.patch")
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # http://sourceforge.net/p/desmume/code/4907/
-  patch -Np2 < "$srcdir"/glx_3Demu.patch
-
-  # See https://bugs.archlinux.org/task/35086 and
-  # https://sourceforge.net/tracker/?func=detail&aid=3612768&group_id=164579&atid=832291
-  sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
-
-  ./configure --prefix=/usr --enable-wifi --enable-openal
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}
-
-md5sums=('a6aedfe5d6437d481aa9ac5fb5aebbea'
-         '352ea0ffa109f68da2fb79f30d2c85e2')

Copied: desmume/repos/community-i686/PKGBUILD (from rev 117205, desmume/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-08-11 23:35:24 UTC (rev 117206)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Contributor: Jonathan Conder <jonno dot conder at gmail dot com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Arkham <arkham at archlinux dot us>
+# Contributor: Nathan Jones <nathanj at insightbb.com>
+# Contributor: Javier "Phrodo_00" Aravena <phrodo.00 at gmail dot com>
+# Contributor: angvp <angvp at archlinux dot us>
+# Contributor: Allan <mcrae_allan at hotmail dot com>
+# Contributor: w0rm <w0rmtux at gmail dot com>
+# Contributor: vEX <vex at niechift dot com>
+# Contributor: Asher256 <achrafcherti at gmail dot com>
+
+pkgname=desmume
+pkgver=0.9.10
+pkgrel=4
+pkgdesc="Nintendo DS emulator"
+arch=('i686' 'x86_64')
+url="http://desmume.org/"
+license=('GPL')
+depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 'gtk2' 'zziplib')
+makedepends=('intltool' 'mesa' 'clang')
+install=desmume.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
+        "glx_3Demu.patch")
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # http://sourceforge.net/p/desmume/code/4907/
+  patch -Np2 < "$srcdir"/glx_3Demu.patch
+
+  # See https://bugs.archlinux.org/task/35086 and
+  # https://sourceforge.net/tracker/?func=detail&aid=3612768&group_id=164579&atid=832291
+  sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
+
+  # Using clang to workaround FS#41476
+  ./configure --prefix=/usr --enable-wifi --enable-openal CC=clang CXX=clang++
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('a6aedfe5d6437d481aa9ac5fb5aebbea'
+         '352ea0ffa109f68da2fb79f30d2c85e2')

Deleted: community-i686/desmume.install
===================================================================
--- community-i686/desmume.install	2014-08-11 23:34:35 UTC (rev 117205)
+++ community-i686/desmume.install	2014-08-11 23:35:24 UTC (rev 117206)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: desmume/repos/community-i686/desmume.install (from rev 117205, desmume/trunk/desmume.install)
===================================================================
--- community-i686/desmume.install	                        (rev 0)
+++ community-i686/desmume.install	2014-08-11 23:35:24 UTC (rev 117206)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-i686/glx_3Demu.patch
===================================================================
--- community-i686/glx_3Demu.patch	2014-08-11 23:34:35 UTC (rev 117205)
+++ community-i686/glx_3Demu.patch	2014-08-11 23:35:24 UTC (rev 117206)
@@ -1,25 +0,0 @@
---- src/desmume-0.9.10/src/gtk/glx_3Demu.cpp	2013-11-28 01:36:53.712615822 +0100
-+++ glx_3Demu.cpp	2013-11-28 22:08:52.762390897 +0100
-@@ -41,11 +41,7 @@
-         glXDestroyContext(dpy, ctx);
- 
-         XCloseDisplay(dpy);
--
--        return true;
-     }
--
--    return false;
- }
- 
- int init_glx_3Demu(void) 
---- src/desmume-0.9.10/src/gtk/glx_3Demu.cpp	2013-11-28 01:36:53.712615822 +0100
-+++ glx_3Demu.cpp	2013-11-28 22:14:34.529740137 +0100
-@@ -31,7 +31,7 @@
- static GLXContext ctx;
- static GLXPbuffer pbuf;
- 
--void deinit_glx_3Demu(void)
-+int deinit_glx_3Demu(void)
- {
-     Display *dpy = glXGetCurrentDisplay();
- 

Copied: desmume/repos/community-i686/glx_3Demu.patch (from rev 117205, desmume/trunk/glx_3Demu.patch)
===================================================================
--- community-i686/glx_3Demu.patch	                        (rev 0)
+++ community-i686/glx_3Demu.patch	2014-08-11 23:35:24 UTC (rev 117206)
@@ -0,0 +1,25 @@
+--- src/desmume-0.9.10/src/gtk/glx_3Demu.cpp	2013-11-28 01:36:53.712615822 +0100
++++ glx_3Demu.cpp	2013-11-28 22:08:52.762390897 +0100
+@@ -41,11 +41,7 @@
+         glXDestroyContext(dpy, ctx);
+ 
+         XCloseDisplay(dpy);
+-
+-        return true;
+     }
+-
+-    return false;
+ }
+ 
+ int init_glx_3Demu(void) 
+--- src/desmume-0.9.10/src/gtk/glx_3Demu.cpp	2013-11-28 01:36:53.712615822 +0100
++++ glx_3Demu.cpp	2013-11-28 22:14:34.529740137 +0100
+@@ -31,7 +31,7 @@
+ static GLXContext ctx;
+ static GLXPbuffer pbuf;
+ 
+-void deinit_glx_3Demu(void)
++int deinit_glx_3Demu(void)
+ {
+     Display *dpy = glXGetCurrentDisplay();
+ 

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-08-11 23:34:35 UTC (rev 117205)
+++ community-x86_64/PKGBUILD	2014-08-11 23:35:24 UTC (rev 117206)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: schuay <jakob.gruber at gmail.com>
-# Contributor: Jonathan Conder <jonno dot conder at gmail dot com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Arkham <arkham at archlinux dot us>
-# Contributor: Nathan Jones <nathanj at insightbb.com>
-# Contributor: Javier "Phrodo_00" Aravena <phrodo.00 at gmail dot com>
-# Contributor: angvp <angvp at archlinux dot us>
-# Contributor: Allan <mcrae_allan at hotmail dot com>
-# Contributor: w0rm <w0rmtux at gmail dot com>
-# Contributor: vEX <vex at niechift dot com>
-# Contributor: Asher256 <achrafcherti at gmail dot com>
-
-pkgname=desmume
-pkgver=0.9.10
-pkgrel=3
-pkgdesc="Nintendo DS emulator"
-arch=('i686' 'x86_64')
-url="http://desmume.org/"
-license=('GPL')
-depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 'gtk2' 'zziplib')
-makedepends=('intltool' 'mesa')
-install=desmume.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
-        "glx_3Demu.patch")
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # http://sourceforge.net/p/desmume/code/4907/
-  patch -Np2 < "$srcdir"/glx_3Demu.patch
-
-  # See https://bugs.archlinux.org/task/35086 and
-  # https://sourceforge.net/tracker/?func=detail&aid=3612768&group_id=164579&atid=832291
-  sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
-
-  ./configure --prefix=/usr --enable-wifi --enable-openal
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}
-
-md5sums=('a6aedfe5d6437d481aa9ac5fb5aebbea'
-         '352ea0ffa109f68da2fb79f30d2c85e2')

Copied: desmume/repos/community-x86_64/PKGBUILD (from rev 117205, desmume/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-08-11 23:35:24 UTC (rev 117206)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Contributor: Jonathan Conder <jonno dot conder at gmail dot com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Arkham <arkham at archlinux dot us>
+# Contributor: Nathan Jones <nathanj at insightbb.com>
+# Contributor: Javier "Phrodo_00" Aravena <phrodo.00 at gmail dot com>
+# Contributor: angvp <angvp at archlinux dot us>
+# Contributor: Allan <mcrae_allan at hotmail dot com>
+# Contributor: w0rm <w0rmtux at gmail dot com>
+# Contributor: vEX <vex at niechift dot com>
+# Contributor: Asher256 <achrafcherti at gmail dot com>
+
+pkgname=desmume
+pkgver=0.9.10
+pkgrel=4
+pkgdesc="Nintendo DS emulator"
+arch=('i686' 'x86_64')
+url="http://desmume.org/"
+license=('GPL')
+depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 'gtk2' 'zziplib')
+makedepends=('intltool' 'mesa' 'clang')
+install=desmume.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
+        "glx_3Demu.patch")
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # http://sourceforge.net/p/desmume/code/4907/
+  patch -Np2 < "$srcdir"/glx_3Demu.patch
+
+  # See https://bugs.archlinux.org/task/35086 and
+  # https://sourceforge.net/tracker/?func=detail&aid=3612768&group_id=164579&atid=832291
+  sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
+
+  # Using clang to workaround FS#41476
+  ./configure --prefix=/usr --enable-wifi --enable-openal CC=clang CXX=clang++
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('a6aedfe5d6437d481aa9ac5fb5aebbea'
+         '352ea0ffa109f68da2fb79f30d2c85e2')

Deleted: community-x86_64/desmume.install
===================================================================
--- community-x86_64/desmume.install	2014-08-11 23:34:35 UTC (rev 117205)
+++ community-x86_64/desmume.install	2014-08-11 23:35:24 UTC (rev 117206)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: desmume/repos/community-x86_64/desmume.install (from rev 117205, desmume/trunk/desmume.install)
===================================================================
--- community-x86_64/desmume.install	                        (rev 0)
+++ community-x86_64/desmume.install	2014-08-11 23:35:24 UTC (rev 117206)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/glx_3Demu.patch
===================================================================
--- community-x86_64/glx_3Demu.patch	2014-08-11 23:34:35 UTC (rev 117205)
+++ community-x86_64/glx_3Demu.patch	2014-08-11 23:35:24 UTC (rev 117206)
@@ -1,25 +0,0 @@
---- src/desmume-0.9.10/src/gtk/glx_3Demu.cpp	2013-11-28 01:36:53.712615822 +0100
-+++ glx_3Demu.cpp	2013-11-28 22:08:52.762390897 +0100
-@@ -41,11 +41,7 @@
-         glXDestroyContext(dpy, ctx);
- 
-         XCloseDisplay(dpy);
--
--        return true;
-     }
--
--    return false;
- }
- 
- int init_glx_3Demu(void) 
---- src/desmume-0.9.10/src/gtk/glx_3Demu.cpp	2013-11-28 01:36:53.712615822 +0100
-+++ glx_3Demu.cpp	2013-11-28 22:14:34.529740137 +0100
-@@ -31,7 +31,7 @@
- static GLXContext ctx;
- static GLXPbuffer pbuf;
- 
--void deinit_glx_3Demu(void)
-+int deinit_glx_3Demu(void)
- {
-     Display *dpy = glXGetCurrentDisplay();
- 

Copied: desmume/repos/community-x86_64/glx_3Demu.patch (from rev 117205, desmume/trunk/glx_3Demu.patch)
===================================================================
--- community-x86_64/glx_3Demu.patch	                        (rev 0)
+++ community-x86_64/glx_3Demu.patch	2014-08-11 23:35:24 UTC (rev 117206)
@@ -0,0 +1,25 @@
+--- src/desmume-0.9.10/src/gtk/glx_3Demu.cpp	2013-11-28 01:36:53.712615822 +0100
++++ glx_3Demu.cpp	2013-11-28 22:08:52.762390897 +0100
+@@ -41,11 +41,7 @@
+         glXDestroyContext(dpy, ctx);
+ 
+         XCloseDisplay(dpy);
+-
+-        return true;
+     }
+-
+-    return false;
+ }
+ 
+ int init_glx_3Demu(void) 
+--- src/desmume-0.9.10/src/gtk/glx_3Demu.cpp	2013-11-28 01:36:53.712615822 +0100
++++ glx_3Demu.cpp	2013-11-28 22:14:34.529740137 +0100
+@@ -31,7 +31,7 @@
+ static GLXContext ctx;
+ static GLXPbuffer pbuf;
+ 
+-void deinit_glx_3Demu(void)
++int deinit_glx_3Demu(void)
+ {
+     Display *dpy = glXGetCurrentDisplay();
+ 




More information about the arch-commits mailing list