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.000010
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.