From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: media-libs/harfbuzz/
Date: Mon, 29 Oct 2012 00:06:58 +0000 (UTC) [thread overview]
Message-ID: <1351469205.4d2161ab655a0d47cf98cd18e69fac0921f1469c.eva@gentoo> (raw)
commit: 4d2161ab655a0d47cf98cd18e69fac0921f1469c
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 22:48:05 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Oct 29 00:06:45 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4d2161ab
media-libs/harfbuzz: version bump
Needed for new pango but the build system is a mess with lots of
automagic dependencies which will cause dependency loops probably.
---
media-libs/harfbuzz/harfbuzz-0.9.5.ebuild | 47 +++++++++++++++++++++++++++++
media-libs/harfbuzz/metadata.xml | 5 +++
2 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/media-libs/harfbuzz/harfbuzz-0.9.5.ebuild b/media-libs/harfbuzz/harfbuzz-0.9.5.ebuild
new file mode 100644
index 0000000..6effa50
--- /dev/null
+++ b/media-libs/harfbuzz/harfbuzz-0.9.5.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.7.0_pre20110904.ebuild,v 1.4 2012/05/05 08:02:40 jdhore Exp $
+
+EAPI="4"
+
+DESCRIPTION="An OpenType text shaping engine"
+HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
+SRC_URI="http://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+ dev-libs/glib:2
+ dev-libs/icu
+ media-gfx/graphite2
+ media-libs/freetype:2
+ >=x11-libs/cairo-1.8[X]
+"
+DEPEND="${RDEPEND}
+ dev-util/ragel
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ default
+
+ # FIXME: Weird linking failures
+ sed -i 's/^\(noinst_PROGRAMS\).*/\1 = /' src/Makefile.in || die
+ sed -i 's/^\(bin_PROGRAMS\).*/\1 = /' util/Makefile.in || die
+ sed -i 's/^\(SUBDIRS.*\)test/\1/' Makefile.in || die
+}
+
+src_configure() {
+ # this packge needs build system update because
+ # all the deps are automagic
+ econf \
+ --disable-static
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -exec rm -f {} +
+}
diff --git a/media-libs/harfbuzz/metadata.xml b/media-libs/harfbuzz/metadata.xml
new file mode 100644
index 0000000..5d46203
--- /dev/null
+++ b/media-libs/harfbuzz/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>openoffice</herd>
+</pkgmetadata>
reply other threads:[~2012-10-29 0:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1351469205.4d2161ab655a0d47cf98cd18e69fac0921f1469c.eva@gentoo \
--to=eva@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox