diff --git a/multimedia/plugin/libchromaprint/actions.py b/multimedia/plugin/libchromaprint/actions.py index bccf7c0323..66aaf1b0d0 100644 --- a/multimedia/plugin/libchromaprint/actions.py +++ b/multimedia/plugin/libchromaprint/actions.py @@ -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") - \ No newline at end of file + pisitools.dodoc("LICENSE.md") diff --git a/multimedia/plugin/libchromaprint/pspec.xml b/multimedia/plugin/libchromaprint/pspec.xml index 405dfc96aa..13b1923b64 100644 --- a/multimedia/plugin/libchromaprint/pspec.xml +++ b/multimedia/plugin/libchromaprint/pspec.xml @@ -13,40 +13,48 @@ app:console Chromaprint is the core component of the Acoustid project. 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. - https://github.com/acoustid/chromaprint/releases/download/v1.5.1/chromaprint-1.5.1.tar.gz + https://github.com/acoustid/chromaprint/releases/download/v1.6.0/chromaprint-1.6.0.tar.gz + cmake + ninja boost-devel fftw3-devel ffmpeg-devel - cmake libchromaprint - ffmpeg libgcc + ffmpeg - /usr/share /usr/lib + /usr/share libchromaprint-devel - libchromaprint için geliştirme dosyaları + libchromaprint için geliştirme dosyaları libchromaprint /usr/include - /usr/lib/pkgconfig + /usr/lib/pkgconfig + + 2026-02-15 + 1.6.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-08-10 1.5.1