[libfont-freetype-perl] branch master updated (c9a2549 -> b3dbeaf)
Lucas Kanashiro
kanashiro-guest at moszumanska.debian.org
Mon Sep 21 14:53:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a change to branch master
in repository libfont-freetype-perl.
from c9a2549 releasing package libfont-freetype-perl version 0.05-1
adds e161229 initial import of Font-FreeType 0.01 from CPAN
adds 8a1e46e import Font-FreeType 0.02 from CPAN
adds ea599f4 import Font-FreeType 0.03 from CPAN
adds e5bccf3 apply patch to build (from RT#64110)
adds ef63a89 patch to fix compilation errors (RT#32713)
adds 506c725 I dont think, that we need set default pixel size, because here http://www.freetype.org/freetype2/docs/reference/ft2-sizes_management.html is stated:
adds 544864e Update rendering font expectations, regenerate t/data/*.pgm
adds 9b18546 Update expected number of glyphs according to "ftdump" output; the other expected values just update to actually emitted on my host
adds 6006ca2 Add simple metrics tests for otf-font format
adds f718c14 Obtain text_heigh, ascender and descender font metrices the same way as ftdump (from FT demo-utils package) does
adds 8dbff6c Merge pull request #4 from basiliscos/master
adds c38a356 Avoid warnings emession on re-importing Font::FreeType
adds 3be7dd8 Skip pgm-comparison tests as it seems to be dependend on FT library version, shipped samples could not match to system generated.
adds 15fa10f Update MANIFEST, Metadata; use Devel::CheckLib to check FT2 library presence on the system
adds c2e3894 Advance version number, regenerate METAs
adds 72b3279 Add CharMaps support.
adds 3cae832 Add NamedInfo (aka SFNT) support
adds bbc58e9 Apply spelling patch from http://anonscm.debian.org/cgit/pkg-perl/packages/libfont-freetype-perl.git/plain/debian/patches/03_spelling.patch
adds 227d7c4 Merge pull request #5 from basiliscos/master
adds ab4a7eb Merge pull request #6 from basiliscos/master
adds eeb9bee Merge pull request #7 from basiliscos/master
adds c54e1e9 Merge remote-tracking branch 'upstream/master'
adds c673c87 More correcly incude ftsnames.h
adds ec6aa07 Merge pull request #9 from basiliscos/master
adds a5b88a3 Improve 'font-info' example, which mimics ftdump
adds f914dfe Merge pull request #12 from basiliscos/master
adds ab02b10 Allow bounding box extraction from a face
adds 6735747 Merge pull request #13 from basiliscos/master
adds 639e970 Add information about global bounding box to font-info.pl (as in ftdump utility)
adds c187c9f Merge pull request #14 from basiliscos/master
adds d721b67 Add license and link to the git repository
adds 550a4f9 Add min perl version
adds 5d1bc0b tidy_changelog :)
adds 000b797 Add Changes for v0.04_01
adds 81b5c77 Advance version number, update changes
adds c9c8e6b Use Newx instead of New
adds 225bdbf Simplify rendering tests, as exect rendering seems to be not precise and library-version dependend (GH #15).
adds 08eec5a Update changes, advance version number
adds c67984f Update META.yml
adds eb08c47 Update changes, META, advance version
adds 006ad3d Attempt to fix http://www.cpantesters.org/cpan/report/939e0664-8c46-11e4-8147-dcee86cc0d3a
adds 2d40efa Avoid clang warning (RT#101653)
adds a004963 Update Changes
adds c218a62 get build options from freetype-config if it exists
adds 3ca9d9d Merge pull request #16 from zmughal/feat/checklib-multi
adds 8181d8f Update Changes
adds 6181723 Be more tolerant in test for checking underline position (CT#9d93130c-a254-11e4-9a11-67e5227a829d)
adds 3bcb297 Update Changes
adds dd714c2 Fix File::Which dependency
adds 22875a0 Advance version, update META.*, reformat Changes
adds 7e749f6 Advance version number, update META.*, update Changes
adds c3ba654 Allow optionally fallback to missing glyph
adds a55fc0c Update Chnages and advance version number
adds 5373abd Update perldoc
adds 3a66d89 Update Manifest and META.yml
adds dcf78a4 Fix version to v0.06_1
adds 85df7cb Update version for cpan-ready release
adds 21802bf Imported Upstream version 0.06
new 4cae072 Merge tag 'upstream/0.06'
new 667f255 Update debian/changelog
new b3dbeaf Relesing libfont-freetype-perl version 0.06-1
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changes | 6 +++++
FreeType.xs | 9 ++++---
MANIFEST | 1 +
META.json | 4 +--
META.yml | 4 +--
debian/changelog | 7 ++++++
lib/Font/FreeType.pm | 2 +-
lib/Font/FreeType/BoundingBox.pm | 53 ++++++++++++++++++++++++++++++++++++++++
lib/Font/FreeType/Face.pm | 12 ++++++---
t/10metrics_verasans.t | 14 ++++++++++-
10 files changed, 98 insertions(+), 14 deletions(-)
create mode 100644 lib/Font/FreeType/BoundingBox.pm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfont-freetype-perl.git
More information about the Pkg-perl-cvs-commits
mailing list