tomahawk-player / tomahawk

Tomahawk, the multi-source music player
http://tomahawk-player.org
GNU General Public License v3.0
2.95k stars 367 forks source link

Use a non version boost library #622

Closed nonamereq closed 7 years ago

nonamereq commented 7 years ago

Please use libboost_libraryname.so instead of libboost_libraryname.so.versionnumber. When boost library is updated as part of another package the version the player uses will be deleted so we have to copy the current boost lib to the be like the deleted library.

dschmidt commented 7 years ago

This is correct and pretty standarx behavior and Tomahawk should be updated alongside boost by your distribution or the boost library with the old soversion should not be removed.

dschmidt commented 7 years ago

If this makes things clearer: the non version file of shared libs is usually just a symlink to the current versioned lib.