123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>telepathy-qt5</Name>
- <Homepage>http://telepathy.freedesktop.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <Summary>Qt based classes for Telepathy communication framework</Summary>
- <Description>The Telepathy project is about building a unified framework for many different kinds of real-time communications. telepathy-qt contains Qt-based base and proxy classes for use in connection managers and clients.</Description>
- <Archive sha1sum="cb4bf4a69e38451880ac88fa0e44a8a6f5bfe9cb" type="targz">http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-0.9.8.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>qt5-doc</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>qt5-assistant-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- <Dependency>dbus-glib-devel</Dependency>
- <Dependency>libxml2-devel</Dependency>
- <Dependency>farstream-devel</Dependency>
- <Dependency>telepathy-farstream-devel</Dependency>
- <Dependency>doxygen</Dependency>
- </BuildDependencies>
- <Patches>
- <!--Patch level="1">gstreamer-1.6.patch</Patch-->
- <!--Patch level="1">glibc-2.20.patch</Patch-->
- </Patches>
- </Source>
- <Package>
- <Name>telepathy-qt5</Name>
- <RuntimeDependencies>
- <Dependency>glib2</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>qt5-base</Dependency>
- <Dependency>telepathy-glib</Dependency>
- <Dependency>telepathy-farstream</Dependency>
- <Dependency>doxygen</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>telepathy-qt5-devel</Name>
- <Summary>Development files for telepathy-qt5</Summary>
- <RuntimeDependencies>
- <Dependency release="current">telepathy-qt5</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>telepathy-glib-devel</Dependency>
- <Dependency>telepathy-farstream-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2020-05-11</Date>
- <Version>0.9.8</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-09-10</Date>
- <Version>0.9.7</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-05-20</Date>
- <Version>0.9.7</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>0.9.6</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-30</Date>
- <Version>0.9.6</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|