35 lines
1.3 KiB
Text
35 lines
1.3 KiB
Text
# Template file for 'farstream'
|
|
pkgname=farstream
|
|
version=0.1.2
|
|
homepage="http://www.freedesktop.org/wiki/Software/Farstream"
|
|
distfiles="http://freedesktop.org/software/farstream/releases/$pkgname/$pkgname-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-valgrind --disable-debug --disable-static"
|
|
short_desc="GStreamer modules and libraries for videoconferencing"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
checksum=fa5a40597b47b59d124f7fd57f66704b030d576cdc0d90e107c7a592f05e73d9
|
|
long_desc="
|
|
The Farsight project is an effort to create a framework to deal with all
|
|
known audio/video conferencing protocols. On one side it offers a generic API
|
|
that makes it possible to write plugins for different streaming protocols, on
|
|
the other side it offers an API for clients to use those plugins."
|
|
|
|
replaces="farsight2>=0"
|
|
subpackages="$pkgname-devel"
|
|
|
|
Add_dependency run gst-python
|
|
Add_dependency run pygobject2
|
|
Add_dependency run pygtk
|
|
Add_dependency run gst-plugins-good
|
|
Add_dependency run gst-plugins-bad
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build intltool
|
|
Add_dependency build libnice-devel
|
|
Add_dependency build gst-plugins-base-devel
|
|
Add_dependency build python-devel
|
|
Add_dependency build gst-python-devel
|
|
Add_dependency build pygobject2-devel
|
|
Add_dependency build gupnp-devel
|
|
Add_dependency build gobject-introspection
|