blob: 6b2688f3e3b7832f50abe1c5c3c61956270ca97d [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "A simple presentation tool for hackers"
2DESCRIPTION = "Pinpoint is a simple presentation tool that hopes to avoid audience death \
3 by bullet point and instead encourage presentations containing beautiful \
4 images and small amounts of concise text in slides."
5SECTION = "x11/multimedia"
6LICENSE = "LGPLv2.1"
7LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
8 file://pinpoint.c;beginline=6;endline=17;md5=201d438283607da393fae6aca085454c"
9
Brad Bishop6e60e8b2018-02-01 10:27:11 -050010DEPENDS = "glib-2.0 gdk-pixbuf cogl-1.0 clutter-1.0 clutter-gst-3.0 librsvg"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050011
Brad Bishop8410d612019-11-25 09:40:59 -050012inherit autotools gettext pkgconfig features_check
Brad Bishopd7bf8c12018-02-25 22:55:05 -050013
14# cogl requires opengl
15REQUIRED_DISTRO_FEATURES = "opengl"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050016
17SRC_URI = "git://git.gnome.org/pinpoint"
18
19SRCREV = "80a056c57e819d0b75035424638813b0670830e1"
20PV = "0.1.4+gitr${SRCPV}"
21
22S = "${WORKDIR}/git"
23
24RRECOMMENDS_${PN} = "gdk-pixbuf-loader-jpeg gdk-pixbuf-loader-png"