Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign uplibdvbpsi: exhume 1.2.0, fix 1.3.0 versioning, drop static lib. #636
Conversation
|
I did not manage to rename the lib to libdvbpsi12 so I had to add a CONFLICTS_devel.
Or is it worthless? |
|
No, it is expected that we get conflicts on the devel package in this case. In libdvbpsi, both versions of the lib have the same name, so you can have only one version of the dev package installed at the same time (this is safer, because we could also run into conflicts with the .h files, etc). As long as the non-devel packages can be installed side by side, there is no problems. The devel package for the old version of the lib will only be used with haikuporter, and in that case there shouldn't be too much conflicts because the chroot used for building only has a small set of packages. If you rename all the libs and .pc files, all projects using the lib would have to be modified. Since this is mostly dealing with legacy code (old version of VLC, etc), it would be a lot of work that no one would want to merge upstream. |
|
OK, thanks a lot for your detailed reply. |
fbrosson commentedJun 13, 2016
No description provided.