[Lunar-commits] <moonbase-other> libLASi: Adding to moonbase.
stumbles
stumbles at lunar-linux.org
Sun Jun 2 19:17:39 CEST 2013
commit b5f87b420a631932cbc3373e7f146c6af4ab42ab
Author: stumbles <stumbles at lunar-linux.org>
Date: Sun, 02 Jun 2013 10:16:37 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/b5f87b420a631932cbc3373e7f146c6af4ab42ab
libLASi: Adding to moonbase.
---
libs/libLASi/BUILD | +5/-0
libs/libLASi/DEPENDS | +4/-0
libs/libLASi/DETAILS | +21/-0
3 files changed, 30 insertions(+)
--- /dev/null
+++ b/libs/libLASi/BUILD
@@ -0,0 +1,5 @@
+
+ OPTS+=" -DCMAKE_BUILD_TYPE=Release" &&
+
+ default_cmake_build
+
--- /dev/null
+++ b/libs/libLASi/DEPENDS
@@ -0,0 +1,4 @@
+depends cmake
+depends freetype2
+depends pango
+
--- /dev/null
+++ b/libs/libLASi/DETAILS
@@ -0,0 +1,21 @@
+ MODULE=libLASi
+ VERSION=1.1.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/lasi
+ SOURCE_VFY=sha1:d17fdebf4bb4a29512e321c7af157a694dc855a0
+ WEB_SITE=http://www.unifont.org/lasi/#introduction
+ ENTERED=20130602
+ UPDATED=20130602
+ SHORT="provides a C++ stream output interface for creating Postscript documents"
+
+cat << EOF
+libLASi is a library written by Larry Siden that provides a C++ stream output interface
+( with operator << ) for creating Postscript documents 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 Hebrew as easily as
+left-to-right scripts. Indic and Indic-derived Complex Text Layout (CTL) scripts, such
+as Devanagari, Thai, Lao, and Tibetan are supported to the extent provided by Pango and
+by the OpenType fonts installed on your system. All of this is provided without need for
+any special configuration or layout calculation on the programmer's part.
+EOF
More information about the Lunar-commits
mailing list