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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2CDD91382C5 for ; Thu, 28 Jan 2021 11:53:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36ADDE0A91; Thu, 28 Jan 2021 11:53:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 167BAE0A91 for ; Thu, 28 Jan 2021 11:53:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF046340D2E for ; Thu, 28 Jan 2021 11:53:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE55432B for ; Thu, 28 Jan 2021 11:53:08 +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: <1611834782.4422e2b87fa82116e44ae71240ae02f65f75fc75.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.4.ebuild X-VCS-Directories: media-libs/libkeyfinder/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 4422e2b87fa82116e44ae71240ae02f65f75fc75 X-VCS-Branch: master Date: Thu, 28 Jan 2021 11:53:08 +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: 6a602f7f-443b-485b-9656-fcf67bd643f1 X-Archives-Hash: 3ecdcd20734b10f01a49351d53613523 commit: 4422e2b87fa82116e44ae71240ae02f65f75fc75 Author: Miroslav Šulc gentoo org> AuthorDate: Thu Jan 28 11:52:43 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Jan 28 11:53:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4422e2b8 media-libs/libkeyfinder: bump to 2.2.4 by jospezial gmx.de> Closes: https://bugs.gentoo.org/767709 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/libkeyfinder/Manifest | 1 + media-libs/libkeyfinder/libkeyfinder-2.2.4.ebuild | 34 +++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/media-libs/libkeyfinder/Manifest b/media-libs/libkeyfinder/Manifest index 37c7a17c076..3326d609032 100644 --- a/media-libs/libkeyfinder/Manifest +++ b/media-libs/libkeyfinder/Manifest @@ -1 +1,2 @@ DIST libkeyfinder-2.2.3.tar.gz 117373 BLAKE2B a6d3ff64f26e0842c95dea125ae86f3c642db101fe934bf0a54a3586276cea1f2ee427e480e4f375067b80b2c9d9623f9276110371cc91c8b8d9319c92fd91d3 SHA512 7617bb7305854790e2d5fba5e401387612cad4fa61e9209a6af45301ee8dcc990c116e478c70a5d845d12fc6dfaf63362dca608f4774640bc6c29459ca192f45 +DIST libkeyfinder-2.2.4.tar.gz 79053 BLAKE2B 4d30931451625b00e1ecc2bfb6349497887ab805b5a986e05dbc51fb007a2aededcefbf9fc18c1beb7a7bc4e368c763a658979b5c5c6f7e91f4a21797ad414d7 SHA512 6673b9a81dbfa3693fc4e7af4e5fc0f351f0c60b00fdafeb9e3437e2f77b5fec7d1e78e3989ff1daca72770a1d3cdbe3837508718b8e8aba3ac3f3d56af81a56 diff --git a/media-libs/libkeyfinder/libkeyfinder-2.2.4.ebuild b/media-libs/libkeyfinder/libkeyfinder-2.2.4.ebuild new file mode 100644 index 00000000000..b102bfc23bf --- /dev/null +++ b/media-libs/libkeyfinder/libkeyfinder-2.2.4.ebuild @@ -0,0 +1,34 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="Musical key detection library for digital audio" +HOMEPAGE="https://github.com/mixxxdj/libkeyfinder" +SRC_URI="https://github.com/mixxxdj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~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 +}