Closed soumyaDghosh closed 6 months ago
@sergio-costas requesting your review here. Thank you :-)
@soumyaDghosh "gtk4 => 4.14.0 (gnome team says 4.14.1 is the release, but we avoided odd minor, so skipped it)" Mmm... but the one is the "revision" number... the "minor" is 14...
Mmm... but the one is the "revision" number... the "minor" is 14...
Oops.. sorry, okay, ammending the commit, and adding 4.14.1
. I don't think it'll need anything extra.
Also, glib can be updated to 2.78.4; gtk3 can be updated to 3.24.41; pangomm to 2.46.4; atkmm to 2.28.4; gjs to 1.76.3; vulkan headers to v1.3.281; vulkan-loaders to v.1.3.281; and libgweather to 4.4.2.
I'll do a full compilation with these extra changes and will do a test.
Also, glib can be updated to 2.78.4; gtk3 can be updated to 3.24.41; pangomm to 2.46.4; atkmm to 2.28.4; gjs to 1.76.3; vulkan headers to v1.3.281; vulkan-loaders to v.1.3.281; and libgweather to 4.4.2.
Okay.. but, if you want I can add these in this existing PR. And you can test it.
pangomm to 2.46.4; atkmm to 2.28.4
These two are commented as maximum version needed for gtkmm?
First I'll try to build it and test it. If it works, I'll notify you to add them here (last time I tried to add a commit to a PR from another user, broke everything 😅 )
That "maximum version" is for major and minor; revision can be updated.
That "maximum version" is for major and minor; revision can be updated.
Uhh.. okay. got it. But, I have a request to update gtkmm also. Timeshift gtk4 needs those. Can it be done?
I presume that you mean to include gtkmm for 4.0... Is it possible to have both gtkmm for 3.0 and 4.0 coexisting? In that case, a new entry should be added, called gtkmm4 with all things needed for it.
I presume that you mean to include gtkmm for 4.0... Is it possible to have both gtkmm for 3.0 and 4.0 coexisting? In that case, a new entry should be added, called gtkmm4 with all things needed for it.
Yes, that what I requested. But, is gtkmm version 3 still needed? Are there multiple edge cases where the app is still using gtkmm 3?
Ok, tested with Drawing, Chromium, mattermost, mahjongg, cheese, discord, epiphany, firefox, kicad and transporter. It seems to run OK with all.
@kenvandine What do you think?
Ok, tested with Drawing, Chromium, mattermost, mahjongg, cheese, discord, epiphany, firefox, kicad and transporter. It seems to run OK with all.
I have pushed the update.
About gtkmm4, I personally think that it would be better to put it in gnome-46-2404. Adding it into gnme-42-2204 requires adding sigc++ 3 and other changes that, personally, I think would be risky.
Hi, @kenvandine please look into this PR. I guess we can merge this.
i think minor updates are ok for gnome-42-2204, we should really avoid as much churn as possible and focus on gnome-46-2404-sdk at this point. We don't want to risk breaking existing snaps, safer to let packages choose when to consume those newer versions.
i think minor updates are ok for gnome-42-2204, we should really avoid as much churn as possible and focus on gnome-46-2404-sdk at this point. We don't want to risk breaking existing snaps, safer to let packages choose when to consume those newer versions.
But, doesn't that mean that we'll have to wait until core24 releases for the gnome 46 related libraries. Willn't it be a very long time?
i think minor updates are ok for gnome-42-2204, we should really avoid as much churn as possible and focus on gnome-46-2404-sdk at this point. We don't want to risk breaking existing snaps, safer to let packages choose when to consume those newer versions.
But, doesn't that mean that we'll have to wait until core24 releases for the gnome 46 related libraries. Willn't it be a very long time?
No, not long at all. core24 should be released next month and the updated gnome extension to support it has already been merged into snapcraft. It's coming really soon, certainly not worth risking stability issues for millions of users. If we rely on the new content snap, snap publishers can gradually migrate to it when they need to, opt-in.
@kenvandine Okay.. I'll try to push these changes to the new sdk and content snap then.
My biggest concern here is introducing the new things we need to build from source, like for example the vulkan parts. This could can issues that's hard to prepare for, and we have the responsibility to provide a stable base for 1000s of other snaps. I think any changes at this point that makes us add more parts that build from source, we should push to land those in gnome-46-2404-sdk instead. I think the primary exception to that rule is if we need to update something to fix a critical security issue, we could consider it.
Added builds from source:
needed by gtk4 4.14.1
needed by webp-pixbuf-loaders
Requested by Nickvision Apps, Mousam and Dosage Tracker.
Closes #161