ucview: add 0.30
authorFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 13 Oct 2009 14:35:35 +0000 (16:35 +0200)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 13 Oct 2009 14:37:13 +0000 (16:37 +0200)
recipes/unicap/ucview_0.30.bb [new file with mode: 0644]

diff --git a/recipes/unicap/ucview_0.30.bb b/recipes/unicap/ucview_0.30.bb
new file mode 100644 (file)
index 0000000..e1f22b4
--- /dev/null
@@ -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"