blob: 6a91f65c01aff2486988a3c83a6e10f4db216301 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-python-ffmpeg
pkgdesc = Python binding for FFmpeg which provides sync and async APIs
pkgver = 2.0.12
pkgrel = 1
url = https://github.com/jonghwanhyeon/python-ffmpeg
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = ffmpeg
depends = python
depends = python-pyee
depends = python-typing_extensions
conflicts = python-ffmpeg-python
options = !emptydirs
source = python-ffmpeg-2.0.12.tar.gz::https://github.com/jonghwanhyeon/python-ffmpeg/archive/v2.0.12.tar.gz
sha256sums = ca72a9fb0af3fc175827a068a7c52813507140a63dc86df2b504ac5c1683bf18
pkgname = python-python-ffmpeg
|