[proaudio] Re: [proaudio] Re: [proaudio] Re: [proaudio] Re: [proaudio] media-sound/bristol jack now working but can only start arp2600 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: [proaudio] Re: [proaudio] Re: [proaudio] Re: [proaudio] Re: [proaudio] media-sound/bristol jack now working but can only start arp2600
- From: Frieder Bürzele <evermind@xxxxxxxxxxxxx>
- Date: Thu, 07 Dec 2006 08:50:32 +0100
Allan Klinbail wrote:
Thanks
Works perfectly. This is excellent. Nick also mentioned he had midi
control support by pressing ctrl- middle click in the latest version
(from what I see on sourceforge I gather it's CVS). From my testing, I
can't get that working.
I don't have any experience with making ebuilds but I do have alot with
compiling from source and the ebuild scripts look fairly simple. Is
there a way I can help by updating the ebuild myself? Is it as simple
as downloading the source from cvs packing it in a tarball with a new
version number and editing the ebuild to reflect the new version number
or are there more complex things I need to look for?
You can tell the ebuild to fetch directly from cvs with the help of the
eclass cvs
A starting point in writing ebuilds:
http://proaudio.tuxfamily.org/wiki/index.php?title=Contribute_ebuilds
Here are some needed changes a cvs-ebuild: (example from the alsaplayer
cvs ebuild)
+inherit cvs
DESCRIPTION="Media player primarily utilising ALSA"
HOMEPAGE="http://www.alsaplayer.org/"
-SRC_URI="http://www.alsaplayer.org/${P}.tar.bz2"
+SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ia64 ~mips ppc ~sparc x86"
+KEYWORDS="-*"
+ECVS_SERVER="alsaplayer.cvs.sourceforge.net:/cvsroot/alsaplayer"
+ECVS_MODULE="alsaplayer"
+
+S=${WORKDIR}/${ECVS_MODULE}
if the ebuild is ready I'll integrate it
Greetz
Frieder
cheers
Allan
On Wed, 2006-12-06 at 20:19 +0100, Frieder Bürzele wrote:
Allan Klinbail wrote:
Okay ..
not sure what I'm doing wrong, but when I open Bristol with the
following command
startBristol -jack juno (or any other synth)
it always opens the arp2600 synth
Any hints?
just add a - before juno
startBristol -jack -juno
Greetz
Frieder
cheers
Allan
On Thu, 2006-12-07 at 05:17 +1100, Allan Klinbail wrote:
Hi All
I've been mucking around with bristol and found the ebuild doesn't
support jack.
I emailed Nick Copeland to see if he was going to add support and to
quote him
"The copy on sourceforge has had jack
support for a while now, and controller mapping was in the last upload."
Is this simply a configuration setting change in the ebuild or are we on
an older version?
cheers
Allan