python-audioread: requires Gst>=1.0, add python3 flavor.
This commit is contained in:
parent
9b84f26d4f
commit
262bab7932
2 changed files with 18 additions and 6 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'python-audioread'
|
||||
pkgname=python-audioread
|
||||
version=2.1.4
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="audioread-${version}"
|
||||
build_style=python2-module
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="python gst-python"
|
||||
build_style=python-module
|
||||
pycompile_module="audioread"
|
||||
short_desc="Multi-library, cross-platform audio decoding in Python"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="gst1-python"
|
||||
short_desc="Multi-library, cross-platform audio decoding (Python2)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://github.com/sampsyo/audioread/"
|
||||
license="MIT"
|
||||
|
@ -16,6 +16,17 @@ distfiles="${PYPI_SITE}/a/audioread/audioread-${version}.tar.gz"
|
|||
checksum=8ffee2d2787258c214841853f600c52943baea9ad2303cb3d4b625cde4f08fff
|
||||
|
||||
post_install() {
|
||||
sed -n '2,14p' decode.py > LICENSE
|
||||
sed -n '2,13p' decode.py > LICENSE
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-audioread_package() {
|
||||
noarch=yes
|
||||
depends="gst1-python3"
|
||||
pycompile_module="audioread"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
||||
|
|
1
srcpkgs/python3-audioread
Symbolic link
1
srcpkgs/python3-audioread
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-audioread
|
Loading…
Reference in a new issue