Enlightenment CVS committal
Author : atmosphere
Project : e17
Module : apps/entice
Dir : e17/apps/entice
Modified Files:
configure.in
Log Message:
rm ~/.e/apps/entice/config.db; rerun autogen, and try the e key. you can now send the
current file to an image editor, like the gimp. the executable is a config opt, it
tries to autodetect gimp-remote-2.0, it's a modified implementation of a patch I
received from C. Wehrfritz. I found it to be pretty useful, and it retains exif tags
if you rotate images :) The image filesize shrinks like crazy after it's saved in the
gimp. Don't know what kind of quality loss(if any) is happening
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/configure.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- configure.in 31 Jul 2004 19:17:57 -0000 1.10
+++ configure.in 7 Sep 2004 03:49:35 -0000 1.11
@@ -129,6 +129,16 @@
AC_SUBST(edje_cflags)
AC_SUBST(edje_libs)
+PROG="gimp-remote-2.0";
+AC_PATH_PROG(GIMP_REMOTE_BIN, $PROG, "", $PATH)
+if [ test -z $GIMP_REMOTE_BIN ]; then
+ echo $PROG " is not in your \$PATH. Please ensure it is.";
+ echo "Read the manual page for you shell as to how to extend your path.";
+ echo "You won't have the edit capabilities.";
+else
+ AC_DEFINE(GIMP_REMOTE_BIN, "gimp-remote-2.0", [Path to gimp-remote-2.0])
+fi
+
AC_OUTPUT([
Makefile
src/Makefile
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs