farstream: always enable gir
This commit is contained in:
parent
86b66fbdb8
commit
60f688107d
1 changed files with 4 additions and 5 deletions
|
@ -1,23 +1,22 @@
|
|||
# Template file for 'farstream'
|
||||
pkgname=farstream
|
||||
version=0.2.8
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--disable-valgrind --disable-static $(vopt_enable gir introspection)"
|
||||
hostmakedepends="pkg-config intltool python-devel glib-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="python-devel gupnp-igd-devel libnice-devel gst-plugins-base1-devel"
|
||||
depends="gst-plugins-good1 gst-plugins-bad1"
|
||||
short_desc="GStreamer modules and libraries for videoconferencing"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="LGPL-2.1"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://www.freedesktop.org/wiki/Software/Farstream"
|
||||
distfiles="${FREEDESKTOP_SITE}/farstream/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=2b3b9c6b4f64ace8c83e03d1da5c5a2884c1cae10b35471072b574201ab38908
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir"
|
||||
fi
|
||||
build_options_default="gir"
|
||||
|
||||
farstream-devel_package() {
|
||||
depends="gst-plugins-base1-devel farstream-${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue