From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libxtract/
Date: Wed, 12 Jan 2022 15:07:32 +0000 (UTC) [thread overview]
Message-ID: <1642000037.5eb6d59158fc7624e2f3575c111b893d4f8d1c48.jsmolic@gentoo> (raw)
commit: 5eb6d59158fc7624e2f3575c111b893d4f8d1c48
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 12 12:37:56 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jan 12 15:07:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb6d591
media-libs/libxtract: Port to EAPI 8
Closes: https://bugs.gentoo.org/828718
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
media-libs/libxtract/libxtract-0.6.6.ebuild | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/media-libs/libxtract/libxtract-0.6.6.ebuild b/media-libs/libxtract/libxtract-0.6.6.ebuild
index b3d815fbc397..2776aeba9849 100644
--- a/media-libs/libxtract/libxtract-0.6.6.ebuild
+++ b/media-libs/libxtract/libxtract-0.6.6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
DESCRIPTION="A simple, portable, lightweight library of audio feature extraction functions"
HOMEPAGE="https://github.com/jamiebullock/LibXtract"
@@ -10,23 +10,24 @@ SRC_URI="https://github.com/downloads/jamiebullock/LibXtract/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ppc64 x86"
-IUSE="doc fftw static-libs"
+IUSE="doc fftw"
RDEPEND="fftw? ( sci-libs/fftw:3.0 )"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
+DEPEND="${RDEPEND}"
+BDEPEND="doc? ( app-doc/doxygen )"
src_configure() {
econf \
$(use_enable fftw fft) \
- $(use_enable static-libs static)
# Prevent doc from being generated automagically
- use doc || touch doc/doxygen-build.stamp
+ if ! use doc; then
+ touch doc/doxygen-build.stamp || die
+ fi
}
src_install() {
emake DESTDIR="${D}" install
- find "${ED}" -name "*.la" -delete
+ find "${ED}" -name "*.la" -delete || die
dodoc README.md TODO AUTHORS
- use doc && dohtml doc/html/*
+ use doc && dodoc -r doc/html/.
}
next reply other threads:[~2022-01-12 15:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-12 15:07 Jakov Smolić [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-01-12 16:59 [gentoo-commits] repo/gentoo:master commit in: media-libs/libxtract/ Jakov Smolić
2022-01-13 10:04 Jakov Smolić
2023-05-01 12:37 Sam James
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=1642000037.5eb6d59158fc7624e2f3575c111b893d4f8d1c48.jsmolic@gentoo \
--to=jsmolic@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