Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63138 - fluxus 0.5rc1 (new package)
Summary: fluxus 0.5rc1 (new package)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Lowest enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-09-07 09:13 UTC by CJ Kucera
Modified: 2005-09-13 19:13 UTC (History)
1 user (show)

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


Attachments
fluxus-0.5_rc1.ebuild (fluxus-0.5_rc1.ebuild,1.31 KB, text/plain)
2004-09-07 09:17 UTC, CJ Kucera
Details

Note You need to log in before you can comment on or make changes to this bug.
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