[oe-commits] Florian Boor : ucview 0.9.3: add image capture tool ucview

GIT User account git at amethyst.openembedded.net
Fri Oct 17 23:35:34 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4c1483de8f519fe4af8b623ad091a0c447e7bfef
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4c1483de8f519fe4af8b623ad091a0c447e7bfef

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Sat Oct 18 01:21:19 2008 +0200

ucview 0.9.3: add image capture tool ucview

---

 packages/unicap/ucview_0.22.bb |   12 ++++++++++++
 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 0000000..dde8fd1
--- /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"





More information about the Openembedded-commits mailing list