libogg: patch stdint include, add v1.3.5#28332
Conversation
|
Hi @nilsleiffischer! I noticed that the following package(s) don't yet have maintainers:
Are you interested in adopting any of these package(s)? If so, simply add the following to the package class: maintainers = ['nilsleiffischer']If not, could you contact the developers of this package and see if they are interested? You can quickly see who has worked on a package with $ spack blame liboggThank you for your help! Please don't add maintainers without their consent. You don't have to be a Spack expert or package developer in order to be a "maintainer," it just gives us a list of users willing to review PRs or debug issues relating to this package. A package can have multiple maintainers; just add a list of GitHub handles of anyone who wants to volunteer. |
e55fce3 to
eaae15d
Compare
eaae15d to
fe9afed
Compare
|
Can you rebase to run Gitlab pipelines on a new merge commit? |
Backport a patch for v1.3.4 that fixes an unsigned typedef problem on macOS: xiph/ogg#64 Also add v1.3.5 that has this issue fixed.
Head branch was pushed to by a user without write access
fe9afed to
5b388b8
Compare
Backport a patch for v1.3.4 that fixes an unsigned typedef problem on macOS: xiph/ogg#64 Also add v1.3.5 that has this issue fixed.
Backport a patch for v1.3.4 that fixes an unsigned typedef problem on macOS: xiph/ogg#64 Also add v1.3.5 that has this issue fixed.
Backport a patch for v1.3.4 that fixes an unsigned typedef problem on macOS: xiph/ogg#64 Also add v1.3.5 that has this issue fixed.
Installing
libtheorafailed on macOS 12.0.1 before this patch, at least with AppleClang 13 and with GCC 11.2.If anyone knows details about when
<sys/types.h>and<stdint.h>are available, please speak up :)Edit: This is fixed upstream by xiph/ogg#64