New package: gst1-python-1.4.0 (python bindings for gstreamer 1.x)
This commit is contained in:
parent
81c5216ed5
commit
7acf8fedb7
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'gst1-python'.
|
||||
pkgname=gst1-python
|
||||
version=1.4.0
|
||||
revision=1
|
||||
wrksrc="gst-python-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
pycompile_module="gi/overrides"
|
||||
hostmakedepends="pkg-config python"
|
||||
makedepends="libglib-devel python-gobject-devel gst-plugins-base1-devel"
|
||||
depends="python-gobject"
|
||||
short_desc="Python bindings for GStreamer 1.x"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://gstreamer.freedesktop.org"
|
||||
distfiles="$homepage/src/gst-python/gst-python-${version}.tar.xz"
|
||||
checksum=b1e40c29ceb41b03f08d38aca6056054f0341d0706276326dceeec6ac8d53d3e
|
||||
|
||||
pre_configure() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
sed -i -e "s,PYTHON_INCLUDES=.*,PYTHON_INCLUDES=-I${XBPS_CROSS_BASE}/usr/include/python2.7,g" configure
|
||||
fi
|
||||
}
|
Loading…
Reference in New Issue