Difference between revisions of "T1lib"

From CBLFS
Jump to navigationJump to search
(I added the template for the package description and "Contents" sections.)
(Upgrade T1lib version to 5.1.2.)
 
(8 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| get it from: http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.1.0.tar.gz
+
| ftp://sunsite.unc.edu/pub/Linux/libs/graphics/t1lib-{{T1lib-Version}}.tar.gz
 
|}
 
|}
  
 
----
 
----
  
== Introduction to T1lib ==
+
{{Package-Introduction|t1lib is written in the C programming language allowing a programmer to generate/rasterize bitmaps from Adobe (TM) Type 1 fonts quite easily. t1lib is based on the code of the X11 rasterizer which was donated by IBM to the X11 project.|http://www.t1lib.org/}}
 
 
<Package Description Needed>
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 34: Line 32:
  
 
  make install &&
 
  make install &&
  chmod -v 755 /usr/lib/libt1.so.5.1.0
+
  chmod -v 755 /usr/lib/libt1.so.{{T1lib-Version}}
  
 
If you have an [[X Window System]] installed issue:
 
If you have an [[X Window System]] installed issue:
  
  chmod -v 755 /usr/lib/libt1x.so.5.1.0
+
  chmod -v 755 /usr/lib/libt1x.so.{{T1lib-Version}}
  
 
== Multilib ==
 
== Multilib ==
Line 52: Line 50:
  
 
  make install &&
 
  make install &&
  chmod -v 755 /usr/lib/libt1.so.5.1.0
+
  chmod -v 755 /usr/lib/libt1.so.{{T1lib-Version}}
  
 
If you have an [[X Window System]] installed issue:
 
If you have an [[X Window System]] installed issue:
  
  chmod -v 755 /usr/lib/libt1x.so.5.1.0
+
  chmod -v 755 /usr/lib/libt1x.so.{{T1lib-Version}}
  
 
=== N32 ===
 
=== N32 ===
Line 69: Line 67:
  
 
  make install &&
 
  make install &&
  chmod -v 755 /usr/lib32/libt1.so.5.1.0
+
  chmod -v 755 /usr/lib32/libt1.so.{{T1lib-Version}}
  
 
If you have an [[X Window System]] installed issue:
 
If you have an [[X Window System]] installed issue:
  
  chmod -v 755 /usr/lib32/libt1x.so.5.1.0
+
  chmod -v 755 /usr/lib32/libt1x.so.{{T1lib-Version}}
  
 
=== 64Bit ===
 
=== 64Bit ===
Line 93: Line 91:
  
 
  make install &&
 
  make install &&
  chmod -v 755 /usr/lib64/libt1.so.5.1.0
+
  chmod -v 755 /usr/lib64/libt1.so.{{T1lib-Version}}
  
 
If you have an [[X Window System]] installed issue:
 
If you have an [[X Window System]] installed issue:
  
  chmod -v 755 /usr/lib64/libt1x.so.5.1.0
+
  chmod -v 755 /usr/lib64/libt1x.so.{{T1lib-Version}}
  
 
= Contents =
 
= Contents =
Line 126: Line 124:
 
| ???
 
| ???
 
|}
 
|}
 +
 +
[[Category:Graphics Libraries]]

Latest revision as of 07:24, 6 August 2010

Download Source: ftp://sunsite.unc.edu/pub/Linux/libs/graphics/t1lib-5.1.2.tar.gz

Introduction to T1lib

t1lib is written in the C programming language allowing a programmer to generate/rasterize bitmaps from Adobe (TM) Type 1 fonts quite easily. t1lib is based on the code of the X11 rasterizer which was donated by IBM to the X11 project.

Project Homepage: http://www.t1lib.org/

Dependencies

Optional

Non-Multilib

Configure the package:

./configure --prefix=/usr

If you have TeTeX installed and would like to build the documentation issue:

make

Otherwise issue:

make without_doc

Install the package

make install &&
chmod -v 755 /usr/lib/libt1.so.5.1.2

If you have an X Window System installed issue:

chmod -v 755 /usr/lib/libt1x.so.5.1.2

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" USE_ARCH=32 ./configure --prefix=/usr &&
make without_doc

Install the package

make install &&
chmod -v 755 /usr/lib/libt1.so.5.1.2

If you have an X Window System installed issue:

chmod -v 755 /usr/lib/libt1x.so.5.1.2

N32

Compile the package:

CC="gcc ${BUILD32}" USE_ARCH=32 ./configure --prefix=/usr \
    --libdir=/usr/lib32 &&
make without_doc

Install the package

make install &&
chmod -v 755 /usr/lib32/libt1.so.5.1.2

If you have an X Window System installed issue:

chmod -v 755 /usr/lib32/libt1x.so.5.1.2

64Bit

Configure the package:

CC="gcc ${BUILD64}" USE_ARCH=64 ./configure --prefix=/usr \
    --libdir=/usr/lib64

If you have TeTeX installed and would like to build the documentation issue:

make

Otherwise issue:

make without_doc

Install the package

make install &&
chmod -v 755 /usr/lib64/libt1.so.5.1.2

If you have an X Window System installed issue:

chmod -v 755 /usr/lib64/libt1x.so.5.1.2

Contents

Installed Programs: ???
Installed Libraries: ???
Installed Directories: ???

Short Descriptions

program1 ???
program2 ???
library1.{so,a} ???