Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 124677 Details for
Bug 184869
remove net-misc/streamtuner
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
streamtuner-0.99.99-r2.ebuild
streamtuner-0.99.99-r2.ebuild (text/plain), 1.57 KB, created by
Pacho Ramos
on 2007-07-12 18:57:56 UTC
(
hide
)
Description:
streamtuner-0.99.99-r2.ebuild
Filename:
MIME Type:
Creator:
Pacho Ramos
Created:
2007-07-12 18:57:56 UTC
Size:
1.57 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >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 > http://savannah.nongnu.org/download/${PN}/${P}-live365.diff" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~sparc ~x86" >IUSE="doc metadata python shoutcast xiph" # live365" > >RDEPEND=">=x11-libs/gtk+-2.4 > net-misc/curl > doc? ( app-text/scrollkeeper ) > xiph? ( dev-libs/libxml2 ) > metadata? ( media-libs/taglib ) > python? ( dev-python/pygtk dev-lang/python ) > x11-misc/xdg-utils" > >DEPEND="${RDEPEND} > dev-util/pkgconfig" > >DOCS="AUTHORS ChangeLog NEWS README TODO" > >src_unpack() { > unpack ${A} > ># Live365 plugin doesn't work properly at the moment, you will get a parse error when tries to connect > > cd ${S} > epatch ${FILESDIR}/${P}-sedfix.patch \ > ${DISTDIR}/${P}-pygtk-2.6.diff \ ># ${DISTDIR}/${P}-live365.diff \ > epatch ${FILESDIR}/${P}-defaultconfig.patch \ > ${FILESDIR}/${P}-pkgconfig.patch \ > ${FILESDIR}/${PN}-libtool.diff \ > ${FILESDIR}/${PN}-no_scrollkeeper_update.diff \ > ${FILESDIR}/${PN}-type_punning.patch \ > ${FILESDIR}/${PN}-codecleanup.diff >} > >src_compile() { ># econf \ ># `use_enable live365` \ > econf --disable-live365 \ > `use_enable shoutcast` \ > `use_enable xiph` \ > `use_enable metadata local-metadata` \ > `use_enable python` \ > || die "econf failed" > emake || die "emake failed" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 184869
: 124677 |
124679
|
124681
|
124683
|
124685
|
124686
|
124687