123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>perl-Glib-Object-Introspection</Name>
- <Homepage>https://metacpan.org/pod/Glib::Object::Introspection</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>Glib::Object::Introspection - Dynamically create Perl language bindings.</Summary>
- <Description>
- Glib::Object::Introspection uses the gobject-introspection and libffi projects to dynamically create Perl bindings for a wide variety of libraries. Examples include gtk+, webkit, libsoup and many more.
- </Description>
- <Archive sha1sum="0eb18bebb83a22a4fcf4e9f2f521ce2cff4cd148" type="targz">
- https://cpan.metacpan.org/authors/id/X/XA/XAOC/Glib-Object-Introspection-0.049.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-Glib</Dependency>
- <Dependency>perl-Cairo</Dependency>
- <Dependency>cairo-devel</Dependency>
- <Dependency>perl-Cairo-Gobject</Dependency>
- <Dependency>perl-ExtUtils-Depends</Dependency>
- <Dependency>perl-ExtUtils-PkgConfig</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>perl-Glib-Object-Introspection</Name>
- <RuntimeDependencies>
- <Dependency>perl</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>libffi</Dependency>
- <Dependency>gobject-introspection</Dependency>
- <Dependency>perl-ExtUtils-Depends</Dependency>
- <Dependency>perl-ExtUtils-PkgConfig</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2024-05-16</Date>
- <Version>0.049</Version>
- <Comment>Rebuild.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2023-10-29</Date>
- <Version>0.049</Version>
- <Comment>Rebuild.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2022-11-16</Date>
- <Version>0.049</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|