Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 144667
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Default Assignee for New Packages <maintainer-wanted@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Cédric Krier <cedk@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
audicle-1.0.0.3.ebuild audicle-1.0.0.3.ebuild text/plain Cédric Krier 2006-08-21 11:20 0000 1.64 KB Details
audicle-1.0.0.3-makefile.patch audicle-1.0.0.3-makefile.patch patch Cédric Krier 2006-08-21 11:20 0000 25.08 KB Details | Diff
audicle-1.0.0.3-font.patch audicle-1.0.0.3-font.patch patch Cédric Krier 2006-08-21 11:20 0000 2.92 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 144667 depends on: Show dependency tree
Bug 144667 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug