Package Details: perl-imager 1.024-2

Git Clone URL: https://aur.archlinux.org/perl-imager.git (read-only, click to copy)
Package Base: perl-imager
Description: Perl extension for Generating 24 bit Images
Upstream URL: https://metacpan.org/release/Imager
Licenses: GPL, PerlArtistic
Submitter: xenoterracide
Maintainer: eworm (trizen)
Last Packager: eworm
Votes: 5
Popularity: 0.000081
First Submitted: 2010-02-12 01:19 (UTC)
Last Updated: 2024-09-05 06:32 (UTC)

Latest Comments

eworm commented on 2024-09-05 06:35 (UTC)

Adopted and update. I've added you as a co-maintainer, so you can still push your changes.

trizen commented on 2024-09-05 06:22 (UTC)

@eworm: I'm away from PC for a while. Please feel free to adopt and update the package.

eworm commented on 2024-09-04 20:15 (UTC)

Fails to build now...

freetyp2.c: In function ‘i_ft2_glyph_name’:
freetyp2.c:1142:25: error: implicit declaration of function ‘FT_Has_PS_Glyph_Names’; did you mean ‘FT_Get_Glyph_Name’? [-Wimplicit-function-declaration]
 1142 |   if (reliable_only && !FT_Has_PS_Glyph_Names(handle->face)) {
      |                         ^~~~~~~~~~~~~~~~~~~~~
      |                         FT_Get_Glyph_Name

Please add:

prepare() { 
    cd "$srcdir/$_distdir"
    sed -i '/FT_FREETYPE_H/a #include FT_TYPE1_TABLES_H' FT2/freetyp2.c 
}

trizen commented on 2024-06-25 17:34 (UTC)

Adopted and updated to version 1.024. All tests now pass.

MarsSeed commented on 2024-03-06 10:59 (UTC)

Current version 1.019-2 fails TIFF-related tests, in clean chroot as well:

make[1]: Entering directory '/build/perl-imager/src/Imager-1.019/TIFF'
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- TIFF.bs ../blib/arch/auto/Imager/File/TIFF/TIFF.bs 644
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
# libtiff release 4.6.0

#   Failed test 'read low-level'
#   at t/t10tiff.t line 49.
Use of uninitialized value in subroutine entry at t/t10tiff.t line 53.
Use of uninitialized value in subroutine entry at t/t10tiff.t line 53.
im2 is not of type Imager::ImgRaw at t/t10tiff.t line 53.
# Looks like your test exited with 2 just after 4.
t/t10tiff.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 244/247 subtests

Test Summary Report
-------------------
t/t10tiff.t (Wstat: 512 (exited 2) Tests: 4 Failed: 1)
  Failed test:  4
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 247 tests but ran 4.
Files=1, Tests=4,  1 wallclock secs ( 0.02 usr  0.00 sys +  0.08 cusr  0.01 csys =  0.11 CPU)
Result: FAIL
Failed 1/1 test programs. 1/4 subtests failed.
make[1]: *** [Makefile:836: test_dynamic] Error 2
make[1]: Leaving directory '/build/perl-imager/src/Imager-1.019/TIFF'