void-packages/srcpkgs/farstream/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

28 lines
1 KiB
Bash

# Template file for 'farstream'
pkgname=farstream
version=0.2.6
revision=1
build_style=gnu-configure
configure_args="--disable-valgrind --disable-static"
hostmakedepends="pkg-config intltool python-devel gobject-introspection"
makedepends="python-devel gupnp-igd-devel libnice-devel
gst-plugins-base1-devel gst-python-devel python-gobject2-devel"
depends="gst-python pygtk gst-plugins-good1 gst-plugins-bad1"
short_desc="GStreamer modules and libraries for videoconferencing"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://www.freedesktop.org/wiki/Software/Farstream"
distfiles="http://freedesktop.org/software/farstream/releases/$pkgname/$pkgname-$version.tar.gz"
checksum=b92c7f64852a5f5585da3ad5f91e52aba0da4633b8e41170d4560d7360dd4252
farstream-devel_package() {
depends="gst-plugins-base1-devel farstream-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
vmove usr/share/gtk-doc
vmove usr/share/gir-1.0
}
}