summaryrefslogtreecommitdiff
path: root/recipes/unicap
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2009-10-13 16:35:35 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2009-10-13 16:37:13 +0200
commiteabefc30385718a938ebcf8b7586a8f08145ef54 (patch)
tree5e5461d446cbcfc42f05969cee5fe4e9abc30d70 /recipes/unicap
parentf99e81e8993d683abf49bc2361e9471206a6bffb (diff)
ucview: add 0.30
Diffstat (limited to 'recipes/unicap')
-rw-r--r--recipes/unicap/ucview_0.30.bb13
1 files changed, 13 insertions, 0 deletions
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"