[Bug 308539] Re: /usr/bin/defoma-hints broken due to deleted dependency

2014-02-03 Thread Adolfo Jayme
** Changed in: defoma (Ubuntu)
   Status: Triaged = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/308539

Title:
  /usr/bin/defoma-hints broken due to deleted dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/defoma/+bug/308539/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 308539] Re: /usr/bin/defoma-hints broken due to deleted dependency

2011-03-13 Thread AZ
In Ubuntu 10.10, creating hint files works if libfont-freetype-perl is
installed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/308539

Title:
  /usr/bin/defoma-hints broken due to deleted dependency

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 308539] Re: /usr/bin/defoma-hints broken due to deleted dependency

2010-11-19 Thread Arvind Deshpande
Related problem in 10.10

r...@arvindd:~# defoma-hints -c truetype 
/usr/share/fonts/truetype/ttf-blah/blah.ttf 
Wait for second...
defoma-hints Can't locate Font/FreeType.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
/usr/local/lib/site_perl .) at (eval 8) line 2.
\nr...@arvindd:~# defoma-hints -c --no-question truetype 
/usr/share/fonts/truetype/ttf-blah/blah.ttf 
Wait for second...
defoma-hints Can't locate Font/FreeType.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
/usr/local/lib/site_perl .) at (eval 8) line 2.
\nr...@arvindd:~#

-- 
/usr/bin/defoma-hints broken due to deleted dependency
https://bugs.launchpad.net/bugs/308539
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 308539] Re: /usr/bin/defoma-hints broken due to deleted dependency

2010-07-10 Thread KeithG
Related problem in 10.04. In 9.10, the defoma-hint would not run at all. The 
dependency listed here was the problem. In 10.04, the dependency was fixed 
somehow, but it still does not create a hint file from ttf fonts (that is all I 
have tried) installed 'loose' (not packaged). The fix is a 1 line edit to a 
script which is detailed here:
http://us.generation-nt.com/answer/bug-231616-defoma-apply-patch-please-help-168894811.html

I applied this patch and was able to generate a hint file for a couple
of esoteric fonts we are using.   (it is from 2004?!?!)

/usr/share/defoma/libperl-hint.pl.orig 2004-08-21 13:29:31.0 -0400
+++ /usr/share/defoma/libperl-hint.pl 2004-08-31 13:13:55.0 -0400
@@ -39,7 +39,7 @@
foreach my $f (defoma_font_get_fonts($c)) {
my @h = defoma_font_get_hints($c, $f);
next unless (@h);
- while ($h[0] !~ /^--/) {
+ while (@h  $h[0] !~ /^--/) {
shift(@h);
}
push(@hints, @h);

-- 
/usr/bin/defoma-hints broken due to deleted dependency
https://bugs.launchpad.net/bugs/308539
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 308539] Re: /usr/bin/defoma-hints broken due to deleted dependency

2009-08-18 Thread Bug Watch Updater
** Changed in: defoma (Debian)
   Status: New = Fix Released

-- 
/usr/bin/defoma-hints broken due to deleted dependency
https://bugs.launchpad.net/bugs/308539
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 308539] Re: /usr/bin/defoma-hints broken due to deleted dependency

2009-03-10 Thread Bug Watch Updater
** Changed in: defoma (Debian)
   Status: Unknown = New

-- 
/usr/bin/defoma-hints broken due to deleted dependency
https://bugs.launchpad.net/bugs/308539
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 308539] Re: /usr/bin/defoma-hints broken due to deleted dependency

2009-02-21 Thread Jorge O. Castro
** Also affects: defoma (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=285653
   Importance: Unknown
   Status: Unknown

-- 
/usr/bin/defoma-hints broken due to deleted dependency
https://bugs.launchpad.net/bugs/308539
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 308539] Re: /usr/bin/defoma-hints broken due to deleted dependency

2009-02-02 Thread Ahmed El-Mahmoudy
I think this is related to http://bugs.debian.org/285653

-- 
/usr/bin/defoma-hints broken due to deleted dependency
https://bugs.launchpad.net/bugs/308539
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 308539] Re: /usr/bin/defoma-hints broken due to deleted dependency

2009-02-01 Thread Ahmed El-Mahmoudy
I confirm this bug in both Intrepid  Jaunty.
Another thing, is that I tried in jaunty to install libfont-freetype-perl. But 
I still got the same error.

** Changed in: defoma (Ubuntu)
   Status: New = Confirmed

-- 
/usr/bin/defoma-hints broken due to deleted dependency
https://bugs.launchpad.net/bugs/308539
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 308539] Re: /usr/bin/defoma-hints broken due to deleted dependency

2009-02-01 Thread Connor Imes
This is easily reproducible, so I'll mark it as Triaged so a developer
can begin work.  Thank you for reporting this!

** Changed in: defoma (Ubuntu)
   Importance: Undecided = Medium
   Status: Confirmed = Triaged

-- 
/usr/bin/defoma-hints broken due to deleted dependency
https://bugs.launchpad.net/bugs/308539
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 308539] Re: /usr/bin/defoma-hints broken due to deleted dependency

2009-01-27 Thread Graziano
Confirm it is impossible to add any new truetype font to defoma.

ABI of Font::FreeType (libfont-freetype-perl) is completely different
from libft-perl. If defoma is unmaintained upstream, please consider
switchin to a different font engine, at list for truetype.

-- 
/usr/bin/defoma-hints broken due to deleted dependency
https://bugs.launchpad.net/bugs/308539
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs