mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
EMPTY VERSION FIELDS IN PKGCONFIG FILES (LINUX) #472
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @frkli1965 on GitHub (Jul 31, 2023).
Missing version values in libbrotlicommon.pc, libbrotlidec.pc and libbrotlienc.pc files following commit #27a9a80 causing downstream builds e.g. MPV, EasyEffects, etc. to break.
Easily remedied by manually editing above files of course but thought you should be made aware nevertheless.
@zhongfly commented on GitHub (Jul 31, 2023):
I think the submitter deleted this line by mistake:
27a9a80992 (diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aL92).@balducci commented on GitHub (Jul 31, 2023):
am I missing something obvious, or commit
d639a81d35has deleted back theBROTLI_VERSIONdefinition which was fixed by previous commit 802475e724089cbac50ca9eb8a198f7922d30971?For me master (
d639a81d35) still installs .pc files with emptyVersion:value@eustas commented on GitHub (Jul 31, 2023):
Sorry about that. Two way synchronisation is not properly setup... Will fix that very soon.
@balducci commented on GitHub (Aug 1, 2023):
confirming that everything is back on track
thanks a lot
-gabriele