Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 49076 Details for
Bug 78570
app-misc/pvrusb2 ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pvrusb2-07112004.ebuild
pvrusb2-07112004.ebuild (text/plain), 1.55 KB, created by
Roger
on 2005-01-20 17:59:01 UTC
(
hide
)
Description:
pvrusb2-07112004.ebuild
Filename:
MIME Type:
Creator:
Roger
Created:
2005-01-20 17:59:01 UTC
Size:
1.55 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >IUSE="" > >inherit linux-mod eutils > >DESCRIPTION="A linux (2.6-) kernel driver for Hauppauge's WinTV-PVR-usb2" >HOMEPAGE="http://justiceforall.free.fr/pvrusb2.html" >SRC_URI="http://justiceforall.free.fr/pvrusb2-dev-07112004.tar.bz2 >http://www.eskimo.com/~roger/files/packages/pvrusb2/pvrusb2.f1.bz2 >http://www.eskimo.com/~roger/files/packages/pvrusb2/pvrusb2.f2.bz2" > ># NOTE: The two firmware* files are stripped from a proprietory win32 driver! ># How does this get listed? How do this two files get published? >LICENSE="GPL-1" # NOTE: The two firmware* files are stripped from a proprietory win32 driver! >SLOT="0" >KEYWORDS="x86" >RDEPEND="" >DEPEND="" >S=${WORKDIR}/pvrusb2-dev-07112004 > >MODULE_NAMES="pvrusb2(pvrusb2:)" >BUILD_PARAMS="KERNEL_DIR=${KV_DIR}" > >pkg_setup() { > if kernel_is 2 6; then > CONFIG_CHECK="USB" > else > "You need kernel-2.6 for this module to work" > fi > linux-mod_pkg_setup >} > >src_unpack() { > unpack ${A} > cd ${S} > #epatch ${FILESDIR}/gentoo.patch >} > >src_compile() { > # Note: no standard makefile - only a compile.sh script > # or else we would use linux-mod_src_compile > unset ARCH > emake || die "Error: emake failed!" >} > >src_install() { > #I keep getting an ACCESS VIOLATION using the following > #einstall || die > > insinto "/lib/modules/${KV_FULL}/kernel/drivers/usb/media" > doins pvrusb2.ko > > insinto "/lib/firmware/" > doins ${WORKDIR}/pvrusb2.f1 > doins ${WORKDIR}/pvrusb2.f2 > > echo "post-install pvrusb2 /sbin/modprobe pvrusb2 >& /dev/null 2>&1 || :" >} >
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 78570
:
48875
|
49007
|
49076
|
52762
|
63855
|
63898
|
63936
|
65027
|
65028
|
65335
|
65546
|
65549
|
65553
|
65577
|
74854
|
74855
|
76297
|
76299
|
81957
|
81958
|
81959
|
81960
|
85075
|
85076
|
85077
|
85079
|
85080
|
85082
|
90074
|
90075
|
91183
|
91184
|
95895
|
98689