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 1FACE158089 for ; Mon, 2 Oct 2023 07:15:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 663922BC022; Mon, 2 Oct 2023 07:15:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4F2F62BC022 for ; Mon, 2 Oct 2023 07:15:21 +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 8557F335C34 for ; Mon, 2 Oct 2023 07:15:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF97F8EB for ; Mon, 2 Oct 2023 07:15:18 +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: <1696230838.a41a79febb06018d9a57bfcf351fbe66d2c1e977.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.8.ebuild X-VCS-Directories: media-libs/libkeyfinder/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: a41a79febb06018d9a57bfcf351fbe66d2c1e977 X-VCS-Branch: master Date: Mon, 2 Oct 2023 07:15:18 +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: 9cfeb5f2-90d1-4a38-9947-29cc5b15d45b X-Archives-Hash: 83ddb1f23a6c9923c5ef1c4e2f1f0849 commit: a41a79febb06018d9a57bfcf351fbe66d2c1e977 Author: Miroslav Šulc gentoo org> AuthorDate: Mon Oct 2 07:13:58 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Oct 2 07:13:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a41a79fe media-libs/libkeyfinder: bump to 2.2.8 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/libkeyfinder/Manifest | 1 + media-libs/libkeyfinder/libkeyfinder-2.2.8.ebuild | 34 +++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/media-libs/libkeyfinder/Manifest b/media-libs/libkeyfinder/Manifest index b28734f8163f..201375747f76 100644 --- a/media-libs/libkeyfinder/Manifest +++ b/media-libs/libkeyfinder/Manifest @@ -1 +1,2 @@ DIST libkeyfinder-2.2.7.tar.gz 79462 BLAKE2B 48b788eb871a133d755a892cdf73a677c31979380f0c03d914bf310727dd49f0e4184b2d5020829e7f78f2ad843273b5f983509ff785adc70c425a4260111315 SHA512 b98672cb0cc00326e526b79e96a0e0a8805bcd87f3711247031ea5a4fcb6447627d5b9210197e1cf23fa7c27093649e9fc702f53ee17df00e90a7caf074681e8 +DIST libkeyfinder-2.2.8.tar.gz 79473 BLAKE2B 9341a6d93742516ba213503414c359123b2313134a603ed621a6c7e99e77dbd6f38ad986758d9736c7083fec505c6a1495541a38d825c0d0015e86fa9baa3b3c SHA512 31d86715172b62dd72b122a8d480db4598731b87ca58522ad797116acfcbc53b8ecf8fe7eb2b129857b5044b27d32dda9e03927e0a27f8edcdc5d6ce607a76eb diff --git a/media-libs/libkeyfinder/libkeyfinder-2.2.8.ebuild b/media-libs/libkeyfinder/libkeyfinder-2.2.8.ebuild new file mode 100644 index 000000000000..7b2991afb273 --- /dev/null +++ b/media-libs/libkeyfinder/libkeyfinder-2.2.8.ebuild @@ -0,0 +1,34 @@ +# Copyright 2019-2023 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 +}