diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-10-13 16:35:35 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-10-13 16:37:13 +0200 |
commit | eabefc30385718a938ebcf8b7586a8f08145ef54 (patch) | |
tree | 5e5461d446cbcfc42f05969cee5fe4e9abc30d70 /recipes/unicap | |
parent | f99e81e8993d683abf49bc2361e9471206a6bffb (diff) |
ucview: add 0.30
Diffstat (limited to 'recipes/unicap')
-rw-r--r-- | recipes/unicap/ucview_0.30.bb | 13 |
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" |