the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: aview
Version: 1.3.0rc1
Revision: 1021
Maintainer: None
Source: mirror:sourceforge:aa-project/%n-%v.tar.gz
Source-MD5: 093f298e7787591e229b59d039c72f4d
SourceDirectory: %n-1.3.0
Depends: <<
aalib-shlibs (>= 1.4rc5-12),
imagemagick (>= 5.5.1-13),
libncurses5-shlibs (>= 5.4-20041023-1006),
ncurses (>= 5.4-20041023-1006),
netpbm-bin (>= 10.12-2),
x11
<<
BuildDepends: <<
aalib (>= 1.4rc5-12),
fink (>= 0.24.12-1),
libncurses5,
x11-dev
<<
PatchFile: %n.patch
PatchFile-MD5: 01b8b69c5ec4c77ca0947b0c8f496c28
ConfigureParams: --mandir=%i/share/man
DocFiles: ANNOUNCE AUTHORS ChangeLog COPYING NEWS README TODO
Description: Ascii art image viewer
DescDetail: <<
Aview is a graphics viewer which utilize the aalib API and allows viewing
netpbm format (and others in the presence of netpbm or ImageMagick) on
console and X. There are three programs:-
aview: the main program which could used to view pnm, ppm, pgm and pbm
files.
asciiview: a shell script wraps around aview to allow wider range of image
formats to be viewed. Netpbm package is required for the
conversion.
aaflip: a program to view flip animation using ascii text.
<<
DescPackaging: <<
Originally packaged by Matt Stephenson.
Uses netpbb & imagemagick command-line tools, not library-links.
<<
License: GPL
Homepage: http://aa-project.sourceforge.net/aview
diff -Nurd -x'*~' aview-1.3.0.orig/flip.c aview-1.3.0/flip.c
--- aview-1.3.0.orig/flip.c 2001-04-25 11:48:59.000000000 -0400
+++ aview-1.3.0/flip.c 2008-06-23 02:12:17.000000000 -0400
@@ -6,6 +6,8 @@
/* Modified for aaflip version 1.0 by Jan Hubicka*/
#include
+#include
+#include
#include
#include
#include
@@ -57,6 +59,7 @@
static aa_renderparams *params;
static char *graph_mem;
+int f_getkey(void); /* forward declaration */
static void dcd_color_64( char *data ) {
uchar start = 0;
diff -Nurd -x'*~' aview-1.3.0.orig/image.c aview-1.3.0/image.c
--- aview-1.3.0.orig/image.c 2001-04-25 11:59:01.000000000 -0400
+++ aview-1.3.0/image.c 2008-06-23 01:53:10.000000000 -0400
@@ -1,6 +1,6 @@
#include
#include
-#include
+#include
#include "config.h"
int imgwidth, imgheight;
diff -Nurd -x'*~' aview-1.3.0.orig/main.c aview-1.3.0/main.c
--- aview-1.3.0.orig/main.c 2001-04-25 12:00:06.000000000 -0400
+++ aview-1.3.0/main.c 2008-06-23 01:56:50.000000000 -0400
@@ -1,3 +1,5 @@
+#include
+#include
#include
#include "image.h"
#include "ui.h"
diff -Nurd -x'*~' aview-1.3.0.orig/ui.c aview-1.3.0/ui.c
--- aview-1.3.0.orig/ui.c 2001-04-25 12:04:37.000000000 -0400
+++ aview-1.3.0/ui.c 2008-06-23 01:53:10.000000000 -0400
@@ -1,6 +1,6 @@
#include
#include
-#include
+#include
#include
#include
#include "shrink.h"
Package: aview
Version: 1.3.0rc1
Revision: 1021
Maintainer: None
Source: mirror:sourceforge:aa-project/%n-%v.tar.gz
Source-MD5: 093f298e7787591e229b59d039c72f4d
SourceDirectory: %n-1.3.0
Depends: <<
aalib-shlibs (>= 1.4rc5-12),
imagemagick (>= 5.5.1-13),
libncurses5-shlibs (>= 5.4-20041023-1006),
ncurses (>= 5.4-20041023-1006),
netpbm-bin (>= 10.12-2),
x11
<<
BuildDepends: <<
aalib (>= 1.4rc5-12),
fink (>= 0.24.12-1),
libncurses5,
x11-dev
<<
PatchFile: %n.patch
PatchFile-MD5: 01b8b69c5ec4c77ca0947b0c8f496c28
ConfigureParams: --mandir=%i/share/man
DocFiles: ANNOUNCE AUTHORS ChangeLog COPYING NEWS README TODO
Description: Ascii art image viewer
DescDetail: <<
Aview is a graphics viewer which utilize the aalib API and allows viewing
netpbm format (and others in the presence of netpbm or ImageMagick) on
console and X. There are three programs:-
aview: the main program which could used to view pnm, ppm, pgm and pbm
files.
asciiview: a shell script wraps around aview to allow wider range of image
formats to be viewed. Netpbm package is required for the
conversion.
aaflip: a program to view flip animation using ascii text.
<<
DescPackaging: <<
Originally packaged by Matt Stephenson.
Uses netpbb & imagemagick command-line tools, not library-links.
<<
License: GPL
Homepage: http://aa-project.sourceforge.net/aview
diff -Nurd -x'*~' aview-1.3.0.orig/flip.c aview-1.3.0/flip.c
--- aview-1.3.0.orig/flip.c 2001-04-25 11:48:59.000000000 -0400
+++ aview-1.3.0/flip.c 2008-06-23 02:12:17.000000000 -0400
@@ -6,6 +6,8 @@
/* Modified for aaflip version 1.0 by Jan Hubicka*/
#include
+#include
+#include
#include
#include
#include
@@ -57,6 +59,7 @@
static aa_renderparams *params;
static char *graph_mem;
+int f_getkey(void); /* forward declaration */
static void dcd_color_64( char *data ) {
uchar start = 0;
diff -Nurd -x'*~' aview-1.3.0.orig/image.c aview-1.3.0/image.c
--- aview-1.3.0.orig/image.c 2001-04-25 11:59:01.000000000 -0400
+++ aview-1.3.0/image.c 2008-06-23 01:53:10.000000000 -0400
@@ -1,6 +1,6 @@
#include
#include
-#include
+#include
#include "config.h"
int imgwidth, imgheight;
diff -Nurd -x'*~' aview-1.3.0.orig/main.c aview-1.3.0/main.c
--- aview-1.3.0.orig/main.c 2001-04-25 12:00:06.000000000 -0400
+++ aview-1.3.0/main.c 2008-06-23 01:56:50.000000000 -0400
@@ -1,3 +1,5 @@
+#include
+#include
#include
#include "image.h"
#include "ui.h"
diff -Nurd -x'*~' aview-1.3.0.orig/ui.c aview-1.3.0/ui.c
--- aview-1.3.0.orig/ui.c 2001-04-25 12:04:37.000000000 -0400
+++ aview-1.3.0/ui.c 2008-06-23 01:53:10.000000000 -0400
@@ -1,6 +1,6 @@
#include
#include
-#include
+#include
#include
#include
#include "shrink.h"