aboutsummaryrefslogtreecommitdiffstats
path: root/packages/farsight
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-03-22 18:35:44 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-22 18:35:44 +0000
commita4f9a2d42971afce0e48c1a78c4c7e772c3d4379 (patch)
tree424139d7bc6f0109f5ca25ff5fe15550dd6ad9d6 /packages/farsight
parent9655b8ae14b83232a594a63ff1af1c4377de61a0 (diff)
downloadopenembedded-a4f9a2d42971afce0e48c1a78c4c7e772c3d4379.tar.gz
farsight: add todays snapshot of the farsight darcs repo
Diffstat (limited to 'packages/farsight')
-rw-r--r--packages/farsight/.mtn2git_empty0
-rw-r--r--packages/farsight/farsight_20060322.bb29
2 files changed, 29 insertions, 0 deletions
diff --git a/packages/farsight/.mtn2git_empty b/packages/farsight/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/farsight/.mtn2git_empty
diff --git a/packages/farsight/farsight_20060322.bb b/packages/farsight/farsight_20060322.bb
new file mode 100644
index 0000000000..5122e7a69f
--- /dev/null
+++ b/packages/farsight/farsight_20060322.bb
@@ -0,0 +1,29 @@
+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 dbus libjingle gstreamer"
+
+inherit autotools pkgconfig
+
+S= "${WORKDIR}/${PN}"
+EXTRA_OECONF = " \
+--disable-debug \
+ --disable-gtk-doc \
+ --disable-sequence-diagrams \
+ --disable-sofia-sip \
+ --enable-jingle-p2p \
+ --disable-gnet \
+ --disable-msnwebcam \
+ --disable-msnavconf \
+ --disable-yahoowebcam \
+ --enable-rtp"
+
+FILES_${PN} += "${libdir}/farsight-0.1/*so"
+FILES_${PN}-dev += "${libdir}/farsight-0.1/*.a ${libdir}/farsight-0.1/*.so.*"
+
+
+
+