Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 214204 Details for
Bug 272100
[Ebuild-request] Request a new ebuild for drivers for DJ Hercules MP3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
hdj_mod-1.28-r1.ebuild, copies udev rules into /etc/udev/rules.d
hdj_mod-1.28-r1.ebuild (text/plain), 1.39 KB, created by
Florian Klink
on 2009-12-26 13:20:15 UTC
(
hide
)
Description:
hdj_mod-1.28-r1.ebuild, copies udev rules into /etc/udev/rules.d
Filename:
MIME Type:
Creator:
Florian Klink
Created:
2009-12-26 13:20:15 UTC
Size:
1.39 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" >inherit eutils linux-info linux-mod > >DESCRIPTION="GPL Linux MIDI drivers for Hercules DJ midi controller devices" >HOMEPAGE="http://ts.hercules.com/eng/index.php?pg=view_files&gid=2&fid=28&pid=215&cid=1" >MY_P="Hercules_DJSeries_Linux" > >SRC_URI="ftp://ftp.hercules.com/pub/webupdate/DJCSeries/${MY_P}.tgz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >DEPEND="app-arch/rpm2targz" >RDEPEND="${DEPEND}" > > >src_unpack () { > unpack ${MY_P}.tgz || die "unpacking ${MY_P}.tgz failed"; > cd "kernel module" > ebegin "unpacking hdjmod-dkms-${PV}-1.noarch.rpm" > rpm2targz hdjmod-dkms-${PV}-1.noarch.rpm || (eend 1;die "unpacking hdjmod-dkms-${PV}-1.noarch.rpm failed";) > eend 0 > ebegin "unpacking hdjmod-dkms-${PV}-1.noarch.tar.gz" > tar xzf hdjmod-dkms-${PV}-1.noarch.tar.gz || (eend 1;die "unpacking hdjmod-dkms-${PV}-1.noarch.tar.gz failed";) > eend 0 >} > >src_prepare() { > mv "kernel module/usr/src/hdjmod-${PV}" ${S} > cd ${S} > epatch "${FILESDIR}/snd_card_create.patch" || die "snd_card_create.patch failed" >} > >src_configure() { > local CONFIG_CHECK="SND_RAWMIDI SND_VIRMIDI" > check_extra_config > BUILD_TARGETS="clean modules" > MODULE_NAMES="hdj_mod()" > BUILD_PARAMS="ARCH=x86_64" >} > >src_install() { > cd "udev" > dodir /etc/udev/rules.d > insinto /etc/udev/rules.d > newins 98-hdj.rules 98-hdj.rules >}
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 272100
:
204439
|
204441
|
214204
|
223843
|
226341
|
252571
|
252573
|
253143
|
253145
|
255361
|
263537
|
263539
|
263541
|
263543
|
263545
|
263641
|
263643
|
267463
|
337024
|
337026
|
337028
|
337030
|
337032
|
337034
|
337036
|
337038
|
337040
|
337042