Bump OpenAL to 1.24.3.1 by dellis1972 · Pull Request #8882 · MonoGame/MonoGame
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 3k
Merged
SimonDarksideJ merged 1 commit intodevelopfrom
Jul 9, 2025Merged
SimonDarksideJ merged 1 commit intodevelopfrom
SimonDarksideJ merged 1 commit intodevelopfrom
Conversation
Copy link
Contributor
dellis1972
commented
Jul 8, 2025
dellis1972
commented
Bump OpenAL to 1.24.3.1.
The brings in Android 16kb alignment.
Also removes iOS iPhone from the NuGet Package, but still has the simulator. This will allow developers to build and test and release.
Bump OpenAL to 1.24.3.1. The brings in Android 16kb alignment. Also removes iOS iPhone from the NuGet Package, but still has the simulator. This will allow developers to build and test and release.
dellis1972
requested a review
from ThomasFOG
dellis1972 commented Jul 8, 2025
|
|
||
| <!-- iOS has its own Song and Video implementation --> | ||
| <ItemGroup Condition="$(DefineConstants.Contains('NO_AUDIO')) != 'true' And $(DefineConstants.Contains('IOS'))"> | ||
| <PackageReference Include="MonoGame.Library.OpenAL" Version="1.24.3.1" /> |
Copy link
Contributor Author
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added this back in as the Nuget now only includes the simulator binaries. the device binary which was causing publishing issues has been removed.
Copy link
Contributor
ThomasFOG
commented
Jul 8, 2025
ThomasFOG commented
Jul 8, 2025The nuget needs to be published (we should likely add auto-publish to dependencies).
SimonDarksideJ approved these changes Jul 9, 2025
SimonDarksideJ
deleted the
dev/dellis1972/bumpopenal1.24.3.1
branch
Petezah
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment