Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 304171 Details for
Bug 350211
media-video/em8300-modules fails to build with recent kernels / dxr3 is still v4l1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
em8300-modules ebuild
em8300-modules-20120124.ebuild (text/plain), 1.70 KB, created by
Patrick McMunn
on 2012-03-04 02:53:15 UTC
(
hide
)
Description:
em8300-modules ebuild
Filename:
MIME Type:
Creator:
Patrick McMunn
Created:
2012-03-04 02:53:15 UTC
Size:
1.70 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/em8300-modules-0.18.0.ebuild,v 1.2 2010/10/20 13:31:46 ssuominen Exp $ > >EAPI=2 >inherit eutils linux-mod mercurial > >MY_P=${P/-modules} >MY_PN=${PN/-modules} > >DESCRIPTION="em8300 (RealMagic Hollywood+/Creative DXR3) video decoder card kernel modules" >HOMEPAGE="http://dxr3.sourceforge.net" >SRC_URI="" >EHG_REPO_URI="http://dxr3.hg.sourceforge.net/hgweb/dxr3/em8300/" >EHG_REVISION="a0021c30dd74" >EHG_PROJECT="${MY_PN}" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="" > >RDEPEND="" >DEPEND="virtual/linux-sources" > >CONFIG_CHECK="I2C_ALGOBIT" >MODULE_NAMES="em8300(video:) bt865(video:) adv717x(video:)" > >S=${WORKDIR}/${MY_PN}/modules > >src_unpack() { > mercurial_fetch ${EHG_REPO_URI} ${MY_PN} ${WORKDIR}/${MY_PN} >} > >src_compile() { > set_arch_to_kernel > emake KERNEL_LOCATION="${KERNEL_DIR}" || die >} > >src_install() { > linux-mod_src_install > > dodoc README-modoptions README-modules.conf > > newsbin devices.sh em8300-devices.sh > > insinto /etc/modprobe.d > newins "${FILESDIR}"/modules.em8300 em8300.conf > > insinto /etc/udev/rules.d > newins em8300-udev.rules 15-em8300.rules >} > >pkg_preinst() { > linux-mod_pkg_preinst > > local old1="${ROOT}/etc/modprobe.d/em8300" > local old2="${ROOT}/etc/modules.d/em8300" > local new="${ROOT}/etc/modprobe.d/em8300.conf" > > if [[ ! -a ${new} ]]; then > if [[ -a ${old1} ]]; then > elog "Renaming em8300-modprobe configuration to em8300.conf" > mv "${old1}" "${new}" > elif [[ -a ${old2} ]]; then > elog "Moving old em8300 configuration in /etc/modules.d to new" > elog "location in /etc/modprobe.d" > mv "${old2}" "${new}" > 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 350211
:
288983
|
288985
|
304169
| 304171