void-packages/srcpkgs/gst1-python3/template
Jürgen Buchmüller b7bc6836d1 gst1-python3: make sure python3 is used
According to @jnbr this change should fix the package which
erroneously seems to detect python2 when being configured.

Closes: #10432
2018-01-04 15:22:34 +01:00

22 lines
692 B
Bash

# Template file for 'gst1-python3'
pkgname=gst1-python3
version=1.12.4
revision=3
wrksrc="gst-python-${version}"
build_style=gnu-configure
configure_args="--disable-static"
pycompile_module="gi/overrides"
hostmakedepends="pkg-config python3"
makedepends="libglib-devel python-gobject-devel gst-plugins-base1-devel"
depends="python3-gobject"
short_desc="Python3 bindings for GStreamer 1.x"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1"
homepage="https://gstreamer.freedesktop.org"
distfiles="${homepage}/src/gst-python/gst-python-${version}.tar.xz"
checksum=20ce6af6615c9a440c1928c31259a78226516d06bf1a65f888c6d109826fa3ea
pre_configure() {
export PYTHON=/usr/bin/python3
}