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
Description:   Opened: 2006-08-21 11:19 0000
A Context-sensitive, On-the-fly Audio Programming Environ/mentality

------- Comment #1 From Cédric Krier 2006-08-21 11:20:02 0000 -------
Created an attachment (id=94787) [details]
audicle-1.0.0.3.ebuild

------- Comment #2 From Cédric Krier 2006-08-21 11:20:23 0000 -------
Created an attachment (id=94788) [details]
audicle-1.0.0.3-makefile.patch

------- Comment #3 From Cédric Krier 2006-08-21 11:20:54 0000 -------
Created an attachment (id=94789) [details]
audicle-1.0.0.3-font.patch

------- Comment #4 From Cédric Krier 2006-09-23 11:49:11 0000 -------
This is now in the sunrise overlay. You can find it at:
http://gentoo-sunrise.org/svn/reviewed/media-sound/audicle

------- Comment #5 From M. Edward Borasky 2007-02-13 06:22:37 0000 -------
(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. :)

------- Comment #6 From M. Edward Borasky 2007-02-13 07:32:53 0000 -------
Test of 1.0.0.4 from upstream failed -- croaked in "yacc". I've posted it to
the Audicle mailing list.

------- Comment #7 From M. Edward Borasky 2007-02-13 07:45:11 0000 -------
(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.

------- Comment #8 From M. Edward Borasky 2007-02-14 03:48:11 0000 -------
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.

------- Comment #9 From Cédric Krier 2008-03-30 00:20:26 0000 -------
Add in cvs