diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-10-13 06:13:28 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-10-13 06:33:51 +0000 |
| commit | b0687d0d408be1bdec18346a02de871dba482446 (patch) | |
| tree | a504aa0eef92c35883dc8ab5e73ee3794f9d9e50 | |
| parent | 420248a370dde84bafb550b71965db74dc80f88e (diff) | |
multimedia/obs-waveform: Broken
Reported by: fallout
| -rw-r--r-- | multimedia/obs-waveform/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/multimedia/obs-waveform/Makefile b/multimedia/obs-waveform/Makefile index fd0cce93cb7e..bfa03a1dbf5e 100644 --- a/multimedia/obs-waveform/Makefile +++ b/multimedia/obs-waveform/Makefile @@ -5,12 +5,16 @@ CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org COMMENT= OBS Studio Plugin: Audio spectral analyser -WWW= https://obsproject.com/forum/resources/waveform.1423/ +WWW= https://obsproject.com/forum/resources/waveform.1423/ \ + https://github.com/phandasm/waveform LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= cpu_features>0:devel/cpu_features +BROKEN= incompatible with obs-studio-32.0.1, see https://github.com/phandasm/waveform/issues/82 + +BUILD_DEPENDS= cpu_features>0:devel/cpu_features \ + simde>0:devel/simde LIB_DEPENDS= libcpu_features.so:devel/cpu_features \ libfftw3f.so:math/fftw3-float \ libobs.so:multimedia/obs-studio |
