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: Fri, 23 Sep 2016 10:47:49 +0000 (UTC)	[thread overview]
Message-ID: <1474627665.6f7a44f7335766f79f887c1058c2612ebe795244.polynomial-c@gentoo> (raw)

commit:     6f7a44f7335766f79f887c1058c2612ebe795244
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 10:44:40 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 10:47:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f7a44f7

media-sound/darkice: Bump to version 1.3

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-sound/darkice/Manifest           |  1 +
 media-sound/darkice/darkice-1.3.ebuild | 54 ++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/media-sound/darkice/Manifest b/media-sound/darkice/Manifest
index 2ba5042..5b7cb1d 100644
--- a/media-sound/darkice/Manifest
+++ b/media-sound/darkice/Manifest
@@ -1 +1,2 @@
 DIST darkice-1.2.tar.gz 357026 SHA256 b3fba9be2d9c72f36b0659cd9ce0652c8f973b5c6498407f093da9a364fdb254 SHA512 d8959819d70eb9b44a34d087fcf3897be5e4cb23681c049f8d88e251d83dfd86b90fdd37744fe27d861dfcbb6bb6e1521b48c5c7b4967bb061ede75596f0a823 WHIRLPOOL f12ff32ce31cf508f556146baeb64860b3a698edf0836675a62c817b34fa1df499c3a281a3e2a66a1db5be3eb89d5fc91438184c998f4a7a0ad24e27fd7fea1e
+DIST darkice-1.3.tar.gz 371411 SHA256 2c0d0faaa627c0273b2ce8b38775a73ef97e34ef866862a398f660ad8f6e9de6 SHA512 710dde580005e999e9b11981affdefab6c01868710e9de29d93fb0f40db3321dfe3ab6ed2dc1887bb22ac9a0789fe1648d948f4453c92feb312f7af97c253674 WHIRLPOOL 60cb890227303468a58fa1610fec84cf878b71fbbd3f199dbe0c8ea37971340b7e3f87db2731e2186f7e5e87789b942961e12acd16dc2fac6aac6ee35e108d69

diff --git a/media-sound/darkice/darkice-1.3.ebuild b/media-sound/darkice/darkice-1.3.ebuild
new file mode 100644
index 00000000..4c5226b
--- /dev/null
+++ b/media-sound/darkice/darkice-1.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="A live audio streamer"
+HOMEPAGE="http://www.darkice.org/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+IUSE="aac aacplus alsa debug jack libsamplerate mp3 opus pulseaudio twolame vorbis"
+
+RDEPEND="aac? ( media-libs/faac )
+	aacplus? ( >=media-libs/libaacplus-2.0.0 )
+	alsa? ( media-libs/alsa-lib )
+	jack? ( media-sound/jack-audio-connection-kit )
+	libsamplerate? ( media-libs/libsamplerate )
+	mp3? ( media-sound/lame )
+	opus? ( media-libs/opus )
+	pulseaudio? ( media-sound/pulseaudio )
+	twolame? ( media-sound/twolame )
+	vorbis? ( media-libs/libvorbis )"
+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) \
+		$(use_with vorbis)
+}
+
+src_install() {
+	default
+	dodoc AUTHORS ChangeLog FAQ NEWS README TODO
+}


             reply	other threads:[~2016-09-23 10:47 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-23 10:47 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
2019-03-23 10:18 Lars Wendler
2018-10-02 12:11 Andreas Sturmlechner
2016-09-24 23:24 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=1474627665.6f7a44f7335766f79f887c1058c2612ebe795244.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