gst1-python3: update to 1.14.5.
This commit is contained in:
parent
9738be7ca3
commit
61b6d74591
1 changed files with 8 additions and 4 deletions
|
@ -1,21 +1,25 @@
|
||||||
# Template file for 'gst1-python3'
|
# Template file for 'gst1-python3'
|
||||||
pkgname=gst1-python3
|
pkgname=gst1-python3
|
||||||
version=1.14.4
|
version=1.14.5
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="gst-python-${version}"
|
wrksrc="gst-python-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
pycompile_module="gi/overrides"
|
pycompile_module="gi/overrides"
|
||||||
hostmakedepends="pkg-config python3"
|
hostmakedepends="pkg-config python3"
|
||||||
makedepends="libglib-devel python-gobject-devel gst-plugins-base1-devel"
|
makedepends="libglib-devel python3-devel python-gobject-devel gst-plugins-base1-devel"
|
||||||
depends="python3-gobject"
|
depends="python3-gobject"
|
||||||
short_desc="Python3 bindings for GStreamer 1.x"
|
short_desc="Python3 bindings for GStreamer 1.x"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://gstreamer.freedesktop.org"
|
homepage="https://gstreamer.freedesktop.org"
|
||||||
distfiles="${homepage}/src/gst-python/gst-python-${version}.tar.xz"
|
distfiles="${homepage}/src/gst-python/gst-python-${version}.tar.xz"
|
||||||
checksum=d0fdb24f93b6d889f309d2f526b8ea9577e0084ff0a62b4623ef1aed52e85a1b
|
checksum=18afc00a2d67e6c1bae172241ac2521b3c2cc74b8b0273433e71edc9572add5a
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
export PYTHON=/usr/bin/python3
|
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue