libkface:first release

This commit is contained in:
alihanozturk
2015-12-20 00:14:25 +02:00
parent aba4705ee7
commit 272e201e4e
2 changed files with 85 additions and 0 deletions
@@ -0,0 +1,19 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("AUTHORS", "COPYING*", "README", "TODO")
@@ -0,0 +1,66 @@
<?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>
<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="2b19fa4fd87e4226c327c6e9c0362d8dc7903654">http://download.kde.org/stable/applications/15.12.0/src/libkface-15.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="1">
<Date>2015-12-19</Date>
<Version>15.12.0</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>