Bug 144667 - media-sound/audicle (new ebuild)
|
Bug#:
144667
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: maintainer-wanted@gentoo.org
|
Reported By: cedk@gentoo.org
|
|
Component: Ebuilds
|
|
|
URL:
http://audicle.cs.princeton.edu/
|
|
Summary: media-sound/audicle (new ebuild)
|
|
Keywords: EBUILD, InOverlay
|
|
Status Whiteboard: [sunrise-overlay]
|
|
Opened: 2006-08-21 11:19 0000
|
A Context-sensitive, On-the-fly Audio Programming Environ/mentality
(In reply to comment #4)
> This is now in the sunrise overlay. You can find it at:
> http://gentoo-sunrise.org/svn/reviewed/media-sound/audicle
>
There's some co-ordination among ebuilds needed here for the maintainer who is
needed. :) It looks like Audicle includes ChucK, and this particular release
(1.0.0.3) carries ChucK 1.2.0.6 with it. ChucK 1.2.0.7 is also in the Sunrise
overlay. I don't know if there's a conflict or not, but although the audicle
ebuild compiles fine, it has some kind of "FTGL" font gotcha:
$ audicle
[chuck]:(2:SYSTEM): setting log level to: 5 (INFORM)...
[chuck]:(2:SYSTEM): audicle version: 1.0.0.3 (quintesson)
[chuck]:(2:SYSTEM): (audicle) initializing...
[chuck]:(2:SYSTEM): (audicle) initializing graphics engine...
[chuck]:(2:SYSTEM): | (audicle) cursor state: ON
[chuck]:(2:SYSTEM): | (audicle) initializing opengl/glut...
[chuck]:(2:SYSTEM): (audicle) initializing windowing system...
[chuck]:(2:SYSTEM): | (audicle) window size: 1024 x 768
[chuck]:(2:SYSTEM): | (audicle) window position: 0, 0
[chuck]:(2:SYSTEM): | fullscreen mode: OFF
AudicleFTGLFont: font load error 1 - exiting
Meanwhile, the Princeton home page has Audicle 1.0.0.4, which carries ChucK
1.2.0.7. So I'm testing that from upstream and will post the results here. No
... I'm not volunteering to maintain this in Portage. :)
Test of 1.0.0.4 from upstream failed -- croaked in "yacc". I've posted it to
the Audicle mailing list.
(In reply to comment #5)
> (In reply to comment #4)
> > This is now in the sunrise overlay. You can find it at:
> > http://gentoo-sunrise.org/svn/reviewed/media-sound/audicle
> >
> There's some co-ordination among ebuilds needed here for the maintainer who is
> needed. :) It looks like Audicle includes ChucK, and this particular release
> (1.0.0.3) carries ChucK 1.2.0.6 with it. ChucK 1.2.0.7 is also in the Sunrise
> overlay. I don't know if there's a conflict or not, but although the audicle
> ebuild compiles fine, it has some kind of "FTGL" font gotcha:
>
> $ audicle
> [chuck]:(2:SYSTEM): setting log level to: 5 (INFORM)...
> [chuck]:(2:SYSTEM): audicle version: 1.0.0.3 (quintesson)
> [chuck]:(2:SYSTEM): (audicle) initializing...
> [chuck]:(2:SYSTEM): (audicle) initializing graphics engine...
> [chuck]:(2:SYSTEM): | (audicle) cursor state: ON
> [chuck]:(2:SYSTEM): | (audicle) initializing opengl/glut...
> [chuck]:(2:SYSTEM): (audicle) initializing windowing system...
> [chuck]:(2:SYSTEM): | (audicle) window size: 1024 x 768
> [chuck]:(2:SYSTEM): | (audicle) window position: 0, 0
> [chuck]:(2:SYSTEM): | fullscreen mode: OFF
> AudicleFTGLFont: font load error 1 - exiting
>
>
> Meanwhile, the Princeton home page has Audicle 1.0.0.4, which carries ChucK
> 1.2.0.7. So I'm testing that from upstream and will post the results here. No
> ... I'm not volunteering to maintain this in Portage. :)
>
Simple workaround -- turn off the "truetype" USE flag. :) I have it running now
with 1.0.0.3 from the sunrise overlay. I haven't tried generating audio yet --
that's next.
1.0.0.4 (with chuck 1.2.0.7) is working now. I had a little problem with
"yacc", but if you do "export LEX=flex; export YACC=bison; make linux-alsa" it
works. I haven't tried it with jack yet. Meanwhile, it should be safe for the
maintainer who is needed to bump the version to 1.0.0.4.