Currently, the builds of Player and liblcf(0) stay the same until someone rebuilds them manually.
Distribution packages are updated in the meantime.
For most shared libraries it makes no difference as the api does not change (i.e. recent SDL updates)
However, ICU will insert it's version information and this forces us to do a rebuild after each ICU update.
For Arch Linux this needs to increment the $pkgrel in the PKGBUILD and I pay attention for updates to the ICU package, so Player will not be 'broken' for long hopefully.
But this needs to be taken care of for the other distributions as well.
Currently, the builds of
Playerandliblcf(0)stay the same until someone rebuilds them manually.Distribution packages are updated in the meantime.
For most shared libraries it makes no difference as the api does not change (i.e. recent SDL updates)
However, ICU will insert it's version information and this forces us to do a rebuild after each ICU update.
For Arch Linux this needs to increment the
$pkgrelin the PKGBUILD and I pay attention for updates to the ICU package, soPlayerwill not be 'broken' for long hopefully.But this needs to be taken care of for the other distributions as well.