New package: python-audioread.
This commit is contained in:
parent
88594eafff
commit
147d77a2cd
1 changed files with 22 additions and 0 deletions
22
srcpkgs/python-audioread/template
Normal file
22
srcpkgs/python-audioread/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'python-audioread'
|
||||||
|
pkgname=python-audioread
|
||||||
|
version=1.0.1
|
||||||
|
revision=1
|
||||||
|
distfiles="https://github.com/sampsyo/audioread/archive/v${version}.tar.gz"
|
||||||
|
checksum="0e6d0f13bdb8e462a84722050f02538eade9e5c6d8da94aa7cdfa2552af15df6"
|
||||||
|
build_style=python-module
|
||||||
|
hostmakedepends="python-devel"
|
||||||
|
makedepends="python-distribute"
|
||||||
|
wrksrc="audioread-${version}"
|
||||||
|
maintainer="Steven R <strob AT styez DOT com>"
|
||||||
|
homepage="https://github.com/sampsyo/audioread"
|
||||||
|
license="MIT"
|
||||||
|
short_desc="Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python"
|
||||||
|
|
||||||
|
python-audioread_package() {
|
||||||
|
depends="python>=2.7 gst-python"
|
||||||
|
pycompile_module="audioread"
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue