mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-10 20:00:51 +00:00
- Reverts https://github.com/termux/termux-packages/pull/14982 - Reverts https://github.com/termux/termux-packages/pull/20118 - Those two PRs were the previous solution to this issue https://github.com/termux/termux-packages/issues/14961, however, unfortunately, the long-term maintenance of `protobuf-static` turned out to be difficult. After several accidents during which `libprotobuf` and `protobuf-static` unfortunately became mixed up and had to be untangled, and also several edge cases which `protobuf-static` could not easily solve were found, a new solution was developed to replace `protobuf-static` that has, so far, been more reliable, and has also fixed a number of other problems that `protobuf-static` could not effectively fix. - The new solution is the new `libandroid-stub`, which was developed and deployed project-wide 8 months ago during these two PRs: - https://github.com/termux/termux-packages/pull/23712 - https://github.com/termux/termux-packages/pull/24131 - For the past 8 months, the new `libandroid-stub` has continued to work successfully for all known users as a total replacement for `protobuf-static` and there have been no issues reported for it related to its sufficiency as a replacement for `protobuf-static`, so `protobuf-static` can now be moved to the disabled-packages folder.