Files
main/desktop/kde/applications/libkface/pspec.xml
T
2016-12-23 15:16:21 +01:00

110 lines
4.3 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libkface</Name>
<Homepage>https://projects.kde.org/projects/kde/kdegraphics/libs/libkface</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.kde.graphics</PartOf>
<Summary>A Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures</Summary>
<Description>Libkface is a Qt/C++ library to perform face recognition and detection over pictures.This library is used by kipi-plugins, digiKam and others Kipi host programs.</Description>
<Archive type="tarxz" sha1sum="941d4b469f2ec72919f27637b893e6db889022f9">mirrors://kde/stable/applications/16.12.0/src/libkface-16.12.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-sql-postgresql</Dependency>
<Dependency>qt5-sql-mysql</Dependency>
<Dependency>qt5-sql-odbc</Dependency>
<Dependency>qt5-sql-sqlite</Dependency>
<Dependency>opencv-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libkface</Name>
<Summary>A Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures</Summary>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>opencv</Dependency>
<Dependency>qt5-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/*.so.*</Path>
<Path fileType="data">/usr/share/libkface</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libkface-devel</Name>
<IsA>library</IsA>
<Summary>Development files for libkface</Summary>
<RuntimeDependencies>
<Dependency release="current">libkface</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/KF5</Path>
<Path fileType="header">/usr/include/libkface_version.h</Path>
<Path fileType="library">/usr/lib/cmake/KF5KFace</Path>
<Path fileType="library">/usr/lib/*.so</Path>
</Files>
</Package>
<History>
<Update release="7">
<Date>2016-12-23</Date>
<Version>16.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2016-11-28</Date>
<Version>16.08.3</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2016-10-22</Date>
<Version>16.08.2</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilnux.org</Email>
</Update>
<Update release="4">
<Date>2016-10-12</Date>
<Version>16.08.1</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2016-07-31</Date>
<Version>16.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-05-19</Date>
<Version>16.04.0</Version>
<Comment>Version bump.</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-20</Date>
<Version>15.12.3</Version>
<Comment>First release</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
</History>
</PISI>