summaryrefslogtreecommitdiff
path: root/media-libs/libkeyfinder
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /media-libs/libkeyfinder
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'media-libs/libkeyfinder')
-rw-r--r--media-libs/libkeyfinder/Manifest4
-rw-r--r--media-libs/libkeyfinder/libkeyfinder-2.2.5.ebuild34
-rw-r--r--media-libs/libkeyfinder/libkeyfinder-2.2.6.ebuild2
3 files changed, 2 insertions, 38 deletions
diff --git a/media-libs/libkeyfinder/Manifest b/media-libs/libkeyfinder/Manifest
index 433e1d4d193b..e996d4819869 100644
--- a/media-libs/libkeyfinder/Manifest
+++ b/media-libs/libkeyfinder/Manifest
@@ -1,5 +1,3 @@
-DIST libkeyfinder-2.2.5.tar.gz 79220 BLAKE2B a0a9b6b0d392d8da7be479e30a733f64f0c0723a1890a969ff1cc0ffc56599778148f7fe081724e83f1b3cc2217bb52f46418ed328da7d34d9229aabf24cbaef SHA512 54463d1f1111dc474d3e43723fddd5579ea1a3842f99f43e50e85622a1d6ee6fe42b22c300ce5ba5807cf6b2d7067af741773af95974a42c5d863c53165893eb
DIST libkeyfinder-2.2.6.tar.gz 79371 BLAKE2B dbc1b531098686169cf358a631ce2dfd8d053df93cbcc31b4fd1320ee01f84e60f0b4e290d57b31f0ba09b7d81430574b98dbc4a181953119a732f019c437f48 SHA512 c1b771cebfb925db521a344e28fd1d3bc6e6e921e45dcc81f90926e5b2020fea201a4bc05a65177d3559208a45746fd7784eb6f37352bb10ab7d7b820b40c0b6
-EBUILD libkeyfinder-2.2.5.ebuild 633 BLAKE2B 0498b9032218a6e8912666f125cf12601870b018f0babe3f2bafcf907f1d95e140845840938d18821dd1de6de43d393aa1ea80732711a921295ed4349ca6a084 SHA512 20071b62303ef5f15c32aeb001dba8f0dfd4c8a10ed04b220a5a15a367acb57bf7652d557ebde32b9744944c4270870fbb0c0e40f2064260779bb26ef6cf2935
-EBUILD libkeyfinder-2.2.6.ebuild 633 BLAKE2B 2682a8a8a2ed7755cabbfbf61af10c7cec8273d4a1c06fb261f1f3e95eda618b4fd137a2a6da108ee04ffa00433bd830928b787962ee45f3dc6db978d27472bb SHA512 5430c319e2208547ff35462d45325cde341e088c76b17fb99945fe3407f5a3ca18265361faee82b355cf1c333873d4c91e3d3441211af0734b3f6d05a826bbf8
+EBUILD libkeyfinder-2.2.6.ebuild 632 BLAKE2B 47da5f4d0e30c7079f2a272069b34f09b257be64601e95d73d2d5d3dab3b509e43b592198d7173b7ac1f4c2eb329945274f397e7b7a40922e2209e5617e0d99c SHA512 0ac33a037a00e4834bd0d828b095a47d3df68c18225651e2862a3e0fbe705f0842afe4c6cedd22f0ffd735a39a49dc0ea6570f775c20efa9276445f060a6e94b
MISC metadata.xml 260 BLAKE2B 67e6833093739454709d11437f08f56992d87b35e1f70405c5667ce6f35164e50891bd5a590f67a234c7a6bcfaa53bbd3b0034324a70aaabf1dfbdac16c20681 SHA512 ec587e23153929573978a938c94e2e87519f5e08fba1e07d0aedfa782f6ce09480299149ad874c04f7f5acf21c1ca8275efcb2a3589d16842041ce1c11cb63ab
diff --git a/media-libs/libkeyfinder/libkeyfinder-2.2.5.ebuild b/media-libs/libkeyfinder/libkeyfinder-2.2.5.ebuild
deleted file mode 100644
index 43183be273ec..000000000000
--- a/media-libs/libkeyfinder/libkeyfinder-2.2.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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 ~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
-}
diff --git a/media-libs/libkeyfinder/libkeyfinder-2.2.6.ebuild b/media-libs/libkeyfinder/libkeyfinder-2.2.6.ebuild
index 4b58f20bc804..453059773918 100644
--- a/media-libs/libkeyfinder/libkeyfinder-2.2.6.ebuild
+++ b/media-libs/libkeyfinder/libkeyfinder-2.2.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mixxxdj/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
IUSE=""
RDEPEND="