[PR #18] [CLOSED] Switch wxWidgets to GTK3 #7

Closed
opened 2025-09-09 19:40:20 -05:00 by Octech6711 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/audacity/conan-recipes/pull/18
Author: @kryksyh
Created: 11/2/2024
Status: Closed

Base: developHead: wxwidgets_gtk3


📝 Commits (10+)

  • 7fa3b4a Fixes zlib packaging for Conan 2.0
  • e5409f7 crashpad now supports Conan 2.0
  • 297234f Fixes expat target names
  • a1d0e33 Fixes libjpeg-turbo targets
  • 755b47b Removes deprecated properties from png
  • ec64378 Fixes tiff library collection
  • caf22ef Fixes zlib library collection
  • 88d3e33 Fixes zstd targets
  • 579bf0a wxWidgets 3.1.3 now supports Conan 2.0
  • 011db1f Delete build artifacts for msys2

📊 Changes

940 files changed (+35778 additions, -4971 deletions)

View changed files

📝 .editorconfig (+1 -0)
.gitattributes (+1 -0)
📝 .github/workflows/build_all_deps.yml (+316 -90)
.github/workflows/update_recipes.yml (+0 -51)
📝 .gitignore (+18 -0)
breakpad/0.1/conanfile.py (+0 -64)
breakpad/0.1/patches/win-hide-attachment-full-names.diff (+0 -23)
breakpad/config.yml (+0 -3)
config/build_order.yml (+71 -0)
config/build_order_qt.yml (+88 -0)
config/packages/audacity_build_helpers.yml (+4 -0)
config/packages/autoconf.yml (+3 -0)
config/packages/automake.yml (+3 -0)
config/packages/bison.yml (+3 -0)
config/packages/breakpad.yml (+2 -0)
config/packages/brotli.yml (+2 -0)
config/packages/bzip2.yml (+2 -0)
config/packages/catch2.yml (+2 -0)
config/packages/cmake.yml (+3 -0)
config/packages/crashpad.yml (+2 -0)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/audacity/conan-recipes/pull/18 **Author:** [@kryksyh](https://github.com/kryksyh) **Created:** 11/2/2024 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `wxwidgets_gtk3` --- ### 📝 Commits (10+) - [`7fa3b4a`](https://github.com/audacity/conan-recipes/commit/7fa3b4a9f6021c9cd5f82263262e36bfb0953315) Fixes `zlib` packaging for Conan 2.0 - [`e5409f7`](https://github.com/audacity/conan-recipes/commit/e5409f75800535b453bb5c5733df27fc6ddd90ef) `crashpad` now supports Conan 2.0 - [`297234f`](https://github.com/audacity/conan-recipes/commit/297234f1bc4f8624fbdf5e68fbd7ab856fae86cd) Fixes expat target names - [`a1d0e33`](https://github.com/audacity/conan-recipes/commit/a1d0e332ac82f0607ca9f43ce8017f572f4ef27e) Fixes libjpeg-turbo targets - [`755b47b`](https://github.com/audacity/conan-recipes/commit/755b47becb3511171fa65e5f7cb75207313eb20e) Removes deprecated properties from `png` - [`ec64378`](https://github.com/audacity/conan-recipes/commit/ec64378f00fd3c9187e20a1a5defe071ecfd4ccc) Fixes `tiff` library collection - [`caf22ef`](https://github.com/audacity/conan-recipes/commit/caf22efc9a4ec5f22d3b62c35d9add599eb8c28f) Fixes `zlib` library collection - [`88d3e33`](https://github.com/audacity/conan-recipes/commit/88d3e33963121c0e162778c3a01928ca3339e09c) Fixes `zstd` targets - [`579bf0a`](https://github.com/audacity/conan-recipes/commit/579bf0aa24a0a843585398400c6bde5262ebdd11) wxWidgets 3.1.3 now supports Conan 2.0 - [`011db1f`](https://github.com/audacity/conan-recipes/commit/011db1f946ed279854680df1dfac87edadba1476) Delete build artifacts for msys2 ### 📊 Changes **940 files changed** (+35778 additions, -4971 deletions) <details> <summary>View changed files</summary> 📝 `.editorconfig` (+1 -0) ➕ `.gitattributes` (+1 -0) 📝 `.github/workflows/build_all_deps.yml` (+316 -90) ➖ `.github/workflows/update_recipes.yml` (+0 -51) 📝 `.gitignore` (+18 -0) ➖ `breakpad/0.1/conanfile.py` (+0 -64) ➖ `breakpad/0.1/patches/win-hide-attachment-full-names.diff` (+0 -23) ➖ `breakpad/config.yml` (+0 -3) ➕ `config/build_order.yml` (+71 -0) ➕ `config/build_order_qt.yml` (+88 -0) ➕ `config/packages/audacity_build_helpers.yml` (+4 -0) ➕ `config/packages/autoconf.yml` (+3 -0) ➕ `config/packages/automake.yml` (+3 -0) ➕ `config/packages/bison.yml` (+3 -0) ➕ `config/packages/breakpad.yml` (+2 -0) ➕ `config/packages/brotli.yml` (+2 -0) ➕ `config/packages/bzip2.yml` (+2 -0) ➕ `config/packages/catch2.yml` (+2 -0) ➕ `config/packages/cmake.yml` (+3 -0) ➕ `config/packages/crashpad.yml` (+2 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Octech6711 added the
pull-request
label 2025-09-09 19:40:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: audacity/conan-recipes#7
No description provided.