Page MenuHomeFreeBSD

audio/soundtouch: Update to 2.3.1
ClosedPublic

Authored by diizzy on Oct 4 2021, 10:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 18 2024, 11:21 PM
Unknown Object (File)
Feb 18 2024, 11:21 PM
Unknown Object (File)
Feb 18 2024, 11:21 PM
Unknown Object (File)
Feb 18 2024, 11:09 PM
Unknown Object (File)
Feb 15 2024, 10:20 AM
Unknown Object (File)
Feb 13 2024, 1:46 AM
Unknown Object (File)
Feb 10 2024, 6:30 PM
Unknown Object (File)
Dec 22 2023, 11:26 PM
Subscribers
None

Details

Summary

Switch to CMake
Enable OpenMP on aarch64 and amd64 by default
Enable OPTIMIZED_CFLAGS by default

PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258730

Test Plan

Compile and tested on FreeBSD 13.0-STABLE #0 stable/13-n246086-a20c597c6d7 (amd64) (make, make check-plist)
Compile and tested on FreeBSD 13.0-STABLE #0 stable/13-n246453-06887e06864-dirty (arm64) (make, make check-plist)
Poudriere testport OK 12.2-RELEASE (amd64)

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

diizzy created this revision.

Changes are upstreamed/waiting for review, patch accepted by maintainer

audio/soundtouch/Makefile
24โ€“25

Hum... This is extremely non-canonical, so I'm not sure what to do about it.

If I read this right, the OPTIONS_DEFAULT knob is empty unless we have "softfp" in MACHINE_CPU?

audio/soundtouch/Makefile
24โ€“25

Correct, we have a least MIPS platforms that doesn't have hardware fpu support, there are also ARM (unsure of actual support n FreeBSD) and PPC platforms that share the same hardware limitation.

This revision is now accepted and ready to land.Oct 4 2021, 3:30 PM
This revision was automatically updated to reflect the committed changes.