-
Notifications
You must be signed in to change notification settings - Fork 3.7k
libid3tag: require cmake >= 3.10 due to removed legacy support #27776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
9f09f33 to
d83bf31
Compare
|
I'd say that in this case, I'd prefer if the number in PKG_RELEASE, which you can find in the Makefile, was incremented, because that will help us know and distinguish which version contains this fix or not. Others might have a different opinion though. :) This looks better than before. |
Did you mean something like this? marcinmajsc@e0bcbb2 |
Likely yes. Incrementing that makes it clear that there has been a change. (although in this case it likely doesn't mean much, as we are already happily compiling the packages with cmake 3.31, so bumping the min requirement from a really ancient version 3.1 to a semi.ancient version 3.10 is likely a rather null-op change) |
Ok, so what now do it in PR? @hnyman @BKPepe
|
That would be perfect. |
Link: openwrt#27607 Link: openwrt/openwrt@1b48ebd Signed-off-by: Marcin Maj <[email protected]>
d83bf31 to
a156489
Compare
Link: #27607
Link: openwrt/openwrt@1b48ebd
📦 Package Details
Maintainer: Ted Hess [email protected]
https://codeberg.org/tenacityteam/libid3tag.git
Description:
libid3tag is a library for reading and (eventually) writing ID3 tags, both ID3v1 and the various versions of ID3v2
🧪 Run Testing Details
✅ Formalities
If your PR contains a patch:
git am(e.g., subject line, commit description, etc.)
We must try to upstream patches to reduce maintenance burden.