[arch-commits] Commit in desmume/trunk (PKGBUILD glx_3Demu.patch)

Jakob Gruber schuay at archlinux.org
Sun Jun 21 14:13:04 UTC 2015


    Date: Sunday, June 21, 2015 @ 16:13:03
  Author: schuay
Revision: 135657

desmume-0.9.11-1

Modified:
  desmume/trunk/PKGBUILD
Deleted:
  desmume/trunk/glx_3Demu.patch

-----------------+
 PKGBUILD        |   13 ++++---------
 glx_3Demu.patch |   25 -------------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-21 14:06:21 UTC (rev 135656)
+++ PKGBUILD	2015-06-21 14:13:03 UTC (rev 135657)
@@ -12,8 +12,8 @@
 # Contributor: Asher256 <achrafcherti at gmail dot com>
 
 pkgname=desmume
-pkgver=0.9.10
-pkgrel=4
+pkgver=0.9.11
+pkgrel=1
 pkgdesc="Nintendo DS emulator"
 arch=('i686' 'x86_64')
 url="http://desmume.org/"
@@ -21,15 +21,11 @@
 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")
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
 
 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
@@ -45,5 +41,4 @@
   make DESTDIR="$pkgdir/" install
 }
 
-md5sums=('a6aedfe5d6437d481aa9ac5fb5aebbea'
-         '352ea0ffa109f68da2fb79f30d2c85e2')
+md5sums=('269b5d4ddc5715720469a9d0efc53044')

Deleted: glx_3Demu.patch
===================================================================
--- glx_3Demu.patch	2015-06-21 14:06:21 UTC (rev 135656)
+++ glx_3Demu.patch	2015-06-21 14:13:03 UTC (rev 135657)
@@ -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();
- 



More information about the arch-commits mailing list