From d3d3d701a20692b8478b9e0b811622c891b4dd0a Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Sat, 20 Nov 2010 19:10:45 +0000 Subject: [PATCH] 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 --- recipes/farsight/farsight2_0.0.22.bb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes/farsight/farsight2_0.0.22.bb 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" + -- 2.39.5