"FreeJ is a digital instrument for video livesets, featuring realtime rendering of multilayered video and chained effect filtering directly on the screen. FreeJ threats every video source as a layer, making then possible to dynamically apply on each a chain of filters, loadable as effect plugins and easily customizable. Layers are implemented to mix together live inputs (video4linux devices), DIVX/AVI files (with avifile library), PNG images and TEXT files word by word. Other layers are being implemented."
I'm working on it.
Created attachment 19968 [details] freej-0.5.1.ebuild
There seems to be a problem with compiling if there is no symbolic link from /usr/include/avifile to /usr/include/avifile-0.7, like there is now on a fresh Gentoo install of mine. But I don't know if this problem is an avifile problem or a freej problem.
Hmmm... Freej-0.6 diese on compile. I just copied your ebuild. --- if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src/include -I../ccvt -I/usr/include/libpng12 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/SDL -D_REENTRANT -I/usr/include/avifile-0.7 -I/usr/include/freetype2 -O4 -fomit-frame-pointer -march=i686 -finline-functions -ffast-math -funroll-loops -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -g -Wall -pipe -D_REENTRANT -MT sdl_blit.o -MD -MP -MF ".deps/sdl_blit.Tpo" \ -c -o sdl_blit.o `test -f 'sdl_blit.cpp' || echo './'`sdl_blit.cpp; \ then mv -f ".deps/sdl_blit.Tpo" ".deps/sdl_blit.Po"; \ else rm -f ".deps/sdl_blit.Tpo"; exit 1; \ fi make[3]: *** [impl_layers.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory `/var/tmp/portage/freej-0.6/work/freej-0.6/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/freej-0.6/work/freej-0.6/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/freej-0.6/work/freej-0.6' make: *** [all] Error 2 !!! ERROR: media-video/freej-0.6 failed. !!! Function src_compile, Line 26, Exitcode 2 !!! (no error message) --- Please notice the ommission of ${CFLAGS}, too. Do you have similar problems? I`d rather release 0.6 as it`s the latest version. Cheers, Marc.
Created attachment 44163 [details] freej-0.7.ebuild This builds the newest version. There is a problem with v4l. The configure does not detect it right. I included a local use-flag, that allows so set v4l manually. However, if someone has time to do some research on this one, feel free :) kai
In Portage (with lots o cherries on top).
hi, please note that FreeJ compile and runs on PPC platform as well. ciao