aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gimp/gegl_git.bb
blob: 8952cab90ee1bdb6da4797a9638c57345a8472dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "GEGL (Generic Graphics Library) is a graph based image processing framework."
LICENSE = "LGPL"
DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual/libsdl"

SRCREV = "fc674b5420cbc48f4dc6224381b8799db4e7afc4"
PV = "0.1.3"
PE = "1"
PR = "r1+gitr${SRCREV}"

inherit gnome

SRC_URI = "git://git.gnome.org/gegl;protocol=git \
"

S = "${WORKDIR}/git"

EXTRA_OECONF = "--disable-docs "

FILES_${PN} += "${libdir}/gegl-*"
FILES_${PN}-dbg += "${libdir}/gegl-*/.debug"