blob: fd6abf0a4fb3c5b3dfc53910b50b83e1087e01ee (
plain)
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
|
pkgbase = audio-offset-finder-git
pkgdesc = A simple tool for finding the offset of an audio file within another file.
pkgver = 0.5.5.r195.20240626.a99f981
pkgrel = 2
url = https://github.com/bbc/audio-offset-finder
arch = any
license = Apache-2.0
checkdepends = python-librosa
checkdepends = python-nose
checkdepends = python-pluggy
checkdepends = python-pytest
checkdepends = python-soxr
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-lazy-loader
makedepends = python-wheel
makedepends = python-setuptools
depends = ffmpeg
depends = python>=3
depends = python-librosa
depends = python-matplotlib
depends = python-numba
depends = python-numpy
depends = python-pytest
depends = python-scipy>=0.12.0
depends = python-soxr
provides = audio-offset-finder
conflicts = audio-offset-finder
source = audio-offset-finder::git+https://github.com/bbc/audio-offset-finder.git
sha256sums = SKIP
pkgname = audio-offset-finder-git
|