aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gimp
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-05-15 14:34:27 +0000
committerKoen Kooi <koen@openembedded.org>2007-05-15 14:34:27 +0000
commitba8c7591b5ceaed691d4ab7542660a4e72b4ca9f (patch)
tree73f785cf3e2e9adf4729f517dcafdb8386bc9952 /packages/gimp
parentcc1485e1f5ce4bcac71ed45f31672f3677c36ae8 (diff)
downloadopenembedded-ba8c7591b5ceaed691d4ab7542660a4e72b4ca9f.tar.gz
babl: fix PV
gegl: add svn version
Diffstat (limited to 'packages/gimp')
-rw-r--r--packages/gimp/babl_svn.bb2
-rw-r--r--packages/gimp/gegl_svn.bb24
2 files changed, 26 insertions, 0 deletions
diff --git a/packages/gimp/babl_svn.bb b/packages/gimp/babl_svn.bb
index fd7e669aa6..bb40a3957c 100644
--- a/packages/gimp/babl_svn.bb
+++ b/packages/gimp/babl_svn.bb
@@ -1,6 +1,8 @@
DESCRIPTION = "Babl is a dynamic, any to any, pixel format conversion library."
LICENSE = "LGPL"
+PV = "0.0.14+svn${SRCDATE}"
+
inherit gnome
SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk"
diff --git a/packages/gimp/gegl_svn.bb b/packages/gimp/gegl_svn.bb
new file mode 100644
index 0000000000..bd9eda60f2
--- /dev/null
+++ b/packages/gimp/gegl_svn.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "GEGL (Generic Graphics Library) is a graph based image processing framework."
+LICENSE = "LGPL"
+DEPENDS = "babl"
+
+PV = "0.0.12+svn${SRCDATE}"
+
+inherit gnome
+
+SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk"
+
+S = "${WORKDIR}/trunk"
+
+do_configure_prepend() {
+ sed -i -e s:tools\ docs:tools:g Makefile.am
+}
+
+FILES_${PN} += "${libdir}/gegl-1.0"
+FILES_${PN}-dbg += "${libdir}/gegl-1.0/.debug"
+
+
+do_stage() {
+ autotools_stage_all
+}
+