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

Evangelos Foutras foutrelis at archlinux.org
Sun Nov 1 12:53:14 UTC 2015


    Date: Sunday, November 1, 2015 @ 13:53:14
  Author: foutrelis
Revision: 145437

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

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

-------------------------------------------+
 community-staging-i686/ChangeLog          |    2 +
 community-staging-i686/PKGBUILD           |   38 ++++++++++++++++++++++++++++
 community-staging-i686/giflib-5.1.patch   |   30 ++++++++++++++++++++++
 community-staging-x86_64/ChangeLog        |    2 +
 community-staging-x86_64/PKGBUILD         |   38 ++++++++++++++++++++++++++++
 community-staging-x86_64/giflib-5.1.patch |   30 ++++++++++++++++++++++
 6 files changed, 140 insertions(+)

Copied: gnustep-gui/repos/community-staging-i686/ChangeLog (from rev 145436, gnustep-gui/trunk/ChangeLog)
===================================================================
--- community-staging-i686/ChangeLog	                        (rev 0)
+++ community-staging-i686/ChangeLog	2015-11-01 12:53:14 UTC (rev 145437)
@@ -0,0 +1,2 @@
+2007-06-27 tardo <tardo at nagi-fanboi.net>
+* version upgrade

Copied: gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 145436, gnustep-gui/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-11-01 12:53:14 UTC (rev 145437)
@@ -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.1
+pkgrel=2
+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=('0ff1d513ba4159ba39f16229a9a87eaa'
+         '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-i686/giflib-5.1.patch (from rev 145436, gnustep-gui/trunk/giflib-5.1.patch)
===================================================================
--- community-staging-i686/giflib-5.1.patch	                        (rev 0)
+++ community-staging-i686/giflib-5.1.patch	2015-11-01 12:53:14 UTC (rev 145437)
@@ -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;
+ }

Copied: gnustep-gui/repos/community-staging-x86_64/ChangeLog (from rev 145436, gnustep-gui/trunk/ChangeLog)
===================================================================
--- community-staging-x86_64/ChangeLog	                        (rev 0)
+++ community-staging-x86_64/ChangeLog	2015-11-01 12:53:14 UTC (rev 145437)
@@ -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 145436, gnustep-gui/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-11-01 12:53:14 UTC (rev 145437)
@@ -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.1
+pkgrel=2
+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=('0ff1d513ba4159ba39f16229a9a87eaa'
+         '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 145436, 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-11-01 12:53:14 UTC (rev 145437)
@@ -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