lucasw / gephex

Update of the gephex graph based video jockey software to build with modern Linux.
http://www.gephex.org
GNU General Public License v2.0
5 stars 0 forks source link

frei0r #7

Open lucasw opened 6 years ago

lucasw commented 6 years ago

https://github.com/dyne/frei0r

Document using these.

Also pr my own frei0r modules into the above repo.

lucasw commented 6 years ago
git clone https://github.com/dyne/frei0r.git
mkdir build_frei0r
cd build_frei0r
cmake ../frei0r/ -DCMAKE_INSTALL_PREFIX=$HOME/other/install
make
make install
...
Install the project...
-- Install configuration: "RelWithDebInfo"
-- Up-to-date: /home/lucasw/other/install/./include
-- Installing: /home/lucasw/other/install/./include/frei0r.h
-- Installing: /home/lucasw/other/install/lib/pkgconfig/frei0r.pc
-- Installing: /home/lucasw/other/install/lib/frei0r-1/facebl0r.so
...
-- Installing: /home/lucasw/other/install/lib/frei0r-1/overlay.so
-- Installing: /home/lucasw/other/install/lib/frei0r-1/saturation.so
-- Installing: /home/lucasw/other/install/lib/frei0r-1/screen.so
-- Installing: /home/lucasw/other/install/lib/frei0r-1/softlight.so
-- Installing: /home/lucasw/other/install/lib/frei0r-1/subtract.so
-- Installing: /home/lucasw/other/install/lib/frei0r-1/uvmap.so
-- Installing: /home/lucasw/other/install/lib/frei0r-1/value.so
-- Installing: /home/lucasw/other/install/lib/frei0r-1/xfade0r.so
-- Installing: /home/lucasw/other/install/lib/frei0r-1/RGB.so

The put the path into ~/.gephex/0.4/gephex.conf:

    frei0r_path          = [/home/lucasw/other/install/lib/frei0r-1/;/usr/local/lib/frei0r-1/;/usr/lib/frei0r-1/]
lucasw commented 6 years ago

Or skip the above and

sudo apt-install frei0r-plugins
lucasw commented 6 years ago

There are too many, they need some organization within the frei0r menu.

lucasw commented 6 years ago

All the icons are identical, and the names don't appear in the Properties- fix the latter at least.

lucasw commented 6 years ago

Many of them causes crashes- probably gephex isn't handling them right.