[arch-commits] Commit in fbida/repos (14 files)

Eric Bélanger eric at archlinux.org
Wed Oct 21 20:53:35 UTC 2015


    Date: Wednesday, October 21, 2015 @ 22:53:34
  Author: eric
Revision: 249603

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  fbida/repos/extra-i686/PKGBUILD
    (from rev 249602, fbida/trunk/PKGBUILD)
  fbida/repos/extra-i686/fbida.install
    (from rev 249602, fbida/trunk/fbida.install)
  fbida/repos/extra-i686/ida-desktop.patch
    (from rev 249602, fbida/trunk/ida-desktop.patch)
  fbida/repos/extra-x86_64/PKGBUILD
    (from rev 249602, fbida/trunk/PKGBUILD)
  fbida/repos/extra-x86_64/fbida.install
    (from rev 249602, fbida/trunk/fbida.install)
  fbida/repos/extra-x86_64/ida-desktop.patch
    (from rev 249602, fbida/trunk/ida-desktop.patch)
Deleted:
  fbida/repos/extra-i686/PKGBUILD
  fbida/repos/extra-i686/fbida.install
  fbida/repos/extra-i686/ida-PrintGifError.patch
  fbida/repos/extra-i686/ida-desktop.patch
  fbida/repos/extra-x86_64/PKGBUILD
  fbida/repos/extra-x86_64/fbida.install
  fbida/repos/extra-x86_64/ida-PrintGifError.patch
  fbida/repos/extra-x86_64/ida-desktop.patch

--------------------------------------+
 /PKGBUILD                            |   80 +++++++++++++++++++++++++++++++
 /fbida.install                       |   22 ++++++++
 /ida-desktop.patch                   |   34 +++++++++++++
 extra-i686/PKGBUILD                  |   41 ----------------
 extra-i686/fbida.install             |   11 ----
 extra-i686/ida-PrintGifError.patch   |   83 ---------------------------------
 extra-i686/ida-desktop.patch         |   17 ------
 extra-x86_64/PKGBUILD                |   41 ----------------
 extra-x86_64/fbida.install           |   11 ----
 extra-x86_64/ida-PrintGifError.patch |   83 ---------------------------------
 extra-x86_64/ida-desktop.patch       |   17 ------
 11 files changed, 136 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-10-21 20:50:55 UTC (rev 249602)
+++ extra-i686/PKGBUILD	2015-10-21 20:53:34 UTC (rev 249603)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=fbida
-pkgver=2.09
-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/"
-license=('GPL2')
-depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 'desktop-file-utils')
-makedepends=('libxpm' 'imagemagick')
-optdepends=('ghostscript: to use fbgs')
-install=fbida.install
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-        ida-desktop.patch ida-PrintGifError.patch)
-sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
-          'SKIP'
-          'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
-          'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
-validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
-  patch -p0 -i "${srcdir}/ida-desktop.patch"
-  patch -p1 -i "${srcdir}/ida-PrintGifError.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make verbose=yes
-  convert -resize 25% logo.jpg ida.png
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make STRIP="" DESTDIR="${pkgdir}" prefix=/usr install
-  install -D -m644 desktop/ida.desktop "${pkgdir}/usr/share/applications/ida.desktop"
-  install -D -m644 ida.png "${pkgdir}/usr/share/pixmaps/ida.png"
-}

Copied: fbida/repos/extra-i686/PKGBUILD (from rev 249602, fbida/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-10-21 20:53:34 UTC (rev 249603)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=fbida
+pkgver=2.10
+pkgrel=1
+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/"
+license=('GPL2')
+depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 'desktop-file-utils')
+makedepends=('libxpm' 'imagemagick')
+optdepends=('ghostscript: to use fbgs')
+install=fbida.install
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+        ida-desktop.patch)
+sha1sums=('127d80f258d429ff8f2474949b1cf0ab78682ff7'
+          'SKIP'
+          'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
+validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  patch -p0 -i "${srcdir}/ida-desktop.patch"
+  echo 2.10 > VERSION
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make verbose=yes
+  convert -resize 25% logo.jpg ida.png
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make STRIP="" DESTDIR="${pkgdir}" prefix=/usr install
+  install -D -m644 desktop/ida.desktop "${pkgdir}/usr/share/applications/ida.desktop"
+  install -D -m644 ida.png "${pkgdir}/usr/share/pixmaps/ida.png"
+}

Deleted: extra-i686/fbida.install
===================================================================
--- extra-i686/fbida.install	2015-10-21 20:50:55 UTC (rev 249602)
+++ extra-i686/fbida.install	2015-10-21 20:53:34 UTC (rev 249603)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: fbida/repos/extra-i686/fbida.install (from rev 249602, fbida/trunk/fbida.install)
===================================================================
--- extra-i686/fbida.install	                        (rev 0)
+++ extra-i686/fbida.install	2015-10-21 20:53:34 UTC (rev 249603)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-i686/ida-PrintGifError.patch
===================================================================
--- extra-i686/ida-PrintGifError.patch	2015-10-21 20:50:55 UTC (rev 249602)
+++ extra-i686/ida-PrintGifError.patch	2015-10-21 20:53:34 UTC (rev 249603)
@@ -1,83 +0,0 @@
-diff -Naur fbida-2.09-orig/rd/read-gif.c fbida-2.09/rd/read-gif.c
---- fbida-2.09-orig/rd/read-gif.c	2013-07-29 16:43:26.949362012 -0400
-+++ fbida-2.09/rd/read-gif.c	2013-07-29 16:43:43.669166969 -0400
-@@ -13,6 +13,14 @@
-     int w,h;
- };
- 
-+static void
-+localPrintGifError(void)
-+{
-+    int ErrorCode=0;
-+    GifErrorString(ErrorCode);
-+    fprintf(stderr, "\nGIF-LIB error: %i.\n", ErrorCode);
-+}
-+
- static GifRecordType
- gif_fileread(struct gif_state *h)
- {
-@@ -25,7 +33,7 @@
- 	if (GIF_ERROR == DGifGetRecordType(h->gif,&RecordType)) {
- 	    if (debug)
- 		fprintf(stderr,"gif: DGifGetRecordType failed\n");
--	    PrintGifError();
-+	    localPrintGifError();
- 	    return -1;
- 	}
- 	switch (RecordType) {
-@@ -42,7 +50,7 @@
- 		if (rc == GIF_ERROR) {
- 		    if (debug)
- 			fprintf(stderr,"gif: DGifGetExtension failed\n");
--		    PrintGifError();
-+		    localPrintGifError();
- 		    return -1;
- 		}
- 		if (debug) {
-@@ -93,12 +101,13 @@
-     struct gif_state *h;
-     GifRecordType RecordType;
-     int i, image = 0;
--    
-+    int Error;
-+
-     h = malloc(sizeof(*h));
-     memset(h,0,sizeof(*h));
- 
-     h->infile = fp;
--    h->gif = DGifOpenFileHandle(fileno(fp));
-+    h->gif = DGifOpenFileHandle(fileno(fp), &Error);
-     h->row = malloc(h->gif->SWidth * sizeof(GifPixelType));
- 
-     while (0 == image) {
-@@ -108,7 +117,7 @@
- 	    if (GIF_ERROR == DGifGetImageDesc(h->gif)) {
- 		if (debug)
- 		    fprintf(stderr,"gif: DGifGetImageDesc failed\n");
--		PrintGifError();
-+		localPrintGifError();
- 	    }
- 	    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);

Deleted: extra-i686/ida-desktop.patch
===================================================================
--- extra-i686/ida-desktop.patch	2015-10-21 20:50:55 UTC (rev 249602)
+++ extra-i686/ida-desktop.patch	2015-10-21 20:53:34 UTC (rev 249603)
@@ -1,17 +0,0 @@
---- desktop/ida.desktop~	2008-08-28 00:33:58.000000000 +0200
-+++ desktop/ida.desktop	2008-08-28 00:33:58.000000000 +0200
-@@ -1,9 +1,10 @@
- [Desktop Entry]
- Type=Application
--Encoding=UTF-8
- Name=ida
- GenericName=Image Viewer
-+Comment=Image Viewer
- Exec=ida %F
--Terminal=no
--Categories=Motif;Graphics;Viewer
--MimeType=image/jpeg;image/tiff;image/png
-+Terminal=false
-+Categories=Motif;Graphics;Viewer;
-+MimeType=image/jpeg;image/tiff;image/png;
-+Icon=ida

Copied: fbida/repos/extra-i686/ida-desktop.patch (from rev 249602, fbida/trunk/ida-desktop.patch)
===================================================================
--- extra-i686/ida-desktop.patch	                        (rev 0)
+++ extra-i686/ida-desktop.patch	2015-10-21 20:53:34 UTC (rev 249603)
@@ -0,0 +1,17 @@
+--- desktop/ida.desktop~	2008-08-28 00:33:58.000000000 +0200
++++ desktop/ida.desktop	2008-08-28 00:33:58.000000000 +0200
+@@ -1,9 +1,10 @@
+ [Desktop Entry]
+ Type=Application
+-Encoding=UTF-8
+ Name=ida
+ GenericName=Image Viewer
++Comment=Image Viewer
+ Exec=ida %F
+-Terminal=no
+-Categories=Motif;Graphics;Viewer
+-MimeType=image/jpeg;image/tiff;image/png
++Terminal=false
++Categories=Motif;Graphics;Viewer;
++MimeType=image/jpeg;image/tiff;image/png;
++Icon=ida

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-10-21 20:50:55 UTC (rev 249602)
+++ extra-x86_64/PKGBUILD	2015-10-21 20:53:34 UTC (rev 249603)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=fbida
-pkgver=2.09
-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/"
-license=('GPL2')
-depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 'desktop-file-utils')
-makedepends=('libxpm' 'imagemagick')
-optdepends=('ghostscript: to use fbgs')
-install=fbida.install
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-        ida-desktop.patch ida-PrintGifError.patch)
-sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
-          'SKIP'
-          'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
-          'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
-validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
-  patch -p0 -i "${srcdir}/ida-desktop.patch"
-  patch -p1 -i "${srcdir}/ida-PrintGifError.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make verbose=yes
-  convert -resize 25% logo.jpg ida.png
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make STRIP="" DESTDIR="${pkgdir}" prefix=/usr install
-  install -D -m644 desktop/ida.desktop "${pkgdir}/usr/share/applications/ida.desktop"
-  install -D -m644 ida.png "${pkgdir}/usr/share/pixmaps/ida.png"
-}

Copied: fbida/repos/extra-x86_64/PKGBUILD (from rev 249602, fbida/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-10-21 20:53:34 UTC (rev 249603)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=fbida
+pkgver=2.10
+pkgrel=1
+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/"
+license=('GPL2')
+depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 'desktop-file-utils')
+makedepends=('libxpm' 'imagemagick')
+optdepends=('ghostscript: to use fbgs')
+install=fbida.install
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+        ida-desktop.patch)
+sha1sums=('127d80f258d429ff8f2474949b1cf0ab78682ff7'
+          'SKIP'
+          'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717')
+validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  patch -p0 -i "${srcdir}/ida-desktop.patch"
+  echo 2.10 > VERSION
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make verbose=yes
+  convert -resize 25% logo.jpg ida.png
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make STRIP="" DESTDIR="${pkgdir}" prefix=/usr install
+  install -D -m644 desktop/ida.desktop "${pkgdir}/usr/share/applications/ida.desktop"
+  install -D -m644 ida.png "${pkgdir}/usr/share/pixmaps/ida.png"
+}

Deleted: extra-x86_64/fbida.install
===================================================================
--- extra-x86_64/fbida.install	2015-10-21 20:50:55 UTC (rev 249602)
+++ extra-x86_64/fbida.install	2015-10-21 20:53:34 UTC (rev 249603)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: fbida/repos/extra-x86_64/fbida.install (from rev 249602, fbida/trunk/fbida.install)
===================================================================
--- extra-x86_64/fbida.install	                        (rev 0)
+++ extra-x86_64/fbida.install	2015-10-21 20:53:34 UTC (rev 249603)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/ida-PrintGifError.patch
===================================================================
--- extra-x86_64/ida-PrintGifError.patch	2015-10-21 20:50:55 UTC (rev 249602)
+++ extra-x86_64/ida-PrintGifError.patch	2015-10-21 20:53:34 UTC (rev 249603)
@@ -1,83 +0,0 @@
-diff -Naur fbida-2.09-orig/rd/read-gif.c fbida-2.09/rd/read-gif.c
---- fbida-2.09-orig/rd/read-gif.c	2013-07-29 16:43:26.949362012 -0400
-+++ fbida-2.09/rd/read-gif.c	2013-07-29 16:43:43.669166969 -0400
-@@ -13,6 +13,14 @@
-     int w,h;
- };
- 
-+static void
-+localPrintGifError(void)
-+{
-+    int ErrorCode=0;
-+    GifErrorString(ErrorCode);
-+    fprintf(stderr, "\nGIF-LIB error: %i.\n", ErrorCode);
-+}
-+
- static GifRecordType
- gif_fileread(struct gif_state *h)
- {
-@@ -25,7 +33,7 @@
- 	if (GIF_ERROR == DGifGetRecordType(h->gif,&RecordType)) {
- 	    if (debug)
- 		fprintf(stderr,"gif: DGifGetRecordType failed\n");
--	    PrintGifError();
-+	    localPrintGifError();
- 	    return -1;
- 	}
- 	switch (RecordType) {
-@@ -42,7 +50,7 @@
- 		if (rc == GIF_ERROR) {
- 		    if (debug)
- 			fprintf(stderr,"gif: DGifGetExtension failed\n");
--		    PrintGifError();
-+		    localPrintGifError();
- 		    return -1;
- 		}
- 		if (debug) {
-@@ -93,12 +101,13 @@
-     struct gif_state *h;
-     GifRecordType RecordType;
-     int i, image = 0;
--    
-+    int Error;
-+
-     h = malloc(sizeof(*h));
-     memset(h,0,sizeof(*h));
- 
-     h->infile = fp;
--    h->gif = DGifOpenFileHandle(fileno(fp));
-+    h->gif = DGifOpenFileHandle(fileno(fp), &Error);
-     h->row = malloc(h->gif->SWidth * sizeof(GifPixelType));
- 
-     while (0 == image) {
-@@ -108,7 +117,7 @@
- 	    if (GIF_ERROR == DGifGetImageDesc(h->gif)) {
- 		if (debug)
- 		    fprintf(stderr,"gif: DGifGetImageDesc failed\n");
--		PrintGifError();
-+		localPrintGifError();
- 	    }
- 	    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);

Deleted: extra-x86_64/ida-desktop.patch
===================================================================
--- extra-x86_64/ida-desktop.patch	2015-10-21 20:50:55 UTC (rev 249602)
+++ extra-x86_64/ida-desktop.patch	2015-10-21 20:53:34 UTC (rev 249603)
@@ -1,17 +0,0 @@
---- desktop/ida.desktop~	2008-08-28 00:33:58.000000000 +0200
-+++ desktop/ida.desktop	2008-08-28 00:33:58.000000000 +0200
-@@ -1,9 +1,10 @@
- [Desktop Entry]
- Type=Application
--Encoding=UTF-8
- Name=ida
- GenericName=Image Viewer
-+Comment=Image Viewer
- Exec=ida %F
--Terminal=no
--Categories=Motif;Graphics;Viewer
--MimeType=image/jpeg;image/tiff;image/png
-+Terminal=false
-+Categories=Motif;Graphics;Viewer;
-+MimeType=image/jpeg;image/tiff;image/png;
-+Icon=ida

Copied: fbida/repos/extra-x86_64/ida-desktop.patch (from rev 249602, fbida/trunk/ida-desktop.patch)
===================================================================
--- extra-x86_64/ida-desktop.patch	                        (rev 0)
+++ extra-x86_64/ida-desktop.patch	2015-10-21 20:53:34 UTC (rev 249603)
@@ -0,0 +1,17 @@
+--- desktop/ida.desktop~	2008-08-28 00:33:58.000000000 +0200
++++ desktop/ida.desktop	2008-08-28 00:33:58.000000000 +0200
+@@ -1,9 +1,10 @@
+ [Desktop Entry]
+ Type=Application
+-Encoding=UTF-8
+ Name=ida
+ GenericName=Image Viewer
++Comment=Image Viewer
+ Exec=ida %F
+-Terminal=no
+-Categories=Motif;Graphics;Viewer
+-MimeType=image/jpeg;image/tiff;image/png
++Terminal=false
++Categories=Motif;Graphics;Viewer;
++MimeType=image/jpeg;image/tiff;image/png;
++Icon=ida



More information about the arch-commits mailing list