blob: dde8fd1be5af50f72300b9970fbc21c6b0ac1e75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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"
|