[arch-commits] Commit in fbida/trunk (PKGBUILD ida-PrintGifError.patch)

Eric Bélanger eric at nymeria.archlinux.org
Wed May 28 20:01:11 UTC 2014


    Date: Wednesday, May 28, 2014 @ 22:01:11
  Author: eric
Revision: 213733

upgpkg: fbida 2.09-4

Rebuild against giflib 5.1.0

Modified:
  fbida/trunk/PKGBUILD
  fbida/trunk/ida-PrintGifError.patch

-------------------------+
 PKGBUILD                |    4 ++--
 ida-PrintGifError.patch |   22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-28 19:25:30 UTC (rev 213732)
+++ PKGBUILD	2014-05-28 20:01:11 UTC (rev 213733)
@@ -3,7 +3,7 @@
 
 pkgname=fbida
 pkgver=2.09
-pkgrel=3
+pkgrel=4
 pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, ida, exiftran"
 arch=('i686' 'x86_64')
 url="http://www.kraxel.org/blog/linux/fbida/"
@@ -17,7 +17,7 @@
 sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
           'SKIP'
           'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
-          '4e7ed05fbfba46296aae11a9768680109bee8ac5')
+          'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
 
 prepare() {
   cd ${pkgname}-${pkgver}

Modified: ida-PrintGifError.patch
===================================================================
--- ida-PrintGifError.patch	2014-05-28 19:25:30 UTC (rev 213732)
+++ ida-PrintGifError.patch	2014-05-28 20:01:11 UTC (rev 213733)
@@ -59,3 +59,25 @@
  	    }
  	    if (NULL == h->gif->SColorMap &&
  		NULL == h->gif->Image.ColorMap) {
+@@ -165,7 +165,7 @@
+  oops:
+     if (debug)
+ 	fprintf(stderr,"gif: fatal error, aborting\n");
+-    DGifCloseFile(h->gif);
++    DGifCloseFile(h->gif, &Error);
+     fclose(h->infile);
+     free(h->row);
+     free(h);
+@@ -202,10 +202,11 @@
+ gif_done(void *data)
+ {
+     struct gif_state *h = data;
++    int Error;
+ 
+     if (debug)
+ 	fprintf(stderr,"gif: done, cleaning up\n");
+-    DGifCloseFile(h->gif);
++    DGifCloseFile(h->gif, &Error);
+     fclose(h->infile);
+     if (h->il)
+ 	free(h->il);




More information about the arch-commits mailing list