18 lines
639 B
Bash
18 lines
639 B
Bash
# Template file for 'gst1-python3'
|
|
pkgname=gst1-python3
|
|
version=1.12.3
|
|
revision=1
|
|
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=c3f529dec1294633132690806703b80bad5752eff482eaf81f209c2aba012ba7
|