All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Marko Lindqvist <cazfi74@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH v2] harfbuzz: add recipe, version 0.9.9
Date: Tue, 08 Jan 2013 16:10:16 -0800	[thread overview]
Message-ID: <50ECB568.8060604@linux.intel.com> (raw)
In-Reply-To: <1357504491-2878-2-git-send-email-cazfi74@gmail.com>

On 01/06/2013 12:34 PM, Marko Lindqvist wrote:
> OpenType text shaping engine HarfBuzz is dependency of pango >= 1.32
>
> Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
> ---
>   meta/recipes-graphics/harfbuzz/harfbuzz_0.9.9.bb |   27 ++++++++++++++++++++++
>   1 file changed, 27 insertions(+)
>   create mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz_0.9.9.bb
>
> diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.9.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.9.bb
> new file mode 100644
> index 0000000..da09be6
> --- /dev/null
> +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.9.bb
> @@ -0,0 +1,27 @@
> +SUMMARY = "Text shaping library"
> +DESCRIPTION = "HarfBuzz is an OpenType text shaping engine."
> +HOMEPAGE = "http://www.freedesktop.org/wiki/Software/HarfBuzz"
> +BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=HarfBuzz"
> +
> +LICENSE = "Old-MIT | UCDN | ICU | HarfBuzz-old"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \
> +                    file://src/hb-ucdn/COPYING;md5=994ba0f1295f15b4bda4999a5bbeddef \
> +                    file://src/hb-icu-le/COPYING;md5=0ac60acf068e2cc9facdf86169a9c13e \
> +                    file://src/hb-icu-le/license.html;md5=9136737088bbfbbf86d9a714da49fb89 \
> +                    file://src/hb-old/COPYING;md5=6e8442c12d498ce55cfe39fc60f97981 \
> +"
> +
> +SECTION = "libs"
> +
> +PR = "r0"
> +
> +SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${PV}.tar.bz2"
> +
> +SRC_URI[md5sum] = "e901ffe556d706b7d43b272f83be7f09"
> +SRC_URI[sha256sum] = "3d8dd4ebbc38da011485ef181f8ff072b4b0d7e305bbda19b355f217d25169cf"
> +
> +inherit autotools pkgconfig
> +
> +DEPENDS = "icu glib-2.0"
We we also need libx11?  I am seeing a failure:
> | x86_64-linux-libtool: link: cannot find the library `/intel/builds/world/tmp/sysroots/x86_64-linux/usr/lib/libX11.la' or unhandled argument `/intel/builds/world/tmp/sysroots/x86_64-linux/usr/lib/libX11.la'
> | make[2]: *** [hb-view] Error 1

Notice this was the native version that failed.

Thanks
	Sau!





> +
> +BBCLASSEXTEND = "native"
>



  reply	other threads:[~2013-01-09  0:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-06 20:34 Introduce HarfBuzz recipe. v2 Marko Lindqvist
2013-01-06 20:34 ` [PATCH v2] harfbuzz: add recipe, version 0.9.9 Marko Lindqvist
2013-01-09  0:10   ` Saul Wold [this message]
2013-01-09  6:03     ` Marko Lindqvist

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50ECB568.8060604@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=cazfi74@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.