Package: sodipodi Version: 0.32 Revision: 3 Maintainer: Peter O'Gorman Depends: pango1-shlibs, gtk+2-shlibs, libart2-shlibs, libxml2-shlibs, libpng3-shlibs, popt-shlibs, dlcompat-shlibs, atk1-shlibs BuildDepends: atk1, pkgconfig, pango1-dev, gtk+2-dev, libart2, libxml2, libpng3, popt, dlcompat-dev, gettext-dev, gettext-bin, libiconv-dev Source: http://download.sourceforge.net/%n/%n-%v.tar.gz Source-MD5: fcf2fe3b2a7f90d2d3d3e79d54d69b5e Patch: %n.patch ConfigureParams: --mandir=%i/share/man --with-xinerama --with-xft NoSetLDFlags: true NoSetCppFlags: true SetCPPFlags: -no-cpp-precomp CompileScript: << #!/bin/sh -x DYLD_LIBRARY_PATH=/usr/X11R6/lib:%p/lib LIBRARY_PATH=/usr/X11R6/lib:%p/lib CPATH=%p/include LDFLAGS="-L/usr/X11R6/lib" PATH="/usr/X11R6/bin:"$PATH export DYLD_LIBRARY_PATH export LIBRARY_PATH export CPATH export LDFLAGS export PATH if [ -f /usr/X11R6/lib/libfontconfig.dylib ]; then export LIBS="-lfontconfig"$LIBS fi ./configure %c find . -name Makefile -exec perl -pi.bak -e 's#-[LlI](%p/lib|%p/include|%p/include/freetype2|m|pthread|c)\s# #g' {} \; perl -pi.bak -e 's#-L%p/lib# #' libtool make << DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO Description: Gnome vector graphics application DescPackaging: << Disables hihgly experimental bonobo support. << DescPort: << removed a couple of references to malloc.h ensure that /usr/X11R6/lib/libfreetype is used patched configure to make it use Xft on xfree86-4.2 patched nr-type-xft.c to find all the fonts except pfa (rather than giving a list of acceptable types) got a lot of headaches. << Homepage: http://www.sodipodi.com License: GPL