-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[request] wxWidgets/3.2.1 #20092
Comments
hmm, I found previous wxWidgets recipe on bincrafters first, then I click on the link of "Request new package" on bincrafters page and it send me to CCI. Not sure what's the relationship between the two, is bincrafters obsolete and being replaced by CCI? |
I'm not sure what the current state of bincrafters is, but it's only had 1 commit in the past 2 years. Maybe @Croydon can provide some context here. My understanding is that it hosts recipes that can't be hosted on CCI for whatever reason. It looks like the reasons it hasn't been on CCI historically may be largely resolved given that many of the system dependencies for wxwidgets appear to now be available as cci recipes |
This is an old/deprecated recipe. The current recipe is here https://github.com/bincrafters/community/blob/main/recipes/wxwidgets/all/conanfile.py The PR relating to this issue is bincrafters/community#1453 Suggest this issue be moved to bincrafters as not relevant to cci |
Can CCI 'steal' working recipes from there ? |
The bincrafters recipes appear to be MIT licensed, so I don't see any problems using those as a base to build a CCI recipe on, however, as above:
So it's not obvious to me that they would be suitable out of the box. |
Yes. Bincrafters is under MIT license. (I'm one of Bincrafters' maintainers too)
True. The main project that was not acceptable in CCI, but want in Bincrafters is the modular boost, where each boost project is a Conan package. It would required a prepared CI only for it, to solve the graph, rebuild everything ... something not inclined to be accepted here. |
…e; ported from bincrafters to v2
…e; ported from bincrafters to v2
…e; ported from bincrafters to v2
…e; ported from bincrafters to v2
I made a 3.2.3 package for conan 2 a while ago which works on Windows and Linux. https://github.com/herring-swe/conan/blob/main/recipes/wxwidgets/3.2.3/conanfile.py |
* (#5190) (#19991) (#20092) new wxwidgets recipe; ported from bincrafters to v2 * [wxwidgets] use f-strings * [wxwidgets] remove glib override * [wxwidgets] Add gtk option and default to gtk/system for now. * [wxwidgets] update system_requirements * [wxwidgets] Adding 3.2.4 * [wxwidgets] fix errors from gtk and opengl options * [wxwidgets] default to GTK2 to match gtk/system binaries in CCI * [wxwidgets] fix fPIC handling * [wxwidgets] fix nanosvg usage * [wxwidgets] fix cmake dependencies * [wxwidgets] don't package cmake files * [wxwidgets] fix macOS patching * [wxwidgets] use is_msvc * [wxwidgets] removing 3.1.x versions * [wxwidgets] Adding libraries to cpp_info to fix hook warnings. * remove older versions, add version ranges * fix config.yml for wxwidgets * add version range for expat * Update recipes/wxwidgets/all/conanfile.py Co-authored-by: Martin Valgur <[email protected]> * [wxwidgets] set gtk, xkbcommon options * simplify recipe options * wip * simplify * remove comment * put jpeg option back --------- Co-authored-by: memsharded <[email protected]> Co-authored-by: czoido <[email protected]> Co-authored-by: Martin Valgur <[email protected]>
Done by #21353 |
Package Name/Version
wxwidgets/3.2.1
Changelog
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.1/docs/changes.txt
Context about the new update
The above-mentioned version is newly released by the upstream project and not yet available as a recipe.
Please add this version.
The text was updated successfully, but these errors were encountered: