#2826 closed defect (fixed)
Kdegraphics does not use t1lib
Reported by: | Owned by: | ||
---|---|---|---|
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 , 16 years ago
Milestone: | 6.4 → 6.5 |
---|
comment:4 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This was fixed some time ago.
Note:
See TracTickets
for help on using tickets.
Modified milestone from 6.4 to 6.5