summaryrefslogtreecommitdiff
path: root/packages/gimp/gegl_svn.bb
diff options
context:
space:
mode:
authorGregoire Gentil <gregoire@gentil.com>2008-12-22 12:41:50 +0100
committerKoen Kooi <koen@openembedded.org>2008-12-22 12:41:50 +0100
commitb92bba04a72af37cf8bf229e5b5ef92dc19a5fba (patch)
tree9e7c3b98d434ff9c6cc39ed4125b61243a1b34fe /packages/gimp/gegl_svn.bb
parentbce25de27c9687bcfdd62c42eef0fe78e543b7a5 (diff)
gegl: fix ffmpeg API usage
Diffstat (limited to 'packages/gimp/gegl_svn.bb')
-rw-r--r--packages/gimp/gegl_svn.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gimp/gegl_svn.bb b/packages/gimp/gegl_svn.bb
index 134e699425..7f49e785ac 100644
--- a/packages/gimp/gegl_svn.bb
+++ b/packages/gimp/gegl_svn.bb
@@ -5,10 +5,12 @@ DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual
SRCREV = "2543"
PV = "0.0.19+svnr${SRCREV}"
PE = "1"
+PR = "r1"
inherit gnome
-SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk"
+SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk \
+ file://gegl-resilience.patch;patch=1"
S = "${WORKDIR}/trunk"