# liblasi/cfg - "Build" settings for package #--------------------------------------------------------------------- [about] libLASi is a library written by Larry Siden that provides a C++ stream output interface ( with operator << ) for creating Postscript docu- ments that can contain characters from any of the scripts and symbol blocks supported in Unicode and by Owen Taylor's Pango layout engine. The library accomodates right-to-left scripts such as Arabic and He- brew as easily as left-to-right scripts. Indic and Indic-derived Com- plex Text Layout (CTL) scripts, such as Devanagari, Thai, Lao, and Tibetan are supported to the extent provided by Pango and by the Open- Type fonts installed on your system. #--------------------------------------------------------------------- [technotes] 1. Don't use the following configure-time switch for this package. It seems to break the build: -DCMAKE_INSTALL_LIBDIR=lib #--------------------------------------------------------------------- 2. As of release 1.1.3, examples need to be disabled or they'll break the build. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.27 minutes) - Dell Inspiron 1545 00.00 hours (or 000.28 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.32 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.35 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.02 hours (or 001.00 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] fortran = disabled license = See "license*.txt" in installed tree licfile = COPYING nls = disabled tmpsize = 4M unpack = relaxed setpaths = \ fontconfig freetype2 gtkcore bzip2 liblasi libpng zlib pcre #--------------------------------------------------------------------- [depends] actools cmake fontconfig freetype2 gawk gtkcore grep pango pcre pkgconf sed tar #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE mkdir obj && cd obj && cmake \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ .. #--------------------------------------------------------------------- [build] cd obj && smpmake && smpmake install #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = http://packages.debian.org/unstable/source/lasi url_home = http://www.unifont.org/lasi/ url_lfs = n/a url_tarball = https://downloads.sourceforge.net/\ lasi/libLASi-1.1.3.tar.gz #--------------------------------------------------------------------- [history] 170704 Updated from 1.0.5p1 to 1.1.1 191002 Updated to 1.1.3 191002 Disabled examples to fix FTBFS