summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-08-11 09:16:24 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-08-11 09:16:24 +0000
commitea0380ab8cd4e2d427d0fc6a91280a5a31aa5d0c (patch)
treec5bd95e31338c157c155fcf791f2a1aa94571910 /media-libs/harfbuzz
parentBring back missing patch. Bug #373453 (diff)
downloadgentoo-2-ea0380ab8cd4e2d427d0fc6a91280a5a31aa5d0c.tar.gz
gentoo-2-ea0380ab8cd4e2d427d0fc6a91280a5a31aa5d0c.tar.bz2
gentoo-2-ea0380ab8cd4e2d427d0fc6a91280a5a31aa5d0c.zip
Intial commit. Library required by graphite2.
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/harfbuzz')
-rw-r--r--media-libs/harfbuzz/ChangeLog10
-rw-r--r--media-libs/harfbuzz/harfbuzz-0.6.0.ebuild32
-rw-r--r--media-libs/harfbuzz/metadata.xml5
3 files changed, 47 insertions, 0 deletions
diff --git a/media-libs/harfbuzz/ChangeLog b/media-libs/harfbuzz/ChangeLog
new file mode 100644
index 000000000000..a7f837241ed4
--- /dev/null
+++ b/media-libs/harfbuzz/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-libs/harfbuzz
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.1 2011/08/11 09:16:24 scarabeus Exp $
+
+*harfbuzz-0.6.0 (11 Aug 2011)
+
+ 11 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org> +harfbuzz-0.6.0.ebuild,
+ +metadata.xml:
+ Intial commit. Library required by graphite2.
+
diff --git a/media-libs/harfbuzz/harfbuzz-0.6.0.ebuild b/media-libs/harfbuzz/harfbuzz-0.6.0.ebuild
new file mode 100644
index 000000000000..490aabe1a557
--- /dev/null
+++ b/media-libs/harfbuzz/harfbuzz-0.6.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.6.0.ebuild,v 1.1 2011/08/11 09:16:24 scarabeus 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 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="
+ dev-libs/glib:2
+ dev-libs/icu
+ media-libs/freetype:2
+ x11-libs/cairo
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ 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 000000000000..5d46203011d6
--- /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>