1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Source: kissfft
Priority: optional
Section: libs
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Vasyl Gello <vasek.gello@gmail.com>,
Build-Depends:
cmake,
debhelper-compat (= 13),
libfftw3-dev,
libpng-dev,
pkg-config,
python3,
python3-numpy,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/mborgerding/kissfft
Vcs-Git: https://salsa.debian.org/multimedia-team/kissfft.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/kissfft
Package: libkissfft-float131
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Breaks:
kissfft-tools (<< 131.1.0-1~),
kodi-visualization-pictureit (<< 3.4.0+ds1-3~),
kodi-visualization-shadertoy (<< 2.3.0+ds1-3~),
Description: Mixed-radix Fast Fourier Transform library
There are many great fft libraries already around. Kiss FFT is not trying to be
better than any of them. It only attempts to be a reasonably efficient,
moderately useful FFT that can use fixed or floating data types and can be
incorporated into someone's C program in a few minutes with trivial licensing.
Package: kissfft-tools
Section: math
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Mixed-radix Fast Fourier Transform library (CLI tools)
There are many great fft libraries already around. Kiss FFT is not trying to be
better than any of them. It only attempts to be a reasonably efficient,
moderately useful FFT that can use fixed or floating data types and can be
incorporated into someone's C program in a few minutes with trivial licensing.
.
This package installs CLI tools by kissfft.
Package: libkissfft-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libkissfft-float131 (= ${binary:Version}),
${misc:Depends},
Description: Mixed-radix Fast Fourier Transform library (development tools)
There are many great fft libraries already around. Kiss FFT is not trying to be
better than any of them. It only attempts to be a reasonably efficient,
moderately useful FFT that can use fixed or floating data types and can be
incorporated into someone's C program in a few minutes with trivial licensing.
.
This package installs only files needed for development: header, libraries.
|