[Lunar-commits] <moonbase> t1lib: ver 5.1.2
Paul Bredbury
brebs at lunar-linux.org
Fri Feb 25 11:03:14 CET 2011
commit ff943108e99266800b61c1f20672402608d61382
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Fri Feb 25 17:03:14 2011 +0700
t1lib: ver 5.1.2
---
libs/t1lib/BUILD | 5 ++---
libs/t1lib/DETAILS | 14 +++++++-------
2 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/libs/t1lib/BUILD b/libs/t1lib/BUILD
index 3ab8f47..f6a3b14 100644
--- a/libs/t1lib/BUILD
+++ b/libs/t1lib/BUILD
@@ -1,13 +1,12 @@
(
- ./configure --prefix=/usr \
- $OPTS &&
+ ./configure --prefix=/usr --enable-static=no $OPTS &&
make without_doc &&
prepare_install &&
make install &&
- chmod 755 /usr/lib/libt1.so.$VERSION
+ chmod 755 /usr/lib/libt1{,x}.so.$VERSION
) > $C_FIFO 2>&1
diff --git a/libs/t1lib/DETAILS b/libs/t1lib/DETAILS
index 8b89f10..8e7e95f 100644
--- a/libs/t1lib/DETAILS
+++ b/libs/t1lib/DETAILS
@@ -1,15 +1,15 @@
MODULE=t1lib
- VERSION=5.1.0
+ VERSION=5.1.2
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=ftp://ftp.foolabs.com/pub/xpdf/
+ SOURCE_URL[0]=http://www.ibiblio.org/pub/Linux/libs/graphics/
SOURCE_URL[1]=ftp://sunsite.unc.edu/pub/Linux/libs/graphics/
- SOURCE_VFY=sha1:6866561027aa32b0efb1a1aad0aa38cb5e01a299
- WEB_SITE=http://www.foolabs.com/xpdf/
+ SOURCE_VFY=sha1:4b4fc22c8688eefaaa8cfc990f0039f95f4287de
+ WEB_SITE=http://www.ibiblio.org/pub/Linux/libs/graphics/!INDEX.html
ENTERED=20010923
- UPDATED=20050818
- SHORT="t1lib allows applications to rasterize Type1 fonts."
+ UPDATED=20110224
+ SHORT="Allows applications to rasterize Type1 fonts"
cat << EOF
-t1lib is a library written in C which implements functions for generating
+t1lib is a library written in C which implements functions for generating
bitmaps from Adobe Type 1 fonts.
EOF
More information about the Lunar-commits
mailing list