public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/streamtuner: ChangeLog streamtuner-0.99.99-r3.ebuild
@ 2008-05-13  6:10 Samuli Suominen (drac)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (drac) @ 2008-05-13  6:10 UTC (permalink / raw
  To: gentoo-commits

drac        08/05/13 06:10:24

  Modified:             ChangeLog
  Added:                streamtuner-0.99.99-r3.ebuild
  Log:
  Fix view of shoutcast genres with a patch from Gentoo bug 220811 or Debian bug 471132. Thanks to Per-Erik Westerberg for reporting.
  (Portage version: 2.1.5_rc10)

Revision  Changes    Path
1.33                 net-misc/streamtuner/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/streamtuner/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/streamtuner/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/streamtuner/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/streamtuner/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	25 Jan 2008 16:11:18 -0000	1.32
+++ ChangeLog	13 May 2008 06:10:24 -0000	1.33
@@ -1,6 +1,14 @@
 # ChangeLog for net-misc/streamtuner
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/ChangeLog,v 1.32 2008/01/25 16:11:18 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/ChangeLog,v 1.33 2008/05/13 06:10:24 drac Exp $
+
+*streamtuner-0.99.99-r3 (13 May 2008)
+
+  13 May 2008; Samuli Suominen <drac@gentoo.org>
+  +files/streamtuner-0.99.99-shoutcast.patch,
+  +streamtuner-0.99.99-r3.ebuild:
+  Fix view of shoutcast genres with a patch from Gentoo bug 220811 or Debian
+  bug 471132. Thanks to Per-Erik Westerberg for reporting.
 
   25 Jan 2008; Samuli Suominen <drac@gentoo.org>
   streamtuner-0.99.99-r2.ebuild:



1.1                  net-misc/streamtuner/streamtuner-0.99.99-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.99-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.99-r3.ebuild?rev=1.1&content-type=text/plain

Index: streamtuner-0.99.99-r3.ebuild
===================================================================
# Copyright 1999-2008 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-r3.ebuild,v 1.1 2008/05/13 06:10:24 drac Exp $

EAPI=1

GCONF_DEBUG=no

inherit gnome2 eutils

DESCRIPTION="Stream directory browser for browsing internet radio streams"
HOMEPAGE="http://www.nongnu.org/streamtuner"
SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz
	 http://savannah.nongnu.org/download/${PN}/${P}-pygtk-2.6.diff"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="python +shout +xiph"

RDEPEND=">=x11-libs/gtk+-2.4
	net-misc/curl
	app-text/scrollkeeper
	xiph? ( dev-libs/libxml2 )
	>=media-libs/taglib-1.2
	python? ( dev-python/pygtk )
	x11-misc/xdg-utils"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	!media-plugins/streamtuner-xiph
	!media-plugins/streamtuner-local
	!media-plugins/streamtuner-live365
	!media-plugins/streamtuner-python"

DOCS="AUTHORS NEWS README TODO"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-gentoo.patch \
		"${FILESDIR}"/${P}-shoutcast.patch \
		"${DISTDIR}"/${P}-pygtk-2.6.diff
}

src_compile() {
	# live365 causes parse errors at connect time.
	econf --disable-live365 $(use_enable python) \
		$(use_enable shout shoutcast) $(use_enable xiph)
	emake || die "emake failed."
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-13  6:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-13  6:10 [gentoo-commits] gentoo-x86 commit in net-misc/streamtuner: ChangeLog streamtuner-0.99.99-r3.ebuild Samuli Suominen (drac)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox