toonloop icon indicating copy to clipboard operation
toonloop copied to clipboard

Live animation software

Results 18 toonloop issues
Sort by recently updated
recently updated
newest added

midiinput.cpp:24:24: fatal error: stk/RtMidi.h: No such file or directory #include dpkg -L librtmidi-dev | grep RtMidi.h /usr/include/RtMidi.h dropping the 'stk' fixed the build for me.

bug
packaging

I needed to pass --with-boost-libdir=/usr/lib/x86_64-linux-gnu/ to configure to make the boost checks for the various libraries work.

bug
packaging

mkdir -p /tmp/images; i=0; rm -f /tmp/images/*; for f in *.jpg; do echo ln -s $(pwd)/$f /tmp/images/$(printf "%05d" $i).jpg; ((i++)); done gst-launch-1.0 multifilesrc location="/tmp/images/%04d.jpg" index=0 caps="image/jpeg,framerate=(fraction)12/1" loop=true ! jpegdec !...

improvement

When running ./configure I get the following error: `configure: error: Missing librtmidi-dev` However, when I try to install this it would result in lots of packages being uninstalled `The following...

packaging

Hi, in SHA: aff7edc3eba45b58105fa44cb4fbe21f309b0ee8 **LITTLE_ENDIAN** is always defined. This make toonloop FTBFS on PPC (and probably on other big-endian architectures). A proper check must be done before setting this.

packaging

Fixes linker error regarding missing boost::system::system_category(). See #14

TBH I'm not even sure that the whole "AC_SUBST(STK_CXXFLAGS, "-D__LINUX_ALSA__ -D__UNIX_JACK__")" is even necessary, as this seems only needed during the compilation of stk itself Anyway, if you feel it...