Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 184262 Details for
Bug 250302
media-sound/xfi-drivers: kernel sources accessed through /lib/modules/`uname -r`
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated ebuild to work with $KV_FULL instead of 'uname -r'
xfi-drivers-1.00.ebuild (text/plain), 942 bytes, created by
Jochums Johannes
on 2009-03-07 19:27:13 UTC
(
hide
)
Description:
updated ebuild to work with $KV_FULL instead of 'uname -r'
Filename:
MIME Type:
Creator:
Jochums Johannes
Created:
2009-03-07 19:27:13 UTC
Size:
942 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-sound/xfi-drivers/xfi-drivers-1.00.ebuild,v 1.4 2008/11/23 10:37:58 loki_val Exp $ > >inherit linux-mod > >MY_PN=XFiDrv_Linux_Public_US >MY_P=${MY_PN}_${PV} > >DESCRIPTION="Driver for the XFI-series Creative sound cards" >HOMEPAGE="http://www.creative.com/" >SRC_URI="http://files.creative.com/manualdn/Drivers/AVP/10792/0x0343D29A/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >IUSE="debug" > >DEPEND="" >RDEPEND="${DEPEND}" > >S=${WORKDIR}/${MY_P} > >MODULE_NAMES="ctxfi(sound:${S}:${S})" >BUILD_TARGETS="all" >BUILD_PARAMS="$(use debug&&echo DEBUG=y)" >CONFIG_CHECK="SND SOUND" > >src_unpack() { > unpack ${A} > cd "${S}" > sed -r -i -e 's/KERNELDIR/KERNEL_DIR/g' \ > -e 's/CFLAGS/EXTRA_CFLAGS/g' \ > -e 's/\$\(shell uname -r\)/'$KV_FULL'/g' \ > -e 's/`uname -r`/'$KV_FULL'/' \ > Makefile >} >
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 250302
:
174649
|
184262
|
184265
|
184443