public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libkeyfinder/
Date: Wed, 30 Dec 2020 06:55:08 +0000 (UTC)	[thread overview]
Message-ID: <1609311289.89e2287eefb13610ac5e5be8db22e6a78913c806.fordfrog@gentoo> (raw)

commit:     89e2287eefb13610ac5e5be8db22e6a78913c806
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 06:54:49 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 06:54:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e2287e

media-libs/libkeyfinder: new ebuild

Closes: https://bugs.gentoo.org/760030
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/libkeyfinder/Manifest                  |  1 +
 media-libs/libkeyfinder/libkeyfinder-2.2.3.ebuild | 30 +++++++++++++++++++++++
 media-libs/libkeyfinder/metadata.xml              |  8 ++++++
 3 files changed, 39 insertions(+)

diff --git a/media-libs/libkeyfinder/Manifest b/media-libs/libkeyfinder/Manifest
new file mode 100644
index 00000000000..37c7a17c076
--- /dev/null
+++ b/media-libs/libkeyfinder/Manifest
@@ -0,0 +1 @@
+DIST libkeyfinder-2.2.3.tar.gz 117373 BLAKE2B a6d3ff64f26e0842c95dea125ae86f3c642db101fe934bf0a54a3586276cea1f2ee427e480e4f375067b80b2c9d9623f9276110371cc91c8b8d9319c92fd91d3 SHA512 7617bb7305854790e2d5fba5e401387612cad4fa61e9209a6af45301ee8dcc990c116e478c70a5d845d12fc6dfaf63362dca608f4774640bc6c29459ca192f45

diff --git a/media-libs/libkeyfinder/libkeyfinder-2.2.3.ebuild b/media-libs/libkeyfinder/libkeyfinder-2.2.3.ebuild
new file mode 100644
index 00000000000..9a3be69a665
--- /dev/null
+++ b/media-libs/libkeyfinder/libkeyfinder-2.2.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2019-2020 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/libKeyFinder/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}"
+
+S=${WORKDIR}/libKeyFinder-${PV}
+
+src_prepare() {
+	sed -i -e "s/NAMES fftw /NAMES /" \
+		cmake/FindFFTW.cmake || die
+	sed -i -e "s/DESTINATION lib/DESTINATION $(get_libdir)/" \
+		CMakeLists.txt || die
+	cmake_src_prepare
+}

diff --git a/media-libs/libkeyfinder/metadata.xml b/media-libs/libkeyfinder/metadata.xml
new file mode 100644
index 00000000000..e1df46e39c2
--- /dev/null
+++ b/media-libs/libkeyfinder/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>proaudio@gentoo.org</email>
+		<name>Gentoo ProAudio Project</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2020-12-30  6:55 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-30  6:55 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-08 10:22 [gentoo-commits] repo/gentoo:master commit in: media-libs/libkeyfinder/ Miroslav Šulc
2021-01-28 11:53 Miroslav Šulc
2021-02-28  8:24 Miroslav Šulc
2021-07-20  6:24 Miroslav Šulc
2021-10-10  2:20 Sam James
2022-01-05  8:25 Miroslav Šulc
2022-01-05  8:25 Miroslav Šulc
2022-02-22  8:06 Miroslav Šulc
2022-02-22 19:25 Sam James
2022-05-10 13:48 Agostino Sarubbo
2022-06-20  4:17 Miroslav Šulc
2022-07-22  7:43 Agostino Sarubbo
2022-07-22  7:49 Agostino Sarubbo
2022-07-23  3:41 Miroslav Šulc
2023-10-02  7:15 Miroslav Šulc
2023-10-02  7:15 Miroslav Šulc
2023-11-01 10:48 Sam James
2023-11-01 10:48 Sam James
2024-08-01 16:23 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1609311289.89e2287eefb13610ac5e5be8db22e6a78913c806.fordfrog@gentoo \
    --to=fordfrog@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox