Package: perl-tk
Version: 1:804.032-1
Severity: normal
Tags: patch
Package perl-tk (1:804.032-1) in the archives is built without xft support:
...
Depends: libc6 (>= 2.14), libjpeg8 (>= 8c), libpng12-0 (>= 1.2.13-4), libx11-6,
zlib1g (>= 1:1.1.4), perl (>= 5.18.2-2), perlapi-5.18.2
...
Note the absence of libfontconfig1 and libxft2.
Reason is that myConfig expects to find freetype.h in
/usr/inlcude/freetype2/freetype,
but it's in /usr/inlcude/freetype2 nowadays.
Suggested patch below:
--- perl-tk-804.032-ORIG/myConfig 2014-02-26 22:31:41.097635409 +0100
+++ perl-tk-804.032/myConfig 2014-02-26 22:35:12.892825426 +0100
@@ -147,9 +147,9 @@
{
foreach (map { "$_/freetype2" } @_)
{
- if (-d $_ && -d "$_/freetype" && -r "$_/freetype/freetype.h")
+ if (-d $_ && -r "$_/freetype.h")
{
- print "Using -I$_ to find $_/freetype/freetype.h\n";
+ print "Using -I$_ to find $_/freetype.h\n";
return "-I$_";
}
}
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.13.5 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages perl-tk depends on:
ii libc6 2.18-3
ii libjpeg8 8d-2
ii libpng16-16 1.6.8-2
ii libx11-6 2:1.6.2-1
ii perl 5.18.2-2
ii perl-base [perlapi-5.18.2] 5.18.2-2
ii zlib1g 1:1.2.8.dfsg-1
perl-tk recommends no packages.
perl-tk suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]