Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 79332 Details for
Bug 102488
media-tv/fftv-0.8.3 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fftv-0.8.3.ebuild
fftv-0.8.3.ebuild (text/plain), 1.87 KB, created by
Milos Popovic
on 2006-02-09 08:58:17 UTC
(
hide
)
Description:
fftv-0.8.3.ebuild
Filename:
MIME Type:
Creator:
Milos Popovic
Created:
2006-02-09 08:58:17 UTC
Size:
1.87 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Watch TV, Listen radio with video/audio capture" >HOMEPAGE="http://fftv.sourceforge.net/" >SRC_URI="mirror://sourceforge/fftv/${P}.tar.bz2" > >LICENSE="LGPL-2.1 GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="tcron zlib mmx v4l vorbis oss lirc mp3" > >DEPEND="" >RDEPEND=">=x11-libs/gtk+-2 > lirc? ( app-misc/lirc ) > tcron? ( sys-power/tcron )" > >src_unpack() { > unpack ${A} > cd ${S} >} > >src_compile() { > econf \ > --prefix=/usr \ > $(use_enable zlib) \ > $(use_enable mmx) \ > $(use_enable v4l) \ > $(use_enable vorbis) \ > $(use_enable mp3 mp3lame) \ > $(use_enable oss audio-oss) \ > ${myconf} || die > emake || die "Make failed!" >} > >src_install() { > exeinto /usr/bin > doexe ffmpeg-fftv ffplay-fftv ffserver-fftv fftv/reminder fftv/fftv fftv/ffradio fftv/ffrecord > > dodir /usr/lib/fftv > insinto /usr/lib/fftv/X11 > doins fftv/key-map/fftv_xkey.map > insinto /usr/lib/fftv/conf > doins fftv/conf/codecs-radio fftv/conf/codecs-tv fftv/conf/conf-radio fftv/conf/conf-tv > insinto /usr/lib/fftv/lirc > doins fftv/key-map/lirc/* > > dodir /usr/lib/vhook > insinto /usr/lib/vhook > doins vhook/*.so > fperms 755 /usr/lib/vhook/* > > #install fftv icons > dodir /usr/share/icons/fftv > insinto /usr/share/icons/fftv > doins fftv/icons/* > insinto /usr/share/icons > doins fftv/icons/fftv.png > > #install fftv and ffradio menu entry > insinto /usr/share/applications > doins ${FILESDIR}/fftv.desktop ${FILESDIR}/ffradio.desktop > > dodoc Changelog Changelog.fftv README CREDITS CREDITS.fftv > doman doc/*.1 > dohtml -r doc/*.html >} > >pkg_postinst() { > einfo "If you plan to use fftv with shedule options enabled you must reinstall fftv" > einfo "package with tcron use flag and add /etc/init.d/tcron to your default init level." >}
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 102488
:
79332
|
79333
|
79334
|
129694