Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 29658 Details for
Bug 48411
New version of MusE sequencer (media-sound/museseq); partially working ebuild attatched.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
compiles, does not install, muse sequencer.
museseq-0.7.0_pre1.ebuild (text/plain), 2.45 KB, created by
Daniel Holth
on 2004-04-19 15:05:01 UTC
(
hide
)
Description:
compiles, does not install, muse sequencer.
Filename:
MIME Type:
Creator:
Daniel Holth
Created:
2004-04-19 15:05:01 UTC
Size:
2.45 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-sound/museseq/museseq-0.6.2.ebuild,v 1.8 2004/04/16 14:27:17 aliz Exp $ > >inherit virtualx eutils > >MY_P=muse-0.7.0pre1 >DESCRIPTION="The Linux (midi) MUSic Editor (a sequencer)" >HOMEPAGE="http://muse.seh.de" >SRC_URI="mirror://sourceforge/lmuse/${MY_P}.tar.bz2" >RESTRICT="nomirror" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ~amd64" > >IUSE="jack fluidsynth ladcca" > >DEPEND="media-libs/alsa-lib \ > >=media-libs/libsndfile-1.0.4 \ > >=x11-libs/qt-3.1.0 > ladcca? ( >=media-libs/ladcca-0.4.0 ) \ > jack? ( virtual/jack ) \ > fluidsynth? ( media-sound/fluidsynth )" > >S=${WORKDIR}/${MY_P} > >src_unpack() { > unpack ${A} > mv ${MY_P} ${S} # fix non-gentoo muse naming > cd ${S} > # sed -i "s/HAVE_JACK_JACK_H/HAVE_JACK/" widgets/audioconf.cpp > # sed -i "/#include <alsa\\/asoundlib.h>/i\\#define ALSA_PCM_OLD_HW_PARAMS_API 1\\" driver/alsaaudio.cpp > # sorry, no patch for you! > # epatch ${FILESDIR}/${P}-fPIC.patch >} > >src_compile() { > local myconf > myconf="--disable-suid-build" > use ladcca || myconf="${myconf} --disable-ladcca" > use jack || myconf="${myconf} --disable-jack" > use fluidsynth || myconf="${myconf} --disable-fluidsynth" > Xeconf ${myconf} || die "configure failed" > > ### borrowed from kde.eclass # > # > # fix the sandbox errors "can't writ to .kde or .qt" problems. > # this is a fake homedir that is writeable under the sandbox, > # so that the build process can do anything it wants with it. > REALHOME="$HOME" > mkdir -p $T/fakehome/.kde > mkdir -p $T/fakehome/.qt > export HOME="$T/fakehome" > addwrite "${QTDIR}/etc/settings" > > # things that should access the real homedir > [ -d "$REALHOME/.ccache" ] && ln -sf "$REALHOME/.ccache" "$HOME/" > > # Allow access to /dev/dri/card* > addpredict /dev/dri/card* > > emake || die >} > >src_install() { > make DESTDIR=${D} install || die > dodoc COPYING INSTALL README README.softsynth SECURITY TODO > > # Name conflict with media-sound/muse. See bug #34973 > mv ${D}/usr/bin/muse ${D}/usr/bin/lmuse > if [ ! -f /usr/bin/muse -o -L /usr/bin/muse ]; then > dosym /usr/bin/lmuse /usr/bin/muse > fi >} > >pkg_postinst() { > einfo "" > einfo "Muse has been installed normally. If," > einfo "you would like to use muse with real time" > einfo "time capabilities for the sequencer then do" > einfo "chmod 4755 /usr/bin/lmuse" > einfo "" > einfo "Muse can use /dev/rtc if it is compiled in" > einfo "to your kernel, or available as a module." > einfo "" >}
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 48411
: 29658