x42 / xjadeo

X JAck viDEo mOnitor: a tool that displays a video clip in sync with an external time source (jack-transport, LTC and MTC). Applications include: soundtrack composition/editing, video monitoring and -installations.
http://xjadeo.sf.net/
GNU General Public License v2.0
41 stars 7 forks source link

latest portmidi (-217) no longer builds libporttime.so #8

Closed rugubara closed 8 years ago

rugubara commented 8 years ago

the build of xjadeo-0.8.5 (and 0.8.1) fails since there is no libporttime.so anymore. The dirty fix is: ln -s libportmidi.so libporttime.so

Please update your build

x42 commented 8 years ago

portmidi is only useful for windows builds of xjadeo (and maybe OSX). What platform do you build xjadeo on?

rugubara commented 8 years ago

I build it on Gentoo linux

x42 commented 8 years ago

use xjadeo's ALSA (native Linux) or JACK support.

PortMidi is not very useful on GNU/Linux (configure with --disable-portmidi in case autodetection fails for some reason)