telepathy-farstream: update to 0.6.2

This commit is contained in:
Alessio Sergi 2014-09-12 17:49:34 +02:00
parent 6951a5aa80
commit 109fb517c6

View File

@ -1,10 +1,10 @@
# Template file for 'telepathy-farstream'
pkgname=telepathy-farstream
version=0.6.0
revision=6
version=0.6.2
revision=1
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="pkg-config intltool libxslt"
configure_args="--disable-static $(vopt_enable gir introspection)"
hostmakedepends="pkg-config intltool libxslt $(vopt_if gir gobject-introspection)"
makedepends="
dbus-glib-devel telepathy-glib-devel>=0.19.9 farstream-devel>=0.2.0
python-devel python-gobject2-devel gst-python-devel vala-devel"
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://telepathy.freedesktop.org"
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz"
checksum=0524e09f6f3a9617b9dcb5a1c1cb75fa80afb722709f9967386a091925096413
checksum=6fa099f22d13a2a49240445a13e918928aef097675d76e5cc9f98ab496087e0a
# Package build options
build_options="gir"
@ -23,13 +23,6 @@ if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
fi
if [ "$build_option_gir" ]; then
configure_args+=" --enable-introspection"
makedepends+=" gobject-introspection"
else
configure_args+=" --disable-introspection"
fi
telepathy-farstream-devel_package() {
depends="dbus-glib-devel telepathy-glib-devel farstream-devel>=0.2.0
gstreamer1-devel ${sourcepkg}>=${version}_${revision}"