Created attachment 160232 [details] v0 ChangeLog: libsoundtouch: Added support for parallel computation support via OpenMP primitives for better performance in multicore systems. Benchmarks show that achieved parallel processing speedup improvement typically range from +30% (x86 dual-core) to +180% (ARM quad-core). The OpenMP optimizations are disabled by default, see OpenMP notes above in this readme file how to enabled these optimizations. Android: Added support for Android devices featuring X86 and MIPS CPUs, in addition to ARM CPUs. Android: More versatile Android example application that processes WAV audio files with SoundTouch library Replaced Windows-like 'BOOL' types with native 'bool' Changed documentation token to "dist_doc_DATA" in Makefile.am file Miscellaneous small fixes and improvements soundstretch: Added support for WAV file 'fact' information chunk.
ACC report: https://people.freebsd.org/~jbeich/compat_reports/soundtouch/1.8.0_to_1.9.0/compat_report.html
Created attachment 160233 [details] QA: poudriere testport -j 93i386
Created attachment 160234 [details] QA: poudriere testport -j 93amd64
Created attachment 160235 [details] QA: poudriere testport -j 102amd64
Created attachment 160236 [details] QA: poudriere testport -j 101i386
Created attachment 160239 [details] QA for OPENMP=on: poudriere testport -j 93i386
Created attachment 160261 [details] QA for OPENMP=on: poudriere testport -j 102amd64 Note, USES=openmp pulls lang/gcc since FreeBSD 10.0. Clang 3.7 on FreeBSD 11.0-CURRENT may finally be able to do such a feat as well.
I guess you have it all ready in San checkout? Please be my guest, and take maintainer if you like, or reset to ports@. I'll do it if not. Thanks very much for your work on this.
A commit references this bug: Author: jbeich Date: Sun Aug 23 21:21:32 UTC 2015 New revision: 395133 URL: https://svnweb.freebsd.org/changeset/ports/395133 Log: audio/soundtouch: update to 1.9.0 Changes: http://www.surina.net/soundtouch/README.html ACC report: https://people.freebsd.org/~jbeich/compat_reports/soundtouch/1.8.0_to_1.9.0/compat_report.html PR: 202583 Approved by: crees (maintainer) Changes: head/audio/soundtouch/Makefile head/audio/soundtouch/distinfo
Thanks. Committed. I'm not interested in maintaining the port.