ucview 0.9.3: add image capture tool ucview
authorFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 17 Oct 2008 23:21:19 +0000 (01:21 +0200)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 17 Oct 2008 23:21:19 +0000 (01:21 +0200)
packages/unicap/ucview_0.22.bb [new file with mode: 0644]

diff --git a/packages/unicap/ucview_0.22.bb b/packages/unicap/ucview_0.22.bb
new file mode 100644 (file)
index 0000000..dde8fd1
--- /dev/null
@@ -0,0 +1,12 @@
+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 = "r0"
+
+SRC_URI = "http://www.unicap-imaging.org/downloads/${P}.tar.gz"
+
+inherit autotools pkgconfig
+
+FILES_${PN} += " ${datadir}/dbus-1 ${datadir}/icons"
+FILES_${PN}-dbg += " ${libdir}/ucview/plugins/.debug"