Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 98502 Details for
Bug 149698
New ebuild for gspca-20060930 (with legacy support)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild with v1 driver support
gspca-20060930.ebuild (text/plain), 963 bytes, created by
Luigi 'Comio' Mantellini
on 2006-10-01 03:14:09 UTC
(
hide
)
Description:
ebuild with v1 driver support
Filename:
MIME Type:
Creator:
Luigi 'Comio' Mantellini
Created:
2006-10-01 03:14:09 UTC
Size:
963 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit linux-mod > ># S="${WORKDIR}/${P}/gspcav2" >DESCRIPTION="gspca driver for webcams." >HOMEPAGE="http://mxhaard.free.fr/spca5xx.html" >SRC_URI="http://mxhaard.free.fr/spca50x/Investigation/Gspca/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="gspcav1" >RESTRICT="mirror" >DEPEND="" >RDEPEND="" > >MODULE_NAMES="gspca(usb/video:)" >BUILD_TARGETS="default" >CONFIG_CHECK="VIDEO_DEV" > >if use gspcav1 ; then > S="${WORKDIR}/${P}/gspcav1" >else > S="${WORKDIR}/${P}/gspcav2" >fi > > >pkg_setup() { > linux-mod_pkg_setup > BUILD_PARAMS="KERNELDIR=${KV_DIR}" >} > >src_unpack() { > if use gspcav1 ; then > ewarn "You are making gapca-v1 version (aka spca5xx)" > else > ewarn "You are making the new gapca-v2 version! Good!" > fi > unpack ${A} > convert_to_m ${S}/Makefile > cd "${S}" ># epatch "${FILESDIR}"/gspca-20060930-probe.patch >}
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 149698
: 98502