gst1-python3: update to 1.16.0.
This commit is contained in:
parent
54b1063f90
commit
b1ea0ae34c
1 changed files with 4 additions and 13 deletions
|
@ -1,25 +1,16 @@
|
|||
# Template file for 'gst1-python3'
|
||||
pkgname=gst1-python3
|
||||
version=1.14.5
|
||||
version=1.16.0
|
||||
revision=1
|
||||
wrksrc="gst-python-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
build_style=meson
|
||||
pycompile_module="gi/overrides"
|
||||
hostmakedepends="pkg-config python3"
|
||||
makedepends="libglib-devel python3-devel python-gobject-devel gst-plugins-base1-devel"
|
||||
makedepends="libglib-devel python3-devel python3-gobject-devel gst-plugins-base1-devel"
|
||||
depends="python3-gobject"
|
||||
short_desc="Python3 bindings for GStreamer 1.x"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://gstreamer.freedesktop.org"
|
||||
distfiles="${homepage}/src/gst-python/gst-python-${version}.tar.xz"
|
||||
checksum=18afc00a2d67e6c1bae172241ac2521b3c2cc74b8b0273433e71edc9572add5a
|
||||
|
||||
pre_configure() {
|
||||
export PYTHON=/usr/bin/python3
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
vsed -i -e "s,PYTHON_INCLUDES=.*,PYTHON_INCLUDES=-I${XBPS_CROSS_BASE}/usr/include/python3.6m,g" configure
|
||||
vsed -i -e "s,PYTHON_LIBS=.*,PYTHON_LIBS=-lpython3.6m,g" configure
|
||||
fi
|
||||
}
|
||||
checksum=55dc7aaed1855565f9b9ef842d93e93bfc5cb2b376faef6af5b463e1774e2d38
|
||||
|
|
Loading…
Reference in a new issue