c7878f595e
dT8 8Tb aview is a high quality ascii-art image (pnm) browser dT 8 8 Tb and animation (fli/flc) player which uses AAlib dT 8 8 Tb (a portable ASCII Art library, part of the AA-project). <PROJECT><PROJECT> dT 8 8 Tb dT 8 8 Tb aview features: * High quality ascii art rendering * Portable * Save into many formats (html, text, ansi, more/less etc...) * Contrast, Bright, Gamma control * Image zooming/unzooming * Three dithering modes * Hidden "bonus" features :) * Inversion * Support for bright, dim, inverse attributes/extended character set Provided in PR 15135 by Lubomir Sedlacik <salo@Xtrmntr.org>, modified slightly by me to support buildlink functionality for X11 and netpbm, and for slight formatting changes to the package Makefile.
13 lines
349 B
Text
13 lines
349 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2002/01/09 11:49:33 agc Exp $
|
|
|
|
--- Makefile.in.orig Wed Apr 25 18:04:44 2001
|
|
+++ Makefile.in
|
|
@@ -65,7 +65,7 @@
|
|
PACKAGE = @PACKAGE@
|
|
VERSION = @VERSION@
|
|
|
|
-bin_PROGRAMS = aview aaflip
|
|
+bin_PROGRAMS = @BIN_PROGRAMS@
|
|
aview_SOURCES = image.c main.c shrink.c ui.c
|
|
aaflip_SOURCES = flip.c general.c
|
|
bin_SCRIPTS = asciiview
|