public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/darkice/
Date: Sat, 23 Mar 2019 10:18:00 +0000 (UTC)	[thread overview]
Message-ID: <1553336272.bf2aa5e01c6d97d1ea8c7fb1cb2a5804cd45635b.polynomial-c@gentoo> (raw)

commit:     bf2aa5e01c6d97d1ea8c7fb1cb2a5804cd45635b
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 23 10:17:52 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 10:17:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf2aa5e0

media-sound/darkice: Minor ebuild improvements.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-sound/darkice/darkice-1.3.ebuild | 31 ++++++++++++++-----------------
 1 file changed, 14 insertions(+), 17 deletions(-)

diff --git a/media-sound/darkice/darkice-1.3.ebuild b/media-sound/darkice/darkice-1.3.ebuild
index b3c01b46636..5ea84fbe503 100644
--- a/media-sound/darkice/darkice-1.3.ebuild
+++ b/media-sound/darkice/darkice-1.3.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils
 
 DESCRIPTION="A live audio streamer"
 HOMEPAGE="http://www.darkice.org/"
@@ -28,23 +27,21 @@ DEPEND="${RDEPEND}"
 REQUIRED_USE="|| ( aac aacplus mp3 opus twolame vorbis )
 		|| ( alsa jack pulseaudio )"
 
-#PATCHES=(
-#	"${FILESDIR}"/${PN}-1.2-gcc47.patch
-#)
-
 src_configure() {
-	econf \
-		$(use_enable debug) \
-		$(use_with aac faac) \
-		$(use_with aacplus) \
-		$(use_with alsa) \
-		$(use_with jack) \
-		$(use_with libsamplerate samplerate) \
-		$(use_with mp3 lame) \
-		$(use_with opus) \
-		$(use_with pulseaudio) \
-		$(use_with twolame) \
+	local myeconfargs=(
+		$(use_enable debug)
+		$(use_with aac faac)
+		$(use_with aacplus)
+		$(use_with alsa)
+		$(use_with jack)
+		$(use_with libsamplerate samplerate)
+		$(use_with mp3 lame)
+		$(use_with opus)
+		$(use_with pulseaudio)
+		$(use_with twolame)
 		$(use_with vorbis)
+	)
+	econf "${myeconfargs[@]}"
 }
 
 src_install() {


             reply	other threads:[~2019-03-23 10:18 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-23 10:18 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-29 18:29 [gentoo-commits] repo/gentoo:master commit in: media-sound/darkice/ Andreas Sturmlechner
2022-09-22  4:09 Sam James
2021-07-26  5:14 Sam James
2021-07-26  5:14 Sam James
2021-07-26  5:14 Sam James
2020-10-04 17:26 Miroslav Šulc
2020-10-04 17:22 Sam James
2020-09-12  8:12 Sergei Trofimovich
2020-09-07 17:39 Sergei Trofimovich
2020-09-05 21:16 Thomas Deutschmann
2020-08-08 18:27 Miroslav Šulc
2020-08-02 12:44 Sergei Trofimovich
2019-03-24 20:12 Sergei Trofimovich
2019-03-24 10:01 Agostino Sarubbo
2018-10-02 12:11 Andreas Sturmlechner
2016-09-24 23:24 Lars Wendler
2016-09-23 10:47 Lars Wendler
2015-09-01 19:55 Tobias Klausmann

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=1553336272.bf2aa5e01c6d97d1ea8c7fb1cb2a5804cd45635b.polynomial-c@gentoo \
    --to=polynomial-c@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