* [gentoo-commits] proj/gnome:master commit in: media-libs/harfbuzz/
@ 2012-10-29 0:06 Gilles Dartiguelongue
0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue @ 2012-10-29 0:06 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-29 0:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29 0:06 [gentoo-commits] proj/gnome:master commit in: media-libs/harfbuzz/ Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox