[Lunar-commits] r20219 - in moonbase/trunk/graphics: . fbida
Jannis Pohlmann
jannis at lunar-linux.org
Fri May 26 10:39:18 UTC 2006
Author: jannis
Date: 2006-05-26 10:39:16 +0000 (Fri, 26 May 2006)
New Revision: 20219
Added:
moonbase/trunk/graphics/fbida/
moonbase/trunk/graphics/fbida/BUILD
moonbase/trunk/graphics/fbida/DEPENDS
moonbase/trunk/graphics/fbida/DETAILS
Log:
fbida (image/ps/pdf viewer for framebuffer devices mainly) added
Added: moonbase/trunk/graphics/fbida/BUILD
===================================================================
--- moonbase/trunk/graphics/fbida/BUILD (rev 0)
+++ moonbase/trunk/graphics/fbida/BUILD 2006-05-26 10:39:16 UTC (rev 20219)
@@ -0,0 +1,5 @@
+(
+
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/graphics/fbida/DEPENDS
===================================================================
--- moonbase/trunk/graphics/fbida/DEPENDS (rev 0)
+++ moonbase/trunk/graphics/fbida/DEPENDS 2006-05-26 10:39:16 UTC (rev 20219)
@@ -0,0 +1,9 @@
+depends jpeg &&
+depends libexif &&
+
+optional_depends "libungif" "" "" "for GIF viewing support" &&
+optional_depends "libpng" "" "" "for PNG viewing support" &&
+optional_depends "tiff" "" "" "for TIFF viewing support" &&
+optional_depends "xsane" "" "" "for scanning support" &&
+optional_depends "curl" "" "" "for remote image viewing" &&
+optional_depends "openMotif" "" "" "to build the Motif-based image viewer"
Added: moonbase/trunk/graphics/fbida/DETAILS
===================================================================
--- moonbase/trunk/graphics/fbida/DETAILS (rev 0)
+++ moonbase/trunk/graphics/fbida/DETAILS 2006-05-26 10:39:16 UTC (rev 20219)
@@ -0,0 +1,30 @@
+ MODULE=fbida
+ VERSION=2.03
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://dl.bytesex.org/releases/fbida/
+ SOURCE_VFY=sha1:1c42169f22c666d1de522c028deb8559c932732a
+ ENTERED=20060526
+ UPDATED=20060526
+ SHORT="Image/PS/PDF viewer for the framebuffer console"
+ MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+The fbida project contains a few applications for viewing and editing
+images, with the main focus being photos. The applications are:
+
+fbi
+ This is a image viewer for the linux framebuffer console.
+fbgs
+ A wrapper script for viewing ps/pdf files on the framebuffer
+ console using fbi.
+ida
+ This is a X11 application (Motif based) for viewing images. Some
+ basic editing functions are available too.
+exiftran
+ command line tool to do lossless transformations of JPEG images.
+ Works much like jpegtran, but unlike jpegtran it does not ignore
+ the EXIF data ;)
+thumbnail.cgi
+ Small and fast CGI script (written in C) to extract EXIF thumbnails
+ from jpeg images and send them to the web browser.
+EOF
More information about the Lunar-commits
mailing list