Package: xpaint Version: 2.7.0 Revision: 1 Description: Image editor/painting program DescDetail: << XPaint is an X Window System color image editing program which supports most standard paint program options. XPaint also supports advanced features like image processing algorithms and layers. XPaint allows you to edit multiple images simultaneously and supports a variety of image formats, including PPM, XBM, TIFF, JPEG, etc. Install the xpaint package if you need a paint program for X which is relatively easy to use - and use "The Gimp" for more professional work. Xpaint is now based on the Xaw95 widget set for a nicer look, and it also adds a number of new editing features, such as user defined filters and layers. Some examples of filter and layer codes are included. << DescPort: << Play some pathname games for imake. Program mis-determines prototypes for randomizer functions (misc.h). Since there is an #include for the header that contains the (system) prototypes, just rely on that and remove the program's bad idea. Convert to Xaw3d widget set (cf. Xaw or Xaw95). Some files are installed not-in-DESTDIR. I'm not comfortable doing 'rm -rf %d/etc' in case something ever goes wrong; safer to stash it in /tmp. << Homepage: http://sourceforge.net/projects/sf-xpaint/ License: OSI-Approved Maintainer: Daniel Macks Depends: x11, xv, gv, xaw3d-shlibs, libtiff-shlibs, libjpeg-shlibs, libpng3-shlibs, dlcompat-shlibs, app-defaults BuildDepends: xaw3d, libtiff, libjpeg, libpng3, dlcompat-dev, rman Source: mirror:sourceforge:sf-xpaint/%n-%v.tar.bz2 Source-MD5: 596be813d83922fc4e802bdec19469b3 PatchScript: << sed -e 's|@PREFIX@|%p|g' -e 's|@DESTDIR@|%d|g' <%a/%n.patch | patch -p1 << SetMACOSX_DEPLOYMENT_TARGET: 10.2 CompileScript: << xmkmf -a make xaw3d << InstallScript: << #!/bin/sh make install install.man mv %d/usr/X11R6/lib/X11/doc/html/xpaint.1.html %i/share/%n safety=/tmp/%n-%v-%r_$$ rm -rf $safety mkdir $safety mv %d/etc %d/usr $safety << DocFiles: README README.PNG README.old