Package: gl2ps Version: 1.3.8 Revision: 2 Depends: libpng16-shlibs BuildDepends: libpng16 Source: http://geuz.org/%n/src/%n-%v.tgz Source-MD5: 05ae306fdad00a24ffcabf47d8ae363e SourceDirectory: %n-%v-source GCC: 4.0 CompileScript: << #!/bin/sh -ev mkdir build cd build cmake -DCMAKE_PREFIX_PATH=%p \ -DCMAKE_INSTALL_PREFIX=%i \ -DCMAKE_INSTALL_NAME_DIR=%p/lib \ .. make verbose=1 << InstallScript: << #!/bin/sh -ev pushd build make install install -d %i/bin cp gl2psTest* %i/bin << BuildDependsOnly: true DocFiles: COPYING.* README.txt TODO.txt %n.pdf %n.tex Homepage: http://www.geuz.org/gl2ps Maintainer: Alexander Hansen License: GPL/LGPL Description: Library for OpenGL vector output DescDetail: << GL2PS is a C library providing high quality vector output for any OpenGL application. The main difference between GL2PS and other similar libraries is the use of sorting algorithms capable of handling intersecting and stretched polygons, as well as non manifold objects. GL2PS provides advanced smooth shading and text rendering, culling of invisible primitives, mixed vector/bitmap output, and much more... GL2PS can currently create PostScript (PS), Encapsulated PostScript (EPS), Portable Document Format (PDF) and Scalable Vector Graphics (SVG) files, as well as LATEX files for the text fragments. GL2PS also provides limited, experimental support for Portable LaTeX Graphics (PGF). Adding new vector output formats should be relatively easy; you can also use the excellent pstoedit program to transform the PostScript files generated by GL2PS into many other vector formats such as xfig, cgm, wmf, etc. << DescUsage: << This package contains documentation and demos. << DescPackaging: << If pdftex is present the package will rebuild gl2ps.pdf. This doesn't appear to be any different than what ships with the tarball so we don't insist on the rebuild or force it not to occur. The PDF documentation, even after that effort, isn't installed by 'make install'(!) so install that manually. Also install the demos. << SplitOff: << Package: %N-shlibs Files: lib/lib%N.*.dylib Shlibs: %p/lib/lib%N.1.dylib 1.0.0 %n (>= 1.3.7-1) DocFiles: COPYING.* README.txt TODO.txt DescUsage: << This package contains a shared library. << << SplitOff2: << Package: %N-dev Depends: %N-shlibs ( = %v-%r ) Files: include lib DocFiles: COPYING.* README.txt TODO.txt BuildDependsOnly: true DescUsage: << This package contains the header and a static library. << <<