public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/faac/
Date: Mon, 23 Dec 2019 15:25:13 +0000 (UTC)	[thread overview]
Message-ID: <1577114704.0597ad045c450eb468c4500d9ddb05584de70c3d.soap@gentoo> (raw)

commit:     0597ad045c450eb468c4500d9ddb05584de70c3d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 23 15:25:04 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 15:25:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0597ad04

media-libs/faac: Port to EAPI 7

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-libs/faac/faac-1.29.9.2.ebuild | 27 +++++++++------------------
 1 file changed, 9 insertions(+), 18 deletions(-)

diff --git a/media-libs/faac/faac-1.29.9.2.ebuild b/media-libs/faac/faac-1.29.9.2.ebuild
index 58776bbdaad..8b790a669fc 100644
--- a/media-libs/faac/faac-1.29.9.2.ebuild
+++ b/media-libs/faac/faac-1.29.9.2.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit autotools epunt-cxx multilib-minimal
+inherit autotools multilib-minimal
 
 DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com"
 HOMEPAGE="https://www.audiocoding.com"
@@ -12,34 +12,25 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="LGPL-2.1 MPEG-4"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="static-libs"
-
-DEPEND="${RDEPEND}"
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
 
 src_prepare() {
 	default
-
 	sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #466984
-
 	eautoreconf
-	epunt_cxx
 }
 
 multilib_src_configure() {
-	local myconf=(
-		$(use_enable static-libs static)
-	)
+	ECONF_SOURCE="${S}" econf --disable-static
 
-	ECONF_SOURCE="${S}" econf ${myconf[@]}
-
-	# do not build the frontend for non default abis
-	if [ "${ABI}" != "${DEFAULT_ABI}" ] ; then
+	# do not build the frontend for non-native abis
+	if ! multilib_is_native_abi; then
 		sed -i -e 's/frontend//' Makefile || die
 	fi
 }
 
-multilib_src_install() {
-	emake DESTDIR="${D}" install
+multilib_src_install_all() {
+	einstalldocs
+
+	# no static archives
 	find "${D}" -name '*.la' -delete || die
 }


             reply	other threads:[~2019-12-23 15:25 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-23 15:25 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-05  5:30 [gentoo-commits] repo/gentoo:master commit in: media-libs/faac/ WANG Xuerui
2021-08-25  0:10 Marek Szuba
2021-01-08  9:52 Miroslav Šulc
2021-01-08  9:52 Miroslav Šulc
2021-01-07 16:52 Sam James
2021-01-03  1:26 Sam James
2020-12-31 11:22 Sergei Trofimovich
2020-12-31  3:26 Sam James
2020-12-31  3:26 Sam James
2020-12-30  2:20 Sam James
2020-07-02 23:52 Lars Wendler
2019-05-15 13:54 Aaron Bauman
2018-10-02 12:11 Andreas Sturmlechner
2018-10-02 12:11 Andreas Sturmlechner
2018-10-02 10:58 Tobias Klausmann
2018-09-24 18:17 Markus Meier
2018-09-21  7:41 Agostino Sarubbo
2018-09-19 19:51 Sergei Trofimovich
2018-09-19 17:35 Thomas Deutschmann
2018-09-18 17:15 Matt Turner
2018-09-18 17:15 Matt Turner
2017-11-21 15:09 Lars Wendler
2017-11-06 15:29 Lars Wendler
2017-11-06 15:29 Lars Wendler
2017-10-25  7:47 Lars Wendler
2017-10-19  8:19 Jeroen Roovers
2017-10-17 10:37 Lars Wendler
2017-10-17 10:37 Lars Wendler
2017-10-11  7:47 Lars Wendler
2017-10-11  7:47 Lars Wendler
2017-10-03 20:59 Lars Wendler
2017-10-03 20:59 Lars Wendler
2017-09-05 22:03 Lars Wendler
2017-09-05 22:03 Lars Wendler
2017-08-29 23:32 Lars Wendler
2017-08-29 23:32 Lars Wendler
2017-08-22 14:49 Lars Wendler
2017-08-21  8:31 Lars Wendler
2017-08-21  8:31 Lars Wendler
2017-08-15 10:03 Lars Wendler
2017-08-15 10:03 Lars Wendler
2017-07-24  8:48 Lars Wendler
2017-07-20  9:35 Lars Wendler
2017-07-20  9:35 Lars Wendler
2017-06-19 20:07 Alexis Ballier
2017-04-14 17:03 Michał Górny
2017-04-14 16:28 Michał Górny

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=1577114704.0597ad045c450eb468c4500d9ddb05584de70c3d.soap@gentoo \
    --to=soap@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