Skip to content
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

audacity: update to 3.3.3. #46524

Merged
merged 1 commit into from
Oct 13, 2023
Merged

audacity: update to 3.3.3. #46524

merged 1 commit into from
Oct 13, 2023

Conversation

ii8
Copy link
Contributor

@ii8 ii8 commented Oct 9, 2023

Testing the changes

  • I tested the changes in this PR: YES

Local build testing

  • I built this PR locally for my native architecture, x86_64-musl
  • I built this PR locally for these architectures:
    • armv6l-musl
    • i686
    • armv7l

@ii8 ii8 force-pushed the audacity branch 2 times, most recently from 6d386e4 to 7db11ea Compare October 9, 2023 11:00
srcpkgs/audacity/template Outdated Show resolved Hide resolved
srcpkgs/audacity/template Show resolved Hide resolved
srcpkgs/audacity/template Outdated Show resolved Hide resolved
srcpkgs/audacity/template Outdated Show resolved Hide resolved
srcpkgs/audacity/template Outdated Show resolved Hide resolved
srcpkgs/audacity/template Outdated Show resolved Hide resolved
srcpkgs/audacity/template Outdated Show resolved Hide resolved
@ii8 ii8 force-pushed the audacity branch 2 times, most recently from 615d208 to 1ec1262 Compare October 9, 2023 14:25
@ii8
Copy link
Contributor Author

ii8 commented Oct 9, 2023

The i686 build is failing, it uses ninja which depends on python and the python tests are failing.
Should I just use make instead of ninja:

if [ "$XBPS_TARGET_MACHINE" = i686 ]; then                                      
        export CMAKE_GENERATOR="Unix Makefiles"                                 
        make_cmd=make                                                           
fi

or is there a better way to fix that?

edit: never mind I need python anyway to make the manual, that won't help

@ahesford
Copy link
Member

ahesford commented Oct 9, 2023

Your test is failing because we are in the middle of a massive Python update; the problem is ephemeral and not related to this PR.

@ii8 ii8 requested a review from ahesford October 9, 2023 16:16
@ii8
Copy link
Contributor Author

ii8 commented Oct 13, 2023

Previous attempts for reference: #44662, #40508

@ahesford ahesford merged commit d02d171 into void-linux:master Oct 13, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants