blob: de5a51c66979708f349093d1a247ddfffa72b381 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-pydub
pkgdesc = Manipulate audio with a simple and easy high level interface
pkgver = 0.25.1
pkgrel = 6
url = https://github.com/jiaaro/pydub
arch = any
license = MIT
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-audioop-lts
depends = ffmpeg
optdepends = python-pyaudio: for playback
optdepends = python-simpleaudio: for playback
optdepends = python-scipy: for filters support
source = pydub-0.25.1.tar.gz::https://github.com/jiaaro/pydub/archive/v0.25.1.tar.gz
source = removewarnings.patch::https://github.com/jiaaro/pydub/pull/504.patch
sha512sums = 8c3fb3714c4b0aed37ba7ab6727776bf4cd7568c1f5060cf43c30ede8da2ce4b498fb83326daa19ef44635250d552295407289c3945681e028eedde1b2b418e0
sha512sums = de0bfb193768aab0d4fa986c128eefeb741f8b38bfc1899e3f646ccc43f4b1dbd75e17e706d2277651e79e087cdefb8feb4771856c3214553dee0c9c0ab71e06
pkgname = python-pydub
|