summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2008-10-18 01:21:19 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2008-10-18 01:21:19 +0200
commit4c1483de8f519fe4af8b623ad091a0c447e7bfef (patch)
treee2e6e455e42cadbb483e3d546b832fbf03d06725 /packages
parentad1d9333141d839fe6abe490d23cfaecb227e61d (diff)
ucview 0.9.3: add image capture tool ucview
Diffstat (limited to 'packages')
-rw-r--r--packages/unicap/ucview_0.22.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/unicap/ucview_0.22.bb b/packages/unicap/ucview_0.22.bb
new file mode 100644
index 0000000000..dde8fd1be5
--- /dev/null
+++ b/packages/unicap/ucview_0.22.bb
@@ -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"