Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 23125 Details for
Bug 26552
mplayer and development kernel (2.6.0-test2)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mga_vid-1.0_pre3.ebuild
mga_vid-1.0_pre3.ebuild (text/plain), 1.00 KB, created by
Georgi Georgiev
on 2004-01-03 21:54:40 UTC
(
hide
)
Description:
mga_vid-1.0_pre3.ebuild
Filename:
MIME Type:
Creator:
Georgi Georgiev
Created:
2004-01-03 21:54:40 UTC
Size:
1.00 KB
patch
obsolete
># Copyright 2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit kernel-mod > >MY_PV="${PV/_/}" >S="${WORKDIR}/MPlayer-${MY_PV}" >SRC_URI="http://mplayerhq.hu/MPlayer/releases/MPlayer-${MY_PV}.tar.bz2" >DESCRIPTION="Matrox drivers for mplayer" >HOMEPAGE="http://www.mplayerhq.hu/" >LICENSE="GPL-2" >SLOT="${KV}" >KEYWORDS="~x86" > >DEPEND="virtual/linux-sources" > >src_unpack() { > unpack "${A}" > cd "${S}/drivers" > epatch "${FILESDIR}/${PN}-kern26.patch" || die >} > >src_compile() { > cd "${S}/drivers" > if kernel-mod_is_2_6_kernel || kernel-mod_is_2_5_kernel ; then > addwrite "$(cd /usr/src/linux; /bin/pwd)" > env -u ARCH make clean mga_vid.ko > else > make mga_vid.o || die > fi >} > >src_install() { > insinto /lib/modules/${KV}/kernel/drivers/char > if kernel-mod_is_2_6_kernel || kernel-mod_is_2_5_kernel ; then > doins "${S}/drivers/mga_vid.ko" > else > doins "${S}/drivers/mga_vid.o" > fi >} > >pkg_postinst() { > [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules >}
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 26552
:
23124
| 23125