From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4155158091 for ; Mon, 20 Jun 2022 04:17:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF8BDE0AFA; Mon, 20 Jun 2022 04:17:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4AE3E0AFA for ; Mon, 20 Jun 2022 04:17:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACE573412FE for ; Mon, 20 Jun 2022 04:17:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F6FA34C for ; Mon, 20 Jun 2022 04:17:51 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1655698664.5ea7340fda42bc0d92fc2344731353a6743b3f5b.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libkeyfinder/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libkeyfinder/Manifest media-libs/libkeyfinder/libkeyfinder-2.2.7.ebuild X-VCS-Directories: media-libs/libkeyfinder/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 5ea7340fda42bc0d92fc2344731353a6743b3f5b X-VCS-Branch: master Date: Mon, 20 Jun 2022 04:17:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6d8627e-5c59-4f9f-8809-2d80b510212d X-Archives-Hash: 7b9bd15a60a3acf064df3206cb92bf56 commit: 5ea7340fda42bc0d92fc2344731353a6743b3f5b Author: Miroslav Šulc gentoo org> AuthorDate: Mon Jun 20 04:17:44 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Jun 20 04:17:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea7340f media-libs/libkeyfinder: bump to 2.2.7 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/libkeyfinder/Manifest | 1 + media-libs/libkeyfinder/libkeyfinder-2.2.7.ebuild | 34 +++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/media-libs/libkeyfinder/Manifest b/media-libs/libkeyfinder/Manifest index 7857618bbfd0..260feac4c665 100644 --- a/media-libs/libkeyfinder/Manifest +++ b/media-libs/libkeyfinder/Manifest @@ -1 +1,2 @@ DIST libkeyfinder-2.2.6.tar.gz 79371 BLAKE2B dbc1b531098686169cf358a631ce2dfd8d053df93cbcc31b4fd1320ee01f84e60f0b4e290d57b31f0ba09b7d81430574b98dbc4a181953119a732f019c437f48 SHA512 c1b771cebfb925db521a344e28fd1d3bc6e6e921e45dcc81f90926e5b2020fea201a4bc05a65177d3559208a45746fd7784eb6f37352bb10ab7d7b820b40c0b6 +DIST libkeyfinder-2.2.7.tar.gz 79462 BLAKE2B 48b788eb871a133d755a892cdf73a677c31979380f0c03d914bf310727dd49f0e4184b2d5020829e7f78f2ad843273b5f983509ff785adc70c425a4260111315 SHA512 b98672cb0cc00326e526b79e96a0e0a8805bcd87f3711247031ea5a4fcb6447627d5b9210197e1cf23fa7c27093649e9fc702f53ee17df00e90a7caf074681e8 diff --git a/media-libs/libkeyfinder/libkeyfinder-2.2.7.ebuild b/media-libs/libkeyfinder/libkeyfinder-2.2.7.ebuild new file mode 100644 index 000000000000..a1080a7f5d67 --- /dev/null +++ b/media-libs/libkeyfinder/libkeyfinder-2.2.7.ebuild @@ -0,0 +1,34 @@ +# Copyright 2019-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Musical key detection library for digital audio" +HOMEPAGE="https://github.com/mixxxdj/libkeyfinder" +SRC_URI="https://github.com/mixxxdj/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +RDEPEND=" + sci-libs/fftw:3.0 +" +DEPEND="${RDEPEND}" + +src_prepare() { + sed -i -e "s/NAMES fftw /NAMES /" \ + cmake/FindFFTW3.cmake || die + cmake_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DBUILD_TESTING=OFF + ) + + cmake_src_configure +}