Hi
if you want my packages, that’s easy.
go to http://www.openartist.org/debian/trusty64 and grab them.
As I do my own repository as well, for ubuntu trusty, you could also add this, and install om directly with apt. This should mean no harm to your system, if you just install om and deactivate the repo it afterwards, it should be working.
so in terminal:
echo “deb http://openartist.org/debian trusty/” | sudo tee /etc/apt/sources.list.d/openArtist.list
then do a sudo apt-get update && sudo apt-get install openmusic
then afterwards remove it with
sudo rm /etc/apt/sources.list.d/openArtist.list
yeah, libportmidi… I had this problem myself…
I reported it here: https://bugs.launchpad.net/ubuntu/+source/portmidi/+bug/1415788
So to satisfy om’s needs and not deinstall everything which needs portmidi:amd64, I added the libportmidi.so.foo to the om package, it installs it to /usr/local/lib, so it won’t interfere with the rest of the system, in terms of package conflict where the same file is available within two packages ( which would have happeded If I left it in /usr/lib, that would be bad). So you DO NOT NEED LIBPORTMIDI any more, it’s included. As there is no reaction on my bugreport as for now, maybe it’s a good idea to report it more upstream at debian, or ask at the portmidi mailinglist if this could be intended or such. Would be nice if you could do that, I did the packaging 