[arch-commits] Commit in gnustep-gui/repos (4 files)

Sergej Pupykin spupykin at archlinux.org
Sun Apr 5 22:19:31 UTC 2015


    Date: Monday, April 6, 2015 @ 00:19:31
  Author: spupykin
Revision: 130738

archrelease: copy trunk to community-staging-x86_64

Added:
  gnustep-gui/repos/community-staging-x86_64/
  gnustep-gui/repos/community-staging-x86_64/ChangeLog
    (from rev 130737, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-x86_64/PKGBUILD
    (from rev 130737, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-x86_64/giflib-5.1.patch
    (from rev 130737, gnustep-gui/trunk/giflib-5.1.patch)

------------------+
 ChangeLog        |    2 ++
 PKGBUILD         |   38 ++++++++++++++++++++++++++++++++++++++
 giflib-5.1.patch |   30 ++++++++++++++++++++++++++++++
 3 files changed, 70 insertions(+)

Copied: gnustep-gui/repos/community-staging-x86_64/ChangeLog (from rev 130737, gnustep-gui/trunk/ChangeLog)
===================================================================
--- community-staging-x86_64/ChangeLog	                        (rev 0)
+++ community-staging-x86_64/ChangeLog	2015-04-05 22:19:31 UTC (rev 130738)
@@ -0,0 +1,2 @@
+2007-06-27 tardo <tardo at nagi-fanboi.net>
+* version upgrade

Copied: gnustep-gui/repos/community-staging-x86_64/PKGBUILD (from rev 130737, gnustep-gui/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-04-05 22:19:31 UTC (rev 130738)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: Sebastian Sareyko <public at nooms.de>
+
+pkgname=gnustep-gui
+pkgver=0.24.0
+pkgrel=4
+pkgdesc="The GNUstep GUI class library"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/"
+license=('LGPL')
+depends=('gnustep-back' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 'giflib' 'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+        giflib-5.1.patch)
+md5sums=('bd289f0c7b2626d093ad92364069b9a7'
+         '78b6470b9a43ac7025621fef07d2faef')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i ../giflib-5.1.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnustep-gui/repos/community-staging-x86_64/giflib-5.1.patch (from rev 130737, gnustep-gui/trunk/giflib-5.1.patch)
===================================================================
--- community-staging-x86_64/giflib-5.1.patch	                        (rev 0)
+++ community-staging-x86_64/giflib-5.1.patch	2015-04-05 22:19:31 UTC (rev 130738)
@@ -0,0 +1,30 @@
+diff -wbBur gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m
+--- gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m	2013-11-24 15:56:33.000000000 +0400
++++ gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m	2014-05-29 18:48:13.333993653 +0400
+@@ -161,7 +161,7 @@
+       return NO;
+     }
+ 
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+   return YES;
+ }
+ 
+@@ -180,7 +180,7 @@
+    SET_ERROR_MSG(msg); \
+    if (file != NULL) \
+      {\
+-       DGifCloseFile(file); \
++       DGifCloseFile(file, NULL); \
+      }\
+    if (imgBuffer != NULL) \
+      {\
+@@ -392,7 +392,7 @@
+           withValue: [NSNumber numberWithInt: 0]];
+ 
+   /* don't forget to close the gif */
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+ 
+   return self;
+ }



More information about the arch-commits mailing list