I've experienced a dependency issue while testing new built packages: although they build flawlessly, to the point it can be scripted, when it comes to install glassplayer-gui, it turns out it depends on an outdated glasscoder version.
Checking debian/control , I've noticed the code states a certain 'equal' target version dependency.
Comparing with glasscoder, where there's no problem whatsoever, I notice the fixed dependency version does not exist... but maybe this is intended to be automatically adjusted by autogen.sh ... isn't it? Or maybe the problem is that the equal sign could be >= to keep newer versions compatible?
Hi.
I've experienced a dependency issue while testing new built packages: although they build flawlessly, to the point it can be scripted, when it comes to install glassplayer-gui, it turns out it depends on an outdated glasscoder version. Checking debian/control , I've noticed the code states a certain 'equal' target version dependency.
Comparing with glasscoder, where there's no problem whatsoever, I notice the fixed dependency version does not exist... but maybe this is intended to be automatically adjusted by autogen.sh ... isn't it? Or maybe the problem is that the equal sign could be >= to keep newer versions compatible?
Thank you very much. Best regards.