[commit] r2322 - in trunk: config user

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Mon Jul 28 20:31:28 CEST 2008


Author: dslinux_sonny_jim
Date: Mon Jul 28 20:31:28 2008
New Revision: 2322

Log:
Integrating Imagemagick into build system

Modified:
   trunk/config/Configure.help
   trunk/config/config.in
   trunk/user/Makefile

Modified: trunk/config/Configure.help
==============================================================================
--- trunk/config/Configure.help	(original)
+++ trunk/config/Configure.help	Mon Jul 28 20:31:28 2008
@@ -3982,6 +3982,13 @@
 CONFIG_USER_DIFFUTILS_DIFF
   You can use the diff command to show differences between two files, 
   or each corresponding file in two directories. 
+
+CONFIG_USER_IMAGEMAGICK
+  ImageMagick is a software suite to create, edit, and compose bitmap 
+  images.  It can read, convert and write images in a variety of 
+  formats (over 100), translate, flip, mirror, rotate, scale, shear 
+  and transform images, adjust image colors, apply various special 
+  effects, or draw text, lines, polygons, ellipses and Bezier curves
 #
 # END of proprietary config help
 #

Modified: trunk/config/config.in
==============================================================================
--- trunk/config/config.in	(original)
+++ trunk/config/config.in	Mon Jul 28 20:31:28 2008
@@ -833,6 +833,7 @@
 bool 'hd'			CONFIG_USER_HD_HD
 bool 'hexedit'			CONFIG_USER_HEXEDIT_HEXEDIT
 bool 'hnb'			CONFIG_USER_HNB
+bool 'ImageMagick'		CONFIG_USER_IMAGEMAGICK
 bool 'lcalc'			CONFIG_USER_LCALC_LCALC
 bool 'lcd'			CONFIG_USER_LCD_LCD
 bool 'ledcon'			CONFIG_USER_LEDCON_LEDCON

Modified: trunk/user/Makefile
==============================================================================
--- trunk/user/Makefile	(original)
+++ trunk/user/Makefile	Mon Jul 28 20:31:28 2008
@@ -168,6 +168,7 @@
 dir_$(CONFIG_USER_HTTPTUNNEL_SERVER)        += httptunnel
 dir_$(CONFIG_USER_HWCLOCK_HWCLOCK)          += hwclock
 dir_$(CONFIG_USER_IFATTACH_IFATTACH)        += ifattach
+dir_$(CONFIG_USER_IMAGEMAGICK)  	    += imagemagick
 dir_$(CONFIG_USER_INADYN_INADYN)            += inadyn
 dir_$(CONFIG_USER_INETD_INETD)              += inetd
 dir_$(CONFIG_USER_INIT.ORG_INIT)            += init.org


More information about the dslinux-commit mailing list