Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 85070 Details for
Bug 129828
qc-usb ebuild fails to build kernel module
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
qc-usb-0.6.3.diff
qc-usb-0.6.3.diff (text/plain), 1.38 KB, created by
Alon Bar-Lev (RETIRED)
on 2006-04-20 14:38:53 UTC
(
hide
)
Description:
qc-usb-0.6.3.diff
Filename:
MIME Type:
Creator:
Alon Bar-Lev (RETIRED)
Created:
2006-04-20 14:38:53 UTC
Size:
1.38 KB
patch
obsolete
>--- qc-usb-0.6.3.ebuild 2006-04-11 20:06:37.000000000 +0300 >+++ qc-usb-0.6.3-r1.ebuild 2006-04-21 00:32:43.000000000 +0300 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/qc-usb-0.6.3.ebuild,v 1.6 2006/04/11 16:56:30 swegener Exp $ > >-inherit linux-mod eutils multilib >+inherit linux-mod eutils > > DESCRIPTION="Logitech USB Quickcam Express Linux Driver Modules" > HOMEPAGE="http://qce-ga.sourceforge.net/" >@@ -11,11 +11,18 @@ SRC_URI="mirror://sourceforge/qce-ga/${P > IUSE="" > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="x86 ~ppc ~amd64" >+KEYWORDS="~x86 ~ppc ~amd64" >+ >+DEPEND="|| ( ( >+ x11-libs/libX11 >+ x11-libs/libXext >+ ) virtual/x11 >+ )" > >-pkg_setup() { >- ABI=${KERNEL_ABI} >-} >+ >+CONFIG_CHECK="USB_EHCI_HCD" >+MODULE_NAMES="quickcam(usb:)" >+BUILD_TARGETS="all" > > src_unpack() { > unpack ${A} >@@ -23,19 +30,14 @@ src_unpack() { > > # Linux 2.6.16 compatibility, bug #127018 > epatch ${FILESDIR}/${P}-linux-2.6.16.patch >-} >- >-src_compile() { >- emake LINUX_DIR=${KERNEL_DIR} all || die >+ convert_to_m ${S}/Makefile > } > > src_install() { >- insinto /lib/modules/${KV}/drivers/usb >- doins quickcam.${KV_OBJ} >+ linux-mod_src_install >+ > dobin qcset > dodoc README* APPLICATIONS COPYING CREDITS TODO FAQ >- >- insinto /usr/share/doc/${PF} >- doins quickcam.sh debug.sh freeshm.sh >+ dodoc quickcam.sh debug.sh freeshm.sh > } >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 129828
:
84571
|
85070
|
85356