Message ID | 1407416025-2990-2-git-send-email-dore@madsdore.dk |
---|---|
State | Rejected |
Delegated to: | Kim |
Headers | show |
Hi Mads On 2014-08-07 14:53, Mads Doré wrote: > --- > recipes/harfbuzz/harfbuzz_0.9.19.oe | 25 +++++++++++++++++++++++++ > recipes/harfbuzz/harfbuzz_0.9.19.oe.sig | 1 + > 2 files changed, 26 insertions(+) > create mode 100644 recipes/harfbuzz/harfbuzz_0.9.19.oe > create mode 100644 recipes/harfbuzz/harfbuzz_0.9.19.oe.sig > > diff --git a/recipes/harfbuzz/harfbuzz_0.9.19.oe b/recipes/harfbuzz/harfbuzz_0.9.19.oe > new file mode 100644 > index 0000000..7121594 > --- /dev/null > +++ b/recipes/harfbuzz/harfbuzz_0.9.19.oe > @@ -0,0 +1,25 @@ > +SUMMARY = "HarfBuzz is an OpenType text shaping engine" > +DESCRIPTION = """ > +HarfBuzz is a software development library for shaping of Unicode text. The most > +recent incarnation of HarfBuzz targets various font technologies while the first > +version targeted only OpenType fonts. > +""" > +LICENSE = "MIT" > +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/HarfBuzz" > + > +SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.19.tar.bz2" > + > +RECIPE_TYPES = "machine native" Why you want to create a native version? > + > +inherit autotools library pkgconfig auto-package-utils > + > +DEPENDS += "cairo glib-libglib libstdc++" > + > + > +EXTRA_OECONF += " \ > + --with-cairo=yes \ > + --with-glib=yes \ > +" > + > + > +AUTO_PACKAGE_UTILS = "hb-shape hb-view hb-ot-shape-closure" > diff --git a/recipes/harfbuzz/harfbuzz_0.9.19.oe.sig b/recipes/harfbuzz/harfbuzz_0.9.19.oe.sig > new file mode 100644 > index 0000000..576f963 > --- /dev/null > +++ b/recipes/harfbuzz/harfbuzz_0.9.19.oe.sig > @@ -0,0 +1 @@ > +5603e084fbf8be1b93722c8e2694643361c489e4 harfbuzz-0.9.19.tar.bz2 /Christian
diff --git a/recipes/harfbuzz/harfbuzz_0.9.19.oe b/recipes/harfbuzz/harfbuzz_0.9.19.oe new file mode 100644 index 0000000..7121594 --- /dev/null +++ b/recipes/harfbuzz/harfbuzz_0.9.19.oe @@ -0,0 +1,25 @@ +SUMMARY = "HarfBuzz is an OpenType text shaping engine" +DESCRIPTION = """ +HarfBuzz is a software development library for shaping of Unicode text. The most +recent incarnation of HarfBuzz targets various font technologies while the first +version targeted only OpenType fonts. +""" +LICENSE = "MIT" +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/HarfBuzz" + +SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.19.tar.bz2" + +RECIPE_TYPES = "machine native" + +inherit autotools library pkgconfig auto-package-utils + +DEPENDS += "cairo glib-libglib libstdc++" + + +EXTRA_OECONF += " \ + --with-cairo=yes \ + --with-glib=yes \ +" + + +AUTO_PACKAGE_UTILS = "hb-shape hb-view hb-ot-shape-closure" diff --git a/recipes/harfbuzz/harfbuzz_0.9.19.oe.sig b/recipes/harfbuzz/harfbuzz_0.9.19.oe.sig new file mode 100644 index 0000000..576f963 --- /dev/null +++ b/recipes/harfbuzz/harfbuzz_0.9.19.oe.sig @@ -0,0 +1 @@ +5603e084fbf8be1b93722c8e2694643361c489e4 harfbuzz-0.9.19.tar.bz2