summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-07-30 17:20:56 +0000
committerSamuli Suominen <drac@gentoo.org>2007-07-30 17:20:56 +0000
commite062b03efd7b47359d7c75087154cfa8b8cd2ba6 (patch)
tree174f0c7985a79c250c3e10324f36ffdc90ef112f /net-misc/streamtuner
parentstable x86, bug 185691 (diff)
downloadgentoo-2-e062b03efd7b47359d7c75087154cfa8b8cd2ba6.tar.gz
gentoo-2-e062b03efd7b47359d7c75087154cfa8b8cd2ba6.tar.bz2
gentoo-2-e062b03efd7b47359d7c75087154cfa8b8cd2ba6.zip
Add shout and xiph USE flags for bug 110358.
(Portage version: 2.1.3)
Diffstat (limited to 'net-misc/streamtuner')
-rw-r--r--net-misc/streamtuner/ChangeLog6
-rw-r--r--net-misc/streamtuner/streamtuner-0.99.99-r2.ebuild9
2 files changed, 10 insertions, 5 deletions
diff --git a/net-misc/streamtuner/ChangeLog b/net-misc/streamtuner/ChangeLog
index 39f51d0b80d4..b3bc64416794 100644
--- a/net-misc/streamtuner/ChangeLog
+++ b/net-misc/streamtuner/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/streamtuner
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/ChangeLog,v 1.29 2007/07/29 09:53:27 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/ChangeLog,v 1.30 2007/07/30 17:20:56 drac Exp $
+
+ 30 Jul 2007; Samuli Suominen <drac@gentoo.org>
+ streamtuner-0.99.99-r2.ebuild:
+ Add shout and xiph USE flags for bug 110358.
29 Jul 2007; Samuli Suominen <drac@gentoo.org>
streamtuner-0.99.99-r2.ebuild:
diff --git a/net-misc/streamtuner/streamtuner-0.99.99-r2.ebuild b/net-misc/streamtuner/streamtuner-0.99.99-r2.ebuild
index d52d58bf326e..8bab6f1ba9e9 100644
--- a/net-misc/streamtuner/streamtuner-0.99.99-r2.ebuild
+++ b/net-misc/streamtuner/streamtuner-0.99.99-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.99-r2.ebuild,v 1.2 2007/07/29 09:53:27 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.99-r2.ebuild,v 1.3 2007/07/30 17:20:56 drac Exp $
GCONF_DEBUG="no"
@@ -14,12 +14,12 @@ SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="python"
+IUSE="python shout xiph"
RDEPEND=">=x11-libs/gtk+-2.4
net-misc/curl
app-text/scrollkeeper
- dev-libs/libxml2
+ xiph? ( dev-libs/libxml2 )
>=media-libs/taglib-1.2
python? ( dev-python/pygtk )
x11-misc/xdg-utils"
@@ -41,6 +41,7 @@ src_unpack() {
src_compile() {
# live365 causes parse errors at connect time.
- econf --disable-live365 $(use_enable python)
+ econf --disable-live365 $(use_enable python) \
+ $(use_enable shout shoutcast) $(use_enable xiph)
emake || die "emake failed."
}