[PR #13] [MERGED] Enable opusfile to be built on Windows on ARM64 natively #10

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

📋 Pull Request Information

Original PR: https://github.com/audacity/conan-recipes/pull/13
Author: @i-lina
Created: 11/8/2023
Status: Merged
Merged: 11/9/2023
Merged by: @crsib

Base: mainHead: woa-opusfile


📝 Commits (1)

  • f23a1d3 Enable opusfile to be built on Windows on ARM64 natively

📊 Changes

4 files changed (+326 additions, -1 deletions)

View changed files

📝 recipes/opusfile/all/conandata.yml (+4 -0)
📝 recipes/opusfile/all/conanfile.py (+3 -1)
recipes/opusfile/all/patches/opusfile_sln_win_arm64.patch (+80 -0)
recipes/opusfile/all/patches/opusfile_vcxproj_win_arm64.patch (+239 -0)

📄 Description

ARM64 is supported in Visual Studio 17 and later. v0.12 of opusfile still uses VS2015 and so add patches to update the VS project and solution files.


🔄 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/13 **Author:** [@i-lina](https://github.com/i-lina) **Created:** 11/8/2023 **Status:** ✅ Merged **Merged:** 11/9/2023 **Merged by:** [@crsib](https://github.com/crsib) **Base:** `main` ← **Head:** `woa-opusfile` --- ### 📝 Commits (1) - [`f23a1d3`](https://github.com/audacity/conan-recipes/commit/f23a1d31b8faefaadd070d012b9977ac29cf5f5e) Enable opusfile to be built on Windows on ARM64 natively ### 📊 Changes **4 files changed** (+326 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `recipes/opusfile/all/conandata.yml` (+4 -0) 📝 `recipes/opusfile/all/conanfile.py` (+3 -1) ➕ `recipes/opusfile/all/patches/opusfile_sln_win_arm64.patch` (+80 -0) ➕ `recipes/opusfile/all/patches/opusfile_vcxproj_win_arm64.patch` (+239 -0) </details> ### 📄 Description ARM64 is supported in Visual Studio 17 and later. v0.12 of opusfile still uses VS2015 and so add patches to update the VS project and solution files. --- <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:21 -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#10
No description provided.