aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/farsight/farsight2_0.0.22.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2010-11-20 19:10:45 +0000
committerGraeme Gregory <dp@xora.org.uk>2010-11-20 19:11:54 +0000
commitd3d3d701a20692b8478b9e0b811622c891b4dd0a (patch)
treea2ab38d9b270b3d6a08af6f283c6127a47ddcdd8 /recipes/farsight/farsight2_0.0.22.bb
parentb08758607cdf3309259e4be4ef07d0f31530b7b9 (diff)
downloadopenembedded-d3d3d701a20692b8478b9e0b811622c891b4dd0a.tar.gz
farsight2_0.0.22.bb : new version which will build on fedora 14
The older version has some issue with makefile format that is no longer valid
Diffstat (limited to 'recipes/farsight/farsight2_0.0.22.bb')
-rw-r--r--recipes/farsight/farsight2_0.0.22.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/farsight/farsight2_0.0.22.bb b/recipes/farsight/farsight2_0.0.22.bb
new file mode 100644
index 0000000000..7684275eb6
--- /dev/null
+++ b/recipes/farsight/farsight2_0.0.22.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
+HOMEPAGE = "http://farsight.sf.net"
+SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz"
+
+DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base"
+
+inherit autotools
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+EXTRA_OECONF = " \
+ --disable-debug \
+ --disable-gtk-doc \
+ --disable-python \
+"
+
+FILES_${PN} += "${libdir}/*/*.so"
+FILES_${PN}-dev += "${libdir}/*/*a"
+FILES_${PN}-dbg += "${libdir}/*/.debug"
+
+
+
+
+SRC_URI[md5sum] = "e1f540cf3ebab06c3d7db1f46b44ac88"
+SRC_URI[sha256sum] = "3ae59aa61a8071c9fad111e5fd606aabc27961eb4192f8729987a27dae6b3974"
+