This commit is contained in:
Poyraz76
2015-08-20 17:10:28 +03:00
parent 3f819f1027
commit 424c761565
12 changed files with 376 additions and 0 deletions
@@ -0,0 +1,20 @@
#!/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 cmaketools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
def setup():
cmaketools.configure("-DCMAKE_BUILD_TYPE=release", installPrefix="/usr")
def build():
cmaketools.make()
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("*txt")
@@ -0,0 +1,82 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libchromaprint</Name>
<Homepage>http://acoustid.org/chromaprint</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<PartOf>multimedia.plugin</PartOf>
<IsA>app:console</IsA>
<Summary>Chromaprint is the core component of the Acoustid project.</Summary>
<Description>Chromaprint is the core component of the Acoustid project. It's a client-side library that implements a custom algorithm for extracting fingerprints from any audio source.</Description>
<Archive sha1sum="113415ca22298c201721b43e006824c7865afc17" type="targz">https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-1.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>ffmpeg-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libchromaprint</Name>
<RuntimeDependencies>
<Dependency>ffmpeg</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<Package>
<Name>libchromaprint-devel</Name>
<summary>libchromaprint için geliştirme dosyaları</summary>
<RuntimeDependencies>
<Dependency releaseTo="current">libchromaprint</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2014-12-18</Date>
<Version>1.2</Version>
<Comment>Version bump</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-05-25</Date>
<Version>1.1</Version>
<Comment>Rebuild.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-11-25</Date>
<Version>1.1</Version>
<Comment>Version Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-07-28</Date>
<Version>0.7</Version>
<Comment>Move pc files to devel pack, rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-12-17</Date>
<Version>0.7</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libchromaprint</Name>
<Summary xml:lang="en">Chromaprint is the core component of the Acoustid project.</Summary>
<Description xml:lang="en">Chromaprint is the core component of the Acoustid project. It's a client-side library that implements a custom algorithm for extracting fingerprints from any audio source.</Description>
</Source>
<Package>
<Name>libchromaprint-devel</Name>
<Summary xml:lang="tr">libchromaprint için geliştirme dosyaları</Summary>
</Package>
</PISI>