IanniX is a graphical open-source sequencer, based on Iannis Xenakis works, for digital art. IanniX syncs via Open Sound Control (OSC) events and curves to your real-time environment.
When making a gentoo ebuild in order for portage to install iannix and manage its files on gentoo, the installation fail becuase the file Patches/Ableton Live/Icon. conain and end of line.
I made a workaround in the ebuild (${S} is the working directory where the source code is put by portage):
cd "${S}/Patches/Ableton Live/"
mv 'Icon'$'\r' Icon
cd ${S}
But I have no idea if Icon is the correct name for that file. Also, it contain nothing, so I don't even know if it is necessary.
When making a gentoo ebuild in order for portage to install iannix and manage its files on gentoo, the installation fail becuase the file Patches/Ableton Live/Icon. conain and end of line.
I made a workaround in the ebuild (${S} is the working directory where the source code is put by portage):
But I have no idea if Icon is the correct name for that file. Also, it contain nothing, so I don't even know if it is necessary.
That should be fixed in the source.