Date: Friday, October 17, 2014 @ 19:18:45 Author: jelle Revision: 120918
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 120916, gnustep-gui/trunk/ChangeLog) gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 120916, gnustep-gui/trunk/PKGBUILD) gnustep-gui/repos/community-staging-i686/giflib-5.1.patch (from rev 120916, gnustep-gui/trunk/giflib-5.1.patch) gnustep-gui/repos/community-staging-x86_64/ gnustep-gui/repos/community-staging-x86_64/ChangeLog (from rev 120917, gnustep-gui/trunk/ChangeLog) gnustep-gui/repos/community-staging-x86_64/PKGBUILD (from rev 120917, gnustep-gui/trunk/PKGBUILD) gnustep-gui/repos/community-staging-x86_64/giflib-5.1.patch (from rev 120917, 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 120916, gnustep-gui/trunk/ChangeLog) =================================================================== --- community-staging-i686/ChangeLog (rev 0) +++ community-staging-i686/ChangeLog 2014-10-17 17:18:45 UTC (rev 120918) @@ -0,0 +1,2 @@ +2007-06-27 tardo <ta...@nagi-fanboi.net> +* version upgrade Copied: gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 120916, gnustep-gui/trunk/PKGBUILD) =================================================================== --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2014-10-17 17:18:45 UTC (rev 120918) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Maintainer: Vesa Kaihlavirta <ve...@iki.fi> +# Contributor: Sebastian Sareyko <pub...@nooms.de> + +pkgname=gnustep-gui +pkgver=0.24.0 +pkgrel=3 +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-i686/giflib-5.1.patch (from rev 120916, gnustep-gui/trunk/giflib-5.1.patch) =================================================================== --- community-staging-i686/giflib-5.1.patch (rev 0) +++ community-staging-i686/giflib-5.1.patch 2014-10-17 17:18:45 UTC (rev 120918) @@ -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 120917, gnustep-gui/trunk/ChangeLog) =================================================================== --- community-staging-x86_64/ChangeLog (rev 0) +++ community-staging-x86_64/ChangeLog 2014-10-17 17:18:45 UTC (rev 120918) @@ -0,0 +1,2 @@ +2007-06-27 tardo <ta...@nagi-fanboi.net> +* version upgrade Copied: gnustep-gui/repos/community-staging-x86_64/PKGBUILD (from rev 120917, gnustep-gui/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2014-10-17 17:18:45 UTC (rev 120918) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Maintainer: Vesa Kaihlavirta <ve...@iki.fi> +# Contributor: Sebastian Sareyko <pub...@nooms.de> + +pkgname=gnustep-gui +pkgver=0.24.0 +pkgrel=3 +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 120917, 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 2014-10-17 17:18:45 UTC (rev 120918) @@ -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; + }