[Lunar-commits] r21337 - moonbase/trunk/graphics/fbida
Dennis Veatch
stumbles at lunar-linux.org
Fri Sep 8 00:41:06 UTC 2006
Author: stumbles
Date: 2006-09-08 00:41:06 +0000 (Fri, 08 Sep 2006)
New Revision: 21337
Modified:
moonbase/trunk/graphics/fbida/BUILD
moonbase/trunk/graphics/fbida/DETAILS
Log:
some of the fixes on this bump are;
mk/Autoconf.mk xorg 7.1
fbi.c fix once clash
fbi.c 2.06, final fix
and a few others
Modified: moonbase/trunk/graphics/fbida/BUILD
===================================================================
--- moonbase/trunk/graphics/fbida/BUILD 2006-09-07 23:47:50 UTC (rev 21336)
+++ moonbase/trunk/graphics/fbida/BUILD 2006-09-08 00:41:06 UTC (rev 21337)
@@ -1,5 +1,13 @@
(
+# else make fails on unrecognized command line option "-Wno-pointer-sign"
+ sedit "s:-Wno-pointer-sign: :" GNUmakefile
+
+# so things DO NOT go in /usr/local
+ prefix="/usr"
+ export prefix
+
+# and well, there ya go
default_make
) > $C_FIFO 2>&1
Modified: moonbase/trunk/graphics/fbida/DETAILS
===================================================================
--- moonbase/trunk/graphics/fbida/DETAILS 2006-09-07 23:47:50 UTC (rev 21336)
+++ moonbase/trunk/graphics/fbida/DETAILS 2006-09-08 00:41:06 UTC (rev 21337)
@@ -1,30 +1,31 @@
MODULE=fbida
- VERSION=2.03
+ VERSION=2.06
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://dl.bytesex.org/releases/fbida/
- SOURCE_VFY=sha1:1c42169f22c666d1de522c028deb8559c932732a
+ SOURCE_URL=http://dl.bytesex.org/releases/$MODULE/
+ SOURCE_VFY=7be6b28555b8645bf506b3f2c070244a8b9710cb
+ WEB_SITE=http://linux.bytesex.org/fbida/
ENTERED=20060526
- UPDATED=20060526
+ UPDATED=20060907
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
+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.
+ 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.
+ 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.
+ 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 ;)
+ 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.
+ 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