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-plugins/vamp-aubio-plugins/
Date: Fri, 24 Jun 2022 16:57:01 +0000 (UTC)	[thread overview]
Message-ID: <1656089811.c6aacbc0d139a0e7fbab17c9d44e084c7df08167.fordfrog@gentoo> (raw)

commit:     c6aacbc0d139a0e7fbab17c9d44e084c7df08167
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 16:56:51 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 16:56:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6aacbc0

media-plugins/vamp-aubio-plugins: eapi7, added python 3.10 & 3.11, deps cleanup

Bug: https://bugs.gentoo.org/846044
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 .../vamp-aubio-plugins-0.5.1-r2.ebuild             | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.1-r2.ebuild b/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.1-r2.ebuild
new file mode 100644
index 000000000000..a0f66b81af30
--- /dev/null
+++ b/media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.1-r2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit python-any-r1 waf-utils
+
+WAF_PV='2.0.20'
+
+DESCRIPTION="Onset detection, pitch tracking, note tracking and tempo tracking plugins"
+HOMEPAGE="https://www.vamp-plugins.org/"
+SRC_URI="https://aubio.org/pub/vamp-aubio-plugins/${P}.tar.bz2
+	https://waf.io/waf-${WAF_PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+# bug #748057, configure script only allows amd64/x86
+KEYWORDS="-* ~amd64 -x86"
+IUSE=""
+
+DEPEND="media-libs/aubio
+	media-libs/vamp-plugin-sdk
+	=sci-libs/fftw-3*"
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND}
+	${PYTHON_DEPS}"
+
+src_prepare() {
+	rm -r "${S}"/waflib && cp "${DISTDIR}/waf-${WAF_PV}" "${S}"/waf || die 'Failed to update waf'
+	default
+}


             reply	other threads:[~2022-06-24 16:57 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-24 16:57 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-30  9:18 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vamp-aubio-plugins/ Pacho Ramos
2022-06-29 18:05 Miroslav Šulc
2022-06-29  7:52 Agostino Sarubbo
2022-03-21 19:35 Sam James
2022-03-21 19:34 Sam James
2022-03-15 18:32 Sam James
2022-03-09 23:12 Sam James
2020-07-29 21:55 Marek Szuba
2020-07-29 16:21 Marek Szuba
2018-05-24  0:42 Aaron Bauman
2017-02-16  5:08 Alexis Ballier
2017-02-16  5:08 Alexis Ballier

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=1656089811.c6aacbc0d139a0e7fbab17c9d44e084c7df08167.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