| Submitter | Andreas Müller |
|---|---|
| Date | Jan. 23, 2012, 7:24 a.m. |
| Message ID | <1327303469-12803-2-git-send-email-schnitzeltony@gmx.de> |
| Download | mbox | patch |
| Permalink | /patch/19969/ |
| State | Accepted |
| Commit | 0ade2c82e2ce2fe3e09a26faab15e944ae892fa7 |
| Headers | show |
Comments
On Monday, January 23, 2012 08:24:28 AM Andreas Müller wrote: > based on oe-classic [1] > > [1] http://cgit.openembedded.org/openembedded/tree/recipes/gimp/gegl_git.bb > > Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> > --- > meta-oe/recipes-graphics/gegl/gegl_0.1.8.bb | 16 ++++++++++++++++ > 1 files changed, 16 insertions(+), 0 deletions(-) > create mode 100644 meta-oe/recipes-graphics/gegl/gegl_0.1.8.bb > > diff --git a/meta-oe/recipes-graphics/gegl/gegl_0.1.8.bb > b/meta-oe/recipes-graphics/gegl/gegl_0.1.8.bb new file mode 100644 > index 0000000..5ae2082 > --- /dev/null > +++ b/meta-oe/recipes-graphics/gegl/gegl_0.1.8.bb > @@ -0,0 +1,16 @@ > +DESCRIPTION = "GEGL (Generic Graphics Library) is a graph based image > processing framework." +LICENSE = "LGPL-3.0" > +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" > +DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg > virtual/libsdl" + > +inherit gnome > + > +EXTRA_OECONF = "--disable-docs " > + > +SRC_URI = "ftp://ftp.gimp.org/pub/${PN}/0.1/${PN}-${PV}.tar.bz2" > +SRC_URI[md5sum] = "c8279b86b3d584ee4f503839fc500425" > +SRC_URI[sha256sum] = > "106b9574b6d5fb282683794f7a7f090a1a3f4a388890e592b202827a4ca76f75" + > +FILES_${PN} += "${libdir}/gegl-*/*.so" > +FILES_${PN}-dev += "${libdir}/gegl-*/*.la" > +FILES_${PN}-dbg += "${libdir}/gegl-*/.debug" Hm seems 1+3 got lost. Will resend.. Andreas
Patch
diff --git a/meta-oe/recipes-graphics/gegl/gegl_0.1.8.bb b/meta-oe/recipes-graphics/gegl/gegl_0.1.8.bb new file mode 100644 index 0000000..5ae2082 --- /dev/null +++ b/meta-oe/recipes-graphics/gegl/gegl_0.1.8.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "GEGL (Generic Graphics Library) is a graph based image processing framework." +LICENSE = "LGPL-3.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" +DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual/libsdl" + +inherit gnome + +EXTRA_OECONF = "--disable-docs " + +SRC_URI = "ftp://ftp.gimp.org/pub/${PN}/0.1/${PN}-${PV}.tar.bz2" +SRC_URI[md5sum] = "c8279b86b3d584ee4f503839fc500425" +SRC_URI[sha256sum] = "106b9574b6d5fb282683794f7a7f090a1a3f4a388890e592b202827a4ca76f75" + +FILES_${PN} += "${libdir}/gegl-*/*.so" +FILES_${PN}-dev += "${libdir}/gegl-*/*.la" +FILES_${PN}-dbg += "${libdir}/gegl-*/.debug"
based on oe-classic [1] [1] http://cgit.openembedded.org/openembedded/tree/recipes/gimp/gegl_git.bb Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> --- meta-oe/recipes-graphics/gegl/gegl_0.1.8.bb | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-graphics/gegl/gegl_0.1.8.bb