Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 28574 Details for
Bug 46604
NEW ebuild correct missing driver for linuxtv-dvb-1.0.1.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
linuxtv-dvb-1.0.1.ebuild (text/plain), 3.55 KB, created by
Antonio
on 2004-04-02 07:44:11 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Antonio
Created:
2004-04-02 07:44:11 UTC
Size:
3.55 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/media-tv/linuxtv-dvb/linuxtv-dvb-1.0.1.ebuild,v 1.3 2004/02/17 21:50:32 agriffis Exp $ > >DESCRIPTION="Standalone DVB driver for Linux kernel 2.4.x" >HOMEPAGE="http://www.linuxtv.org" >SRC_URI="http://www.linuxtv.org/download/dvb/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ~alpha ~ia64" >IUSE="" >DEPEND="virtual/linux-sources" >#RDEPEND="" >S=${WORKDIR}/${P} > >pkg_setup() { > einfo "" > einfo "Please make sure that the following option is enabled" > einfo "in your current kernel 'Multimedia devices'" > einfo "and /usr/src/linux point's to your current kernel" > einfo "or make will die." > einfo "" >} > >src_unpack() { > unpack ${A} > cd "${S}/driver" > > # Correct install for skystar2 > epatch "${FILESDIR}/skystar2-gentoo.patch" >} > >src_compile() { > cd "${S}" > emake >} > >src_install() { > # install the driver > cd ${S}/driver > mv Makefile Makefile.orig > # don't run depmod now! > sed s/'depmod'/'#depmod'/ Makefile.orig > Makefile > make DESTDIR=${D} install || die > > # install av7110_loadkeys > dobin ${S}/apps/av7110_loadkeys/av7110_loadkeys \ > ${S}/apps/av7110_loadkeys/evtest > > # install dvbnet > cd ${S}/apps/dvbnet > make DESTDIR=${D}usr/bin install || die > > # install scan > dobin ${S}/apps/scan/scan > > # install szap > dobin ${S}/apps/szap/[tsc]zap > dodoc ${S}/apps/szap/channels.conf-dvb* > > # 'install' test > dodir /usr/share/doc/${P}/test > insinto /usr/share/doc/${P}/test > doins ${S}/apps/test/* > > # install headers > dodir /usr/include/linux > insinto /usr/include/linux > doins ${S}/include/linux/em8300.h > > dodir /usr/include/linux/dvb > insinto /usr/include/linux/dvb > doins ${S}/include/linux/dvb/*.h > > # install docs > dodoc ${S}/doc/* > dodoc ${S}/driver/makedev.napi > dodir /usr/share/doc/${P}/dvbapi > insinto /usr/share/doc/${P}/dvbapi > doins ${S}/doc/dvbapi/* > > # install av7110_loadkeys docs > dodir /usr/share/doc/${P}/av7110_loadkeys > insinto /usr/share/doc/${P}/av7110_loadkeys > cd ${S}/apps/av7110_loadkeys > doins README *.rc5 *.rcmm > > # install dvbnet scripts > dodir /usr/share/doc/${P}/dvbnet > insinto /usr/share/doc/${P}/dvbnet > doins ${S}/apps/dvbnet/net_start.* > > # install scan docs > dodir /usr/share/doc/${P}/scan > insinto /usr/share/doc/${P}/scan > doins ${S}/apps/scan/README > > # install test docs > dodir /usr/share/doc/${P}/test > insinto /usr/share/doc/${P}/test > doins ${S}/apps/test/README > > cd ${S} > dodoc CONTRIBUTORS COPYING INSTALL README NEWS BUGS > dodoc ${FILESDIR}/dvb > > # install support for devfsd > cd ${S} > cp ${S}/driver/devfsd.conf ${S}/driver/devskystar2.conf > cp ${S}/driver/modules.conf ${S}/driver/modskystar2.conf > > insinto /etc/modules.d > newins ${S}/driver/modskystar2.conf skystar2 > > insinto /etc/devfs.d > newins ${S}/driver/devskystar2.conf skystar2.conf >} > >pkg_postinst() { > depmod -a > killall -HUP devfsd > einfo "" > einfo "If you don't use devfs, execute makedev.napi o create" > einfo "the device nodes. The file is in /usr/share/doc/${PF}/" > einfo "" > einfo "now copy an appropriate from" > einfo "/usr/share/doc/${PF}/channels.conf-XXX" > einfo "channel list for DVB-S/C/T" > einfo " to ~/.szap/channels.conf" > einfo " ~/.czap/channels.conf" > einfo " ~/.tzap/channels.conf" > einfo "and then call szap for DVB-S, czap for DVB-C or tzap for DVB-T" > einfo "" > einfo "If you'd like to load all modules at once, unpack and add" > einfo "/usr/share/doc/${PF}/dvb.gz to /etc/modules.d/" > einfo "then run #update-modules to update your modules.conf" > einfo "" >} > >pkg_postrm() { > depmod -a > killall -HUP devfsd >}
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 46604
: 28574 |
28575
|
28576