Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 75444 Details for
Bug 102517
media-sound/museseq-0.7.2_pre2 crashes on startup
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
museseq 0.7.2pre4 ebuild
museseq-0.7.2_pre4.ebuild (text/plain), 1.68 KB, created by
Jouni Rinne
on 2005-12-24 01:23:15 UTC
(
hide
)
Description:
museseq 0.7.2pre4 ebuild
Filename:
MIME Type:
Creator:
Jouni Rinne
Created:
2005-12-24 01:23:15 UTC
Size:
1.68 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-sound/museseq/museseq-0.7.2_pre4.ebuild,v 1.4 2005/11/07 11:17:33 flameeyes Exp $ > >inherit kde-functions virtualx eutils > >MY_P=${P/museseq/muse} >MY_P=${MY_P/_/} > >DESCRIPTION="MusE is a MIDI/Audio sequencer with recording and editing capabilities" >SRC_URI="mirror://sourceforge/lmuse/${MY_P}.tar.gz" >HOMEPAGE="http://www.muse-sequencer.org/" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="doc ladcca debug" > >DEPEND="$(qt_min_version 3.2) > >=media-libs/alsa-lib-0.9.0 > media-sound/fluidsynth > doc? ( app-text/openjade > app-doc/doxygen > media-gfx/graphviz ) > dev-lang/perl > >=media-libs/libsndfile-1.0.1 > >=media-libs/libsamplerate-0.1.0 > >=media-sound/jack-audio-connection-kit-0.98.0 > ladcca? ( >=media-libs/ladcca-0.4.0 )" > >src_compile() { > cd ${WORKDIR}/${MY_P} > local myconf > myconf="--disable-suid-build" # instead, use CONFIG_RTC and realtime-lsm > use ladcca || myconf="${myconf} --disable-ladcca" > use debug && myconf="${myconf} --enable-debug" > Xeconf ${myconf} || die "configure failed" > > emake || die >} > >src_install() { > cd ${WORKDIR}/${MY_P} > make DESTDIR=${D} install || die "install failed" > dodoc AUTHORS ChangeLog NEWS README SECURITY README.* > mv ${D}/usr/bin/muse ${D}/usr/bin/museseq >} > >pkg_postinst() { > einfo "You must have the realtime module loaded to use MusE 0.7.x" > einfo "Additionally, configure your Linux Kernel for non-generic" > einfo "Real Time Clock support enabled or loaded as a module." > einfo "User must have read/write access to /dev/misc/rtc device." > einfo "Realtime LSM: http://sourceforge.net/projects/realtime-lsm/" >}
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 102517
:
75444
|
75449