1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>gobject-introspection</Name>
- <Homepage>http://live.gnome.org/GObjectIntrospection</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2+</License>
- <License>GPLv2+</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>Introspection system for GObject-based libraries</Summary>
- <Description>gobject-introspection can scan C header and source files in order to generate introspection typelib files. It also provides an API to examine typelib files, useful for creating language bindings among other things.</Description>
- <Archive sha1sum="5907f70bd275dceb4d3cb825ddce82cb1fdb4242" type="tarxz">mirrors://gnome/gobject-introspection/1.50/gobject-introspection-1.50.0.tar.xz</Archive>
- <BuildDependencies>
- <!--<Dependency>cairo-devel</Dependency>-->
- <Dependency>libffi-devel</Dependency>
- <Dependency>python-devel</Dependency>
- <!--<Dependency>python-mako</Dependency>--><!--for enable-doctool-->
- <Dependency versionFrom="2.50.2">glib2-devel</Dependency>
- <Dependency>chrpath</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>gobject-introspection</Name>
- <RuntimeDependencies>
- <Dependency>libffi</Dependency>
- <Dependency>glib2</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/lib*.so*</Path>
- <Path fileType="data">/usr/lib/girepository-1.0/*.typelib</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>gobject-introspection-devel</Name>
- <Summary>Development files for gobject-introspection</Summary>
- <RuntimeDependencies>
- <Dependency release="current">gobject-introspection</Dependency>
- <!-- gobject-introspection's pc file needs libffi's pc file-->
- <Dependency>libffi</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>libffi-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/gobject-introspection</Path>
- <Path fileType="executable">/usr/bin/g-ir-*</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/share/gir-1.0</Path>
- <Path fileType="data">/usr/share/aclocal</Path>
- <Path fileType="data">/usr/share/gobject-introspection-1.0</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-02-06</Date>
- <Version>1.50.0</Version>
- <Comment>Version Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>1.46.0</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-13</Date>
- <Version>1.46.0</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|