love icon indicating copy to clipboard operation
love copied to clipboard

liblove naming convention

Open slime73 opened this issue 5 years ago • 1 comments

Original report by Will Sinatra (Bitbucket: [Will Sinatra](https://bitbucket.org/Will Sinatra), ).


The naming convention of the love library is off it is currently liblove-11-3.so when it should be liblove.so.11.3 and have a liblove.so.11 symlink.

https://gitlab.alpinelinux.org/alpine/aports/merge_requests/2402

slime73 avatar Dec 24 '19 16:12 slime73

That naming scheme does imply a level of compatibility that we simply do not guarantee. liblove.so.11.2 can be ABI and API-incompatible with liblove.so.11.3, so the common liblove.so.11 symlink is misleading and useless.

bartbes avatar Jul 01 '20 17:07 bartbes