OK, portage is amazing. I get it to make a wrapper script for IanniX.
The ebuild is here: iannix-9999.ebuild For instruction on how to install it or the overlay: Pro-Audio Gentoo Overlay
The wrapper is “/usr/bin/iannix”:
#!/bin/sh
cd "/usr/share/iannix"
if [ -n "/usr/share/iannix,/usr/share/iannix/pixmaps" ] ; then
if [ "${LD_LIBRARY_PATH+set}" = "set" ] ; then
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/share/iannix,/usr/share/iannix/pixmaps"
else
export LD_LIBRARY_PATH="/usr/share/iannix,/usr/share/iannix/pixmaps"
fi
fi
exec /usr/bin/IanniX "$@"
I’ve volunteered to do some audio / music packaging for the Fedora project. IanniX is one of the packages I’m hoping to work on. Has anyone built a source RPM for IanniX?
New error:
No rule to make target ‘../IanniX-master’, needed by ‘IannX.app/Contents/Resources/icon.icns’.
Thoughts?
Hmm strange… Maybe you can remove icon.icns (just the icon of IanniX) from the project and try again.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |