Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 229381 Details for
Bug 317463
media-gfx/fswebcam - A neat and simple webcam app which captures images from a V4L1/V4L2 compatible device
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fswebcam-20100405.ebuild
fswebcam-20100405.ebuild (text/plain), 875 bytes, created by
Sebastián González
on 2010-04-27 12:24:50 UTC
(
hide
)
Description:
fswebcam-20100405.ebuild
Filename:
MIME Type:
Creator:
Sebastián González
Created:
2010-04-27 12:24:50 UTC
Size:
875 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="A neat and simple webcam app" >HOMEPAGE="http://www.firestorm.cx/fswebcam/" >SRC_URI="http://www.firestorm.cx/fswebcam/files/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 amd64" >IUSE="jpeg png truetype +v4l +v4l2" > >DEPEND="png? ( >=media-libs/gd-2[png] ) > jpeg? ( >=media-libs/gd-2[jpeg] ) > truetype? ( >=media-libs/gd-2[truetype] ) > v4l? ( sys-kernel/linux-headers ) > v4l2? ( sys-kernel/linux-headers )" > >src_compile() { > local myconf > use v4l || myconf="${myconf} --disable-v4l1" > use v4l2 || myconf="${myconf} --disable-v4l2" > econf ${myconf} > emake || die >} > >src_install() { > dobin fswebcam || die > dodoc README CHANGELOG LICENSE example.conf || die > doman fswebcam.1.gz >}
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 317463
: 229381 |
229385
|
334098
|
375206
|
666704
|
675469