chromaprint-1.6.0

This commit is contained in:
4fury-c3440d8
2026-02-16 14:45:09 +04:00
parent 7bdd9546ad
commit 22ac3d3179
2 changed files with 21 additions and 13 deletions
+7 -7
View File
@@ -1,20 +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
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import cmaketools
from pisi.actionsapi import get
from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
def setup():
cmaketools.configure("-DCMAKE_BUILD_TYPE=release", installPrefix="/usr")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr -G Ninja -L")
def build():
cmaketools.make()
mesontools.build()
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
mesontools.install()
pisitools.dodoc("*txt")
pisitools.dodoc("LICENSE.md")
+14 -6
View File
@@ -13,40 +13,48 @@
<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="f54d8b58ff514ab65851d524237b38d8965cba57" type="targz">https://github.com/acoustid/chromaprint/releases/download/v1.5.1/chromaprint-1.5.1.tar.gz</Archive>
<Archive sha1sum="34cc6188bdaa898f6e014757960c272754039a84" type="targz">https://github.com/acoustid/chromaprint/releases/download/v1.6.0/chromaprint-1.6.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>fftw3-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libchromaprint</Name>
<RuntimeDependencies>
<Dependency>ffmpeg</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>ffmpeg</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<Package>
<Name>libchromaprint-devel</Name>
<summary>libchromaprint için geliştirme dosyaları</summary>
<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>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="13">
<Date>2026-02-15</Date>
<Version>1.6.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="12">
<Date>2024-08-10</Date>
<Version>1.5.1</Version>