Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 68321 Details for
Bug 105301
tvtime-1.0.1 is available
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
tvtime-1.0.1.ebuild
tvtime-1.0.1.ebuild (text/plain), 1.35 KB, created by
Philip Kovacs
on 2005-09-12 19:40:44 UTC
(
hide
)
Description:
tvtime-1.0.1.ebuild
Filename:
MIME Type:
Creator:
Philip Kovacs
Created:
2005-09-12 19:40:44 UTC
Size:
1.35 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >inherit eutils > >DESCRIPTION="High quality television application for use with video capture cards." >HOMEPAGE="http://tvtime.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" >RESTRICT="nomirror" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="pic nls" > >RDEPEND="virtual/x11 > >=media-libs/freetype-2 > >=sys-libs/zlib-1.1.4 > >=media-libs/libpng-1.2 > >=dev-libs/libxml2-2.5.11" > >DEPEND="${RDEPEND} > nls? ( sys-devel/gettext )" > >src_unpack() { > > unpack ${A} > # use 'tvtime' for the application icon see bug #66293 > sed -i -e "s/tvtime.png/tvtime/" ${S}/docs/net-tvtime.desktop > # patch to adapt to PIC or __PIC__ for pic support > # see bug #74227 > cd ${S} > epatch ${FILESDIR}/${PN}-pic.patch > >} > >src_compile() { > > econf `use_enable nls` \ > `use_with pic` || die "econf failed" > > emake || die "compile problem" > >} > >src_install () { > > make DESTDIR=${D} install || die "make install failed" > > dohtml docs/html/* > dodoc ChangeLog AUTHORS NEWS README COPYING data/COPYING.* > >} > >pkg_postinst() { > einfo "A default setup for ${PN} has been saved as" > einfo "/etc/tvtime/tvtime.xml. You may need to modify it" > einfo "for your needs." > einfo > einfo "Detailed information on ${PN} setup can be" > einfo "found at ${HOMEPAGE}help.html" > echo >} >
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 105301
:
68321