From: Florian Boor Date: Tue, 13 Oct 2009 14:35:35 +0000 (+0200) Subject: ucview: add 0.30 X-Git-Tag: Release-2010-05/1~2134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eabefc30385718a938ebcf8b7586a8f08145ef54;p=openembedded.git ucview: add 0.30 --- diff --git a/recipes/unicap/ucview_0.30.bb b/recipes/unicap/ucview_0.30.bb new file mode 100644 index 0000000000..e1f22b48c1 --- /dev/null +++ b/recipes/unicap/ucview_0.30.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Simple camera capture GUI based on unicap." +SECTION = "graphics" +LICENSE = "GPL" +DEPENDS = "intltool-native gtk+ libpng unicap gconf libglade gdk-pixbuf-csource-native" +PR = "r1" + +SRC_URI = "http://www.unicap-imaging.org/downloads/${P}.tar.gz \ + file://cross.patch;patch=1" + +inherit autotools pkgconfig + +FILES_${PN} += " ${datadir}/dbus-1 ${datadir}/icons" +FILES_${PN}-dbg += " ${libdir}/ucview/plugins/.debug"