Files
main/programming/language/perl/perl-Cairo/pspec.xml
T
2026-04-08 15:12:14 +03:00

78 lines
2.4 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-Cairo</Name>
<Homepage>https://metacpan.org/pod/Cairo</Homepage>
<Packager>
<Name>Pisilinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPL-2.1</License>
<IsA>library</IsA>
<PartOf>programming.language.perl</PartOf>
<Summary>Perl bindings to the cairo graphics library</Summary>
<Description>
Cairo provides Perl bindings for the vector graphics library cairo. It supports multiple output targets, including PNG, PDF and SVG. Cairo produces identical output on all those targets.
</Description>
<Archive sha1sum="549a055054854d69e055fc5d9a071bece3f4d2f9" type="targz">
https://cpan.metacpan.org/authors/id/X/XA/XAOC/Cairo-1.109.tar.gz
</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>perl-Font-FreeType</Dependency>
<Dependency>perl-ExtUtils-Depends</Dependency>
<Dependency>perl-Test-Number-Delta</Dependency>
<Dependency>perl-ExtUtils-PkgConfig</Dependency>
<Dependency>perl-ExtUtils-MakeMaker</Dependency>
<Dependency>libxcrypt-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Cairo</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>cairo</Dependency>
<Dependency>freetype</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2026-04-08</Date>
<Version>1.109</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2025-07-08</Date>
<Version>1.109</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2024-05-16</Date>
<Version>1.109</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-12-21</Date>
<Version>1.109</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>