From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libaacplus/
Date: Tue, 9 Mar 2021 22:49:52 +0000 (UTC) [thread overview]
Message-ID: <1615330184.7209e33f93a917c7ff0ffeba5c25103737a3f3cf.sam@gentoo> (raw)
commit: 7209e33f93a917c7ff0ffeba5c25103737a3f3cf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 9 22:49:34 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 9 22:49:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7209e33f
media-libs/libaacplus: update EAPI 6 -> 7
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libaacplus/libaacplus-2.0.2-r3.ebuild | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/media-libs/libaacplus/libaacplus-2.0.2-r3.ebuild b/media-libs/libaacplus/libaacplus-2.0.2-r3.ebuild
index 5cc97a7bfb8..6db52835873 100644
--- a/media-libs/libaacplus/libaacplus-2.0.2-r3.ebuild
+++ b/media-libs/libaacplus/libaacplus-2.0.2-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit autotools eutils ltprune multilib-minimal
+inherit autotools multilib-minimal
# This file cannot be mirrored.
# See the notes at http://tipok.org.ua/node/17
@@ -26,9 +26,11 @@ RESTRICT="bindist mirror"
RDEPEND="
!media-sound/aacplusenc
fftw? ( >=sci-libs/fftw-3.3.3-r2:3.0[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
app-arch/unzip
- virtual/pkgconfig"
+ virtual/pkgconfig
+"
PATCHES=(
"${FILESDIR}/${P}-clang-inline-redefinition.patch"
@@ -36,11 +38,15 @@ PATCHES=(
src_prepare() {
default
+
sed \
-e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' \
-i configure.ac || die
+
eautoreconf
+
cp "${DISTDIR}/${TGPPDIST}" src/ || die
+
multilib_copy_sources
}
@@ -55,6 +61,6 @@ multilib_src_compile() {
}
multilib_src_install_all() {
- prune_libtool_files --all
+ find "${ED}" -name '*.la' -delete || die
einstalldocs
}
next reply other threads:[~2021-03-09 22:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-09 22:49 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-12-02 0:32 [gentoo-commits] repo/gentoo:master commit in: media-libs/libaacplus/ Aaron Bauman
2019-09-28 9:27 Michał Górny
2019-05-13 19:28 Markus Meier
2019-04-28 22:06 Thomas Deutschmann
2019-04-08 15:12 Mikle Kolyada
2019-04-07 20:52 Sergei Trofimovich
2017-04-01 12:15 Michael Weber
2017-04-01 12:15 Michael Weber
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=1615330184.7209e33f93a917c7ff0ffeba5c25103737a3f3cf.sam@gentoo \
--to=sam@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