Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 63138

Summary: fluxus 0.5rc1 (new package)
Product: Gentoo Linux Reporter: CJ Kucera <pez>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: sound
Priority: Lowest Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fluxus-0.5_rc1.ebuild

Description CJ Kucera 2004-09-07 09:13:19 UTC
"fluxus is a small realtime render engine for linux that generates animation from sound."
http://www.pawfal.org/Software/fluxus/

Essentially this is sort of a visualization plugin, except that it's not an actual plugin (you run it seperately and it just takes whatever input is coming into the sound system at the time) and the actual visualization is determined by whatever Scheme code the user pastes into the scripting window.  Not sure whether this should go into media-video or media-sound, or something else.
Comment 1 CJ Kucera 2004-09-07 09:17:17 UTC
Created attachment 39131 [details]
fluxus-0.5_rc1.ebuild

Fairly straightforward.  I had to symlink some .h files in order for the thing
to compile properly, and also add in /usr/(lib|include)/fltk-1.1 to the
Makefile in order to compile against fltk properly.
Comment 2 Ciaran McCreesh 2005-09-13 19:13:53 UTC
Please fix the following and reopen:

* http://dev.gentoo.org/~ciaranm/docs/mw-faq/redundant.txt (src_compile)
* http://dev.gentoo.org/~ciaranm/docs/mw-faq/docfiles.txt
* Use sed -i -e rather than sed -ie