Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 309991 Details for
Bug 413457
media-tv/dvbstreamer-2.1.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dvbstreamer-2.1.0 ebuild
dvbstreamer-2.1.0.ebuild (text/plain), 949 bytes, created by
joanandk
on 2012-04-25 08:15:17 UTC
(
hide
)
Description:
dvbstreamer-2.1.0 ebuild
Filename:
MIME Type:
Creator:
joanandk
Created:
2012-04-25 08:15:17 UTC
Size:
949 bytes
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-tv/dvbstreamer/dvbstreamer-2.0.0_rc1.ebuild,v 1.2 2012/02/15 18:34:36 hd_brummy Exp $ > >EAPI=2 >inherit eutils autotools >MY_P=${P/_} > >DESCRIPTION="DVB over UDP streaming solution" >HOMEPAGE="http://dvbstreamer.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >RDEPEND="dev-db/sqlite:3 > dev-libs/libev > dev-libs/libyaml > >=sys-devel/libtool-2.2.6b > sys-libs/readline" >DEPEND="${RDEPEND} > virtual/linuxtv-dvb-headers" > >S=${WORKDIR}/${MY_P} > >src_prepare() { > epatch "${FILESDIR}"/${P}-libev.patch > eautoreconf >} > >src_configure() { > econf \ > --disable-dependency-tracking \ > --enable-file-streamer >} > >src_install() { > emake DESTDIR="${D}" dvbstreamerdocdir="/usr/share/doc/${PF}" install || die > dodoc doc/*.txt > prepalldocs >}
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 413457
:
309989
|
309991
|
309993