summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb')
-rw-r--r--meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb b/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb
new file mode 100644
index 000000000..a54a3a220
--- /dev/null
+++ b/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Take photos and videos with your webcam, with fun graphical effects"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873d252440acfdf9b3d0e7fbf"
4
5DEPENDS = "gtk+ gstreamer gst-plugins-base libcanberra udev librsvg gnome-desktop evolution-data-server intltool-native"
6
7PR = "r2"
8
9inherit gnome
10
11SRC_URI[archive.md5sum] = "1599fded8a1797ea51fb010af4e6c45b"
12SRC_URI[archive.sha256sum] = "48f03470c6f527caa0e3b269d3afcff86ae0939a74f66ce030d4eed3bc3cbd9a"
13
14FILES_${PN} += "${datadir}/dbus-1"
15RRECOMMENDS_${PN} = "gst-plugins-good-meta gst-plugins-base-meta"
16
17EXTRA_OECONF += "--disable-scrollkeeper"
18
19do_configure_prepend() {
20 sed -i -e "s: help : :g" ${S}/Makefile.am
21}