Opened 15 years ago

Closed 12 years ago

Last modified 10 years ago

#2826 closed defect (fixed)

Kdegraphics does not use t1lib

Reported by: robert@… Owned by: bdubbs@…
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

These two command both return nothing:

find . |xargs grep -n libt1
find . |xargs grep -n -e "-lt1"

This command gives some info:

find . |xargs grep -n "t1lib.h"
./kpdf/xpdf/splash/SplashFontEngine.cc:14:#include <t1lib.h>
./kpdf/xpdf/splash/SplashT1Font.cc:16:#include <t1lib.h>
./kpdf/xpdf/splash/SplashT1FontFile.cc:16:#include <t1lib.h>
./kpdf/xpdf/splash/SplashT1FontEngine.cc:20:#include <t1lib.h>

Above those #include's is "#if HAVE_T1LIB_H". So I did:

find . |xargs grep -n HAVE_T1LIB_H

and the first result is:

./kpdf/xpdf/aconf.h:6:#define HAVE_T1LIB_H 0

So... some references to t1lib still exist, but are commented out. I think t1lib was used to develop kpdf, but is no longer in use.

If someone can find that t1lib is still in use, then update the t1lib url to: http://www.t1lib.org/

Change History (6)

comment:1 by Randy McMurchy, 15 years ago

Milestone: 6.46.5

Modified milestone from 6.4 to 6.5

comment:2 by (none), 13 years ago

Milestone: 6.5

Milestone 6.5 deleted

comment:3 by Randy McMurchy, 13 years ago

Milestone: 6.7

Updated milestone to 6.7

comment:4 by bdubbs@…, 12 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:5 by bdubbs@…, 12 years ago

Resolution: fixed
Status: assignedclosed

This was fixed some time ago.

comment:6 by bdubbs@…, 10 years ago

Milestone: 6.7

Milestone 6.7 deleted

Note: See TracTickets for help on using tickets.