python-audioread: misc tweak; rev bump.
This commit is contained in:
parent
5b587291ea
commit
5b0ae2331e
1 changed files with 10 additions and 8 deletions
|
@ -1,17 +1,19 @@
|
|||
# Template file for 'python-audioread'
|
||||
pkgname=python-audioread
|
||||
version=1.0.1
|
||||
revision=1
|
||||
noarch="yes"
|
||||
revision=2
|
||||
distfiles="https://github.com/sampsyo/audioread/archive/v${version}.tar.gz"
|
||||
checksum="0e6d0f13bdb8e462a84722050f02538eade9e5c6d8da94aa7cdfa2552af15df6"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-devel python-distribute"
|
||||
makedepends="python-devel"
|
||||
depends="python>=2.7 gst-python"
|
||||
build_style="python-module"
|
||||
pycompile_module="audioread"
|
||||
wrksrc="audioread-${version}"
|
||||
maintainer="Steven R <strob AT styez DOT com>"
|
||||
hostmakedepends="python-devel python-distribute"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="python gst-python"
|
||||
maintainer="Steven R <dev@styez.com>"
|
||||
homepage="https://github.com/sampsyo/audioread"
|
||||
license="MIT"
|
||||
short_desc="Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python"
|
||||
|
||||
noarch="yes"
|
||||
create_srcdir="yes"
|
||||
wrksrc="audioread-${version}"
|
||||
|
|
Loading…
Reference in a new issue