Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 394120 Details for
Bug 536806
media-gfx/fbcat-0.4 - utility that takes a screenshot using the framebuffer device
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fbcat-0.4.ebuild
fbcat-0.4.ebuild (text/plain), 717 bytes, created by
Ștefan Talpalaru
on 2015-01-16 22:42:36 UTC
(
hide
)
Description:
fbcat-0.4.ebuild
Filename:
MIME Type:
Creator:
Ștefan Talpalaru
Created:
2015-01-16 22:42:36 UTC
Size:
717 bytes
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >#inherit vcs-snapshot > >DESCRIPTION="utility that takes a screenshot using the framebuffer device" >HOMEPAGE="https://code.google.com/p/fbcat/" >SRC_URI="https://bitbucket.org/jwilk/${PN}/downloads/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="doc fbgrab" > >RDEPEND="" >DEPEND=" > doc? ( dev-libs/libxslt ) \ > fbgrab? ( !media-gfx/fbgrab ) \ >" > > >src_compile() { > emake > if use doc; then > emake -C doc > fi >} > >src_install() { > dobin fbcat > if use fbgrab; then > dobin fbgrab > fi > if use doc; then > doman doc/fbcat.1 > if use fbgrab; then > doman doc/fbgrab.1 > fi > fi >} >
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 536806
:
394120
|
394122
|
394124