Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144667 - media-sound/audicle (new ebuild)
Summary: media-sound/audicle (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://audicle.cs.princeton.edu/
Whiteboard: [sunrise-overlay]
Keywords: EBUILD, InOverlay
Depends on:
Blocks:
 
Reported: 2006-08-21 11:19 UTC by Cédric Krier
Modified: 2008-03-30 00:20 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
audicle-1.0.0.3.ebuild (audicle-1.0.0.3.ebuild,1.64 KB, text/plain)
2006-08-21 11:20 UTC, Cédric Krier
Details
audicle-1.0.0.3-makefile.patch (audicle-1.0.0.3-makefile.patch,25.08 KB, patch)
2006-08-21 11:20 UTC, Cédric Krier
Details | Diff
audicle-1.0.0.3-font.patch (audicle-1.0.0.3-font.patch,2.92 KB, patch)
2006-08-21 11:20 UTC, Cédric Krier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cédric Krier gentoo-dev 2006-08-21 11:19:20 UTC
A Context-sensitive, On-the-fly Audio Programming Environ/mentality
Comment 1 Cédric Krier gentoo-dev 2006-08-21 11:20:02 UTC
Created attachment 94787 [details]
audicle-1.0.0.3.ebuild
Comment 2 Cédric Krier gentoo-dev 2006-08-21 11:20:23 UTC
Created attachment 94788 [details, diff]
audicle-1.0.0.3-makefile.patch
Comment 3 Cédric Krier gentoo-dev 2006-08-21 11:20:54 UTC
Created attachment 94789 [details, diff]
audicle-1.0.0.3-font.patch
Comment 4 Cédric Krier gentoo-dev 2006-09-23 11:49:11 UTC
This is now in the sunrise overlay. You can find it at:
http://gentoo-sunrise.org/svn/reviewed/media-sound/audicle
Comment 5 M. Edward Borasky 2007-02-13 06:22:37 UTC
(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 M. Edward Borasky 2007-02-13 07:32:53 UTC
Test of 1.0.0.4 from upstream failed -- croaked in "yacc". I've posted it to the Audicle mailing list.
Comment 7 M. Edward Borasky 2007-02-13 07:45:11 UTC
(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 M. Edward Borasky 2007-02-14 03:48:11 UTC
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 Cédric Krier gentoo-dev 2008-03-30 00:20:26 UTC
Add in cvs