[libimager-perl] 01/06: Merge tag 'upstream/0.97+dfsg'
gregor herrmann
gregoa at debian.org
Tue Aug 13 12:47:05 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libimager-perl.
commit 47b7b44a3750804f41a0170afe806216f9085f23
Merge: dbff90d 11d01b5
Author: gregor herrmann <gregoa at debian.org>
Date: Tue Aug 13 14:21:30 2013 +0200
Merge tag 'upstream/0.97+dfsg'
Upstream version 0.97+dfsg
Changes | 105 ++++
FT2/FT2.pm | 2 +-
FT2/freetyp2.c | 58 +-
FT2/t/t10ft2.t | 67 ++-
GIF/GIF.pm | 2 +-
GIF/imgif.c | 9 +-
Imager.pm | 2 +-
Imager.xs | 597 ++++++++-------------
JPEG/JPEG.pm | 2 +-
JPEG/imexif.c | 1 +
MANIFEST | 133 ++---
MANIFEST.SKIP | 13 +-
META.json | 62 +++
META.yml | 67 ++-
Makefile.PL | 6 +
PNG/Makefile.PL | 13 +-
PNG/PNG.pm | 7 +-
PNG/PNG.xs | 24 +-
PNG/README | 3 +
PNG/impng.c | 52 +-
PNG/impng.h | 8 +-
PNG/t/10png.t | 14 +-
PNG/testimg/badcrc.png | Bin 69 -> 69 bytes
TIFF/Makefile.PL | 9 +-
TIFF/TIFF.pm | 2 +-
TIFF/TIFF.xs | 8 +
TIFF/imtiff.c | 123 ++++-
TIFF/t/t10tiff.t | 36 +-
TIFF/testimg/grey16sg.tif | Bin 0 -> 5133 bytes
TIFF/testimg/srgba32f.tif | Bin 0 -> 1652 bytes
W32/W32.pm | 2 +-
W32/lib/Imager/Font/Win32.pm | 4 +
color.c | 3 +
datatypes.c | 3 -
draw.c | 11 +-
fills.c | 2 +-
filters.im | 9 +-
fontft1.c | 20 +-
hlines.c | 1 +
image.c | 3 +-
iolayer.c | 12 +-
lib/Imager/API.pod | 2 +-
lib/Imager/Cookbook.pod | 92 +++-
lib/Imager/Engines.pod | 4 +
lib/Imager/Expr.pm | 6 +-
lib/Imager/Files.pod | 17 +
lib/Imager/Fill.pm | 4 +-
lib/Imager/Font/Test.pm | 4 +-
lib/Imager/ImageTypes.pod | 8 +-
lib/Imager/Install.pod | 8 +-
lib/Imager/Matrix2d.pm | 8 +-
lib/Imager/Probe.pm | 8 +
lib/Imager/Transform.pm | 6 +-
lib/Imager/interface.pod | 6 +-
lib/Imager/regmach.pod | 4 +
limits.c | 5 +-
paste.im | 3 +-
pnm.c | 2 -
polygon.c | 3 -
quant.c | 4 +-
rotate.im | 2 -
rubthru.im | 3 +-
samples/README | 4 +
samples/drop_shadow.pl | 132 +++++
t/{t00basic.t => 000-load.t} | 0
t/{t01introvert.t => 100-base/010-introvert.t} | 2 +-
t/{t15color.t => 100-base/020-color.t} | 0
t/{t90cc.t => 100-base/030-countc.t} | 0
t/{tr18561.t => 100-base/800-tr18561.t} | 0
t/{tr18561b.t => 100-base/801-tr18561b.t} | 0
t/{t021sixteen.t => 150-type/020-sixteen.t} | 0
t/{t022double.t => 150-type/030-double.t} | 0
t/{t023palette.t => 150-type/040-palette.t} | 2 +-
t/{t020masked.t => 150-type/100-masked.t} | 0
t/{t07iolayer.t => 200-file/010-iolayer.t} | 0
t/{t1000files.t => 200-file/100-files.t} | 6 +-
t/{t101nojpeg.t => 200-file/200-nojpeg.t} | 0
t/{t102nopng.t => 200-file/210-nopng.t} | 0
t/{t105nogif.t => 200-file/220-nogif.t} | 0
t/{t106notiff.t => 200-file/230-notiff.t} | 0
t/{t103raw.t => 200-file/300-raw.t} | 0
t/{t104ppm.t => 200-file/310-pnm.t} | 2 +-
t/{t107bmp.t => 200-file/320-bmp.t} | 0
t/{t108tga.t => 200-file/330-tga.t} | 0
t/{t50basicoo.t => 200-file/400-basic.t} | 0
t/{t21draw.t => 250-draw/010-draw.t} | 0
t/{t22flood.t => 250-draw/020-flood.t} | 0
t/{t66paste.t => 250-draw/030-paste.t} | 0
t/{t69rubthru.t => 250-draw/040-rubthru.t} | 0
t/{t75polyaa.t => 250-draw/050-polyaa.t} | 0
t/{t20fill.t => 250-draw/100-fill.t} | 1 +
t/{t62compose.t => 250-draw/200-compose.t} | 0
t/{t40scale.t => 300-transform/010-scale.t} | 6 +-
t/{t63combine.t => 300-transform/020-combine.t} | 0
t/{t64copyflip.t => 300-transform/030-copyflip.t} | 6 +-
t/{t65crop.t => 300-transform/040-crop.t} | 2 +-
t/{t67convert.t => 300-transform/050-convert.t} | 2 +-
t/{t68map.t => 300-transform/060-map.t} | 17 +-
t/{t55trans.t => 300-transform/500-trans.t} | 0
t/{t58trans2.t => 300-transform/600-trans2.t} | 0
t/{t56postfix.t => 300-transform/610-postfix.t} | 0
t/{t57infix.t => 300-transform/620-infix.t} | 0
t/{t59assem.t => 300-transform/630-assem.t} | 0
t/{t31font.t => 350-font/010-font.t} | 0
t/{t35ttfont.t => 350-font/020-tt.t} | 3 +-
t/{t36oofont.t => 350-font/030-ttoo.t} | 66 ++-
t/{t37std.t => 350-font/040-ttstd.t} | 0
t/{t80texttools.t => 350-font/100-texttools.t} | 0
t/{t61filters.t => 400-filter/010-filters.t} | 4 +-
t/{t82inline.t => 450-api/100-inline.t} | 0
t/{t84inlinectx.t => 450-api/110-inlinectx.t} | 0
t/{t99thread.t => 850-thread/010-base.t} | 0
t/{t081error.t => 850-thread/100-error.t} | 0
t/{t080log.t => 850-thread/110-log.t} | 0
t/{t03test.t => 900-util/010-test.t} | 0
t/{t05error.t => 900-util/020-error.t} | 0
t/{t95log.t => 900-util/030-log.t} | 0
t/{t082limit.t => 900-util/040-limit.t} | 0
t/{t16matrix.t => 900-util/050-matrix.t} | 2 +-
t/{t83extutil.t => 900-util/060-extutil.t} | 0
t/{t81hlines.t => 900-util/060-hlines.t} | 10 +-
t/{t91pod.t => 950-kwalitee/010-pod.t} | 2 +
t/{t92samples.t => 950-kwalitee/020-samples.t} | 13 +-
t/{t93podcover.t => 950-kwalitee/030-podcover.t} | 0
t/{t94kwalitee.t => 950-kwalitee/040-strict.t} | 0
t/{t98meta.t => 950-kwalitee/050-meta.t} | 0
t/950-kwalitee/060-podstruct.t | 99 ++++
typemap | 1 +
typemap.local | 30 ++
129 files changed, 1481 insertions(+), 625 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libimager-perl.git
More information about the Pkg-perl-cvs-commits
mailing list