aboutsummaryrefslogtreecommitdiffstats
path: root/packages/farsight/gst-plugins-farsight_20060322.bb
blob: 49f2d2a1f58da55b8eb3f0c66c302d1f36cf4128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
HOMEPAGE = "http://farsight.sf.net"
SRC_URI = "http://ewi546.ewi.utwente.nl/OE/source/${PN}_${PV}.tar.bz2"

MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"

DEPENDS = "glib-2.0 libxml2 zlib dbus libjingle gstreamer gst-plugins-base"

inherit autotools pkgconfig

S=  "${WORKDIR}/${PN}"
EXTRA_OECONF = " \
--disable-debug \
   --disable-jrtplib \
   --disable-mimic \
   --disable-gsm \
   --disable-jasper \
   --enable-jingle-p2p \
   --with-plugins=rtpdemux,rtpjitterbuffer"


FILES_${PN} += "${libdir}/gstreamer-0.10/*so"
FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.a ${libdir}/gstreamer-0.10/*.so.*"

do_stage() {
autotools_stage_all
}