summaryrefslogtreecommitdiffstats
path: root/media/kiss_fft/moz.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /media/kiss_fft/moz.yaml
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'media/kiss_fft/moz.yaml')
-rw-r--r--media/kiss_fft/moz.yaml49
1 files changed, 49 insertions, 0 deletions
diff --git a/media/kiss_fft/moz.yaml b/media/kiss_fft/moz.yaml
new file mode 100644
index 0000000000..c18228774a
--- /dev/null
+++ b/media/kiss_fft/moz.yaml
@@ -0,0 +1,49 @@
+schema: 1
+
+bugzilla:
+ product: Core
+ component: "Web Audio"
+
+origin:
+ name: kiss_fft
+ description: A mixed-radix Fast Fourier Transform
+
+ url: https://github.com/mborgerding/kissfft
+
+ release: 1c3d6f5aa9eb2bf2f18641f0a7e3e6f5e523a156 (2017-10-25T13:50:40Z).
+ revision: 1c3d6f5aa9eb2bf2f18641f0a7e3e6f5e523a156
+
+ license: BSD-3-Clause
+ license-file: COPYING
+
+vendoring:
+ url: https://github.com/mborgerding/kissfft
+ source-hosting: github
+ tracking: commit
+
+ exclude:
+ - ".*"
+ - test
+ - tools/fftutil.c
+ - tools/psdpng.c
+ - "tools/kiss_fftnd*"
+ - tools/kiss_fastfir.c
+ - "tools/kfc.*"
+ - "tools/.*"
+ - TIPS
+ - kissfft.hh
+ - tools/Makefile
+ - Makefile
+
+ keep:
+ - COPYING
+ - _kiss_fft_guts.h
+ - kiss_fft.c
+ - kiss_fft.h
+ - tools/kiss_fftr.c
+ - tools/kiss_fftr.h
+
+ update-actions:
+ - action: move-dir
+ from: '{vendor_dir}/tools'
+ to: '{vendor_dir}'