2011-03-03 15:13:57 +01:00
|
|
|
# Template file for 'farsight2'
|
|
|
|
pkgname=farsight2
|
2011-10-02 23:45:44 +02:00
|
|
|
version=0.0.30
|
2011-09-29 17:20:27 +02:00
|
|
|
homepage="http://farsight.freedesktop.org"
|
|
|
|
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-03-03 15:13:57 +01:00
|
|
|
configure_args="--disable-valgrind --disable-debug --disable-static
|
|
|
|
--with-package-origin=XBPS"
|
|
|
|
short_desc="Audio/Video conference software for Instant Messengers"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-29 17:20:27 +02:00
|
|
|
license="LGPL-2.1"
|
2011-10-02 23:45:44 +02:00
|
|
|
checksum=ee26744c727594831d54499f10c1a4823cd89b3cd1a6b7e52fd040c9a1ae1dfa
|
2011-03-03 15:13:57 +01:00
|
|
|
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."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run glib
|
|
|
|
Add_dependency run libxml2
|
|
|
|
Add_dependency run gstreamer
|
|
|
|
Add_dependency run gst-plugins-base
|
|
|
|
Add_dependency run libnice
|
|
|
|
Add_dependency run libsoup
|
|
|
|
Add_dependency run gssdp
|
|
|
|
Add_dependency run gupnp
|
|
|
|
Add_dependency run gupnp-igd
|
|
|
|
Add_dependency run python
|
2011-09-29 17:20:27 +02:00
|
|
|
Add_dependency run pygobject2
|
|
|
|
Add_dependency run gst-plugins-good
|
|
|
|
Add_dependency run gst-plugins-bad
|
2011-03-03 15:13:57 +01:00
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build gst-plugins-base-devel
|
|
|
|
Add_dependency build libnice-devel
|
|
|
|
Add_dependency build libsoup-devel
|
|
|
|
Add_dependency build gssdp-devel
|
|
|
|
Add_dependency build gupnp-devel
|
|
|
|
Add_dependency build gupnp-igd-devel
|
2011-09-29 17:20:27 +02:00
|
|
|
Add_dependency build python-devel
|
|
|
|
Add_dependency build pygobject2-devel
|
2011-03-03 15:13:57 +01:00
|
|
|
|
|
|
|
Add_dependency full gst-python
|
2011-09-29 17:20:27 +02:00
|
|
|
|