From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphite2/
Date: Wed, 10 May 2017 12:02:42 +0000 (UTC) [thread overview]
Message-ID: <1494417756.14e7f2aaa30d1a2766a74eca3c9991191c644002.polynomial-c@gentoo> (raw)
commit: 14e7f2aaa30d1a2766a74eca3c9991191c644002
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 11:54:24 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed May 10 12:02:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e7f2aa
media-gfx/graphite2: Bump to version 1.3.10
Package-Manager: Portage-2.3.5, Repoman-2.3.2
media-gfx/graphite2/Manifest | 1 +
media-gfx/graphite2/graphite2-1.3.10.ebuild | 119 ++++++++++++++++++++++++++++
2 files changed, 120 insertions(+)
diff --git a/media-gfx/graphite2/Manifest b/media-gfx/graphite2/Manifest
index a86e8f76d8a..fe19c08a146 100644
--- a/media-gfx/graphite2/Manifest
+++ b/media-gfx/graphite2/Manifest
@@ -1,2 +1,3 @@
+DIST graphite2-1.3.10.tgz 3889647 SHA256 90fde3b2f9ea95d68ffb19278d07d9b8a7efa5ba0e413bebcea802ce05cda1ae SHA512 d6d578feaa2d9304dc9bcd3926958070b8c23b27437a9fcb801e08e62f33a5549b7a6aa9636c7f8eb80a2a2c6d5cac97d58050fb30fd102b9fd0f8c558f4252b WHIRLPOOL 8a10ae32a7f02ad9e64982ece9b4b5169355f52160f8b9f00d1a892f785bbe14c2fdde24f5e84f6b8cbd7012edaf91b639beeeba400a3f6432b2436278a5df06
DIST graphite2-1.3.8.tgz 3885841 SHA256 9f3f25b3a8495ce0782e77f69075c0dd9b7c054847b9bf9ff130bec38f4c8cc2 SHA512 df8a3a7b67b356092fe8d4f62b7cd6d45ee7fe2b614699b0f8b29dc2441e00675021fdaec24cef4629c5294b33d6b269d596bc869fae8257f8f2e935c9db3639 WHIRLPOOL 88420608db053bd4d66b852a54eeb19359910c786ef1785e303e68f0d0d5b840b4a5cdcb7e17ae6c2064563d02b03a7be43ae203184218a8ac4d9dd40c17c56f
DIST graphite2-1.3.9.tgz 3889102 SHA256 ec0185b663059553fd46e8c4a4f0dede60a02f13a7a1fefc2ce70332ea814567 SHA512 6585a2b69b8226d6e9ba9ef67d94497b24f09b7ca64357c5455c276cf6f0dd3eb7fc05f5fbc79d0bb5e62ecd44e9e19bc4f4c20f7a1d9d6eeb2f89f67af5f1ac WHIRLPOOL b0ca8ca8b79319cf8806c4e0ee4bf61b240c6537c66cd57d191d74e2001b2eeb91ab19db3bf28aaddb9ab916e3f073fefd51bba3cb96f6b2ebde5a28c0bf3ea1
diff --git a/media-gfx/graphite2/graphite2-1.3.10.ebuild b/media-gfx/graphite2/graphite2-1.3.10.ebuild
new file mode 100644
index 00000000000..ff85c2371cb
--- /dev/null
+++ b/media-gfx/graphite2/graphite2-1.3.10.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+GENTOO_DEPEND_ON_PERL="no"
+inherit eutils perl-module python-any-r1 cmake-multilib
+
+DESCRIPTION="Library providing rendering capabilities for complex non-Roman writing systems"
+HOMEPAGE="http://graphite.sil.org/"
+SRC_URI="mirror://sourceforge/silgraphite/${PN}/${P}.tgz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+IUSE="perl test"
+
+RDEPEND="
+ perl? ( dev-lang/perl:= )
+"
+DEPEND="${RDEPEND}
+ perl? (
+ dev-perl/Module-Build
+ dev-perl/Locale-Maketext-Lexicon
+ )
+ test? (
+ dev-libs/glib:2
+ media-libs/fontconfig
+ media-libs/silgraphite
+ $(python_gen_any_dep '
+ dev-python/fonttools[${PYTHON_USEDEP}]
+ ')
+ ${PYTHON_DEPS}
+ perl? ( virtual/perl-Test-Simple )
+ )
+"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-1.3.5-includes-libs-perl.patch"
+)
+
+pkg_setup() {
+ use perl && perl_set_version
+ use test && python-any-r1_pkg_setup
+}
+
+python_check_deps() {
+ has_version "dev-python/fonttools[${PYTHON_USEDEP}]"
+}
+
+src_prepare() {
+ cmake-utils_src_prepare
+
+ # make tests optional
+ if ! use test; then
+ sed -i \
+ -e '/tests/d' \
+ CMakeLists.txt || die
+ fi
+}
+
+multilib_src_configure() {
+ local mycmakeargs=(
+ "-DVM_MACHINE_TYPE=direct"
+ # https://sourceforge.net/p/silgraphite/bugs/49/
+ $([[ ${CHOST} == powerpc*-apple* ]] && \
+ echo "-DGRAPHITE2_NSEGCACHE:BOOL=ON")
+ )
+
+ cmake-utils_src_configure
+
+ # fix perl linking
+ if multilib_is_native_abi && use perl; then
+ # we rely on the fact that cmake-utils_src_configure sets BUILD_DIR
+ sed -i \
+ -e "s:@BUILD_DIR@:\"${BUILD_DIR}/src\":" \
+ "${S}"/contrib/perl/Build.PL || die
+ fi
+}
+
+src_compile() {
+ cmake-multilib_src_compile
+ if use perl; then
+ cd contrib/perl || die
+ perl-module_src_configure
+ perl-module_src_compile
+ fi
+}
+
+multilib_src_test() {
+ if multilib_is_native_abi; then
+ cmake-utils_src_test
+ else
+ einfo Cannot test since python is not multilib.
+ fi
+}
+
+src_test() {
+ cmake-multilib_src_test
+ if use perl; then
+ # Perl tests fail due to missing POD coverage...
+ perl_rm_files "contrib/perl/t/pod.t" "contrib/perl/t/pod-coverage.t"
+ cd contrib/perl || die
+ perl-module_src_test
+ fi
+}
+
+src_install() {
+ cmake-multilib_src_install
+ if use perl; then
+ cd contrib/perl || die
+ perl-module_src_install
+ perl_delete_localpod
+ fi
+
+ prune_libtool_files --all
+}
next reply other threads:[~2017-05-10 12:02 UTC|newest]
Thread overview: 127+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-10 12:02 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-08 8:21 [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphite2/ Sam James
2024-05-31 6:12 Andreas Sturmlechner
2024-03-25 10:01 Sam James
2024-03-14 0:30 Sam James
2023-06-10 9:39 Andreas Sturmlechner
2023-06-09 12:04 Arthur Zamarin
2023-06-09 9:54 Sam James
2023-06-09 9:54 Sam James
2023-06-09 6:53 Arthur Zamarin
2023-06-03 19:45 Arthur Zamarin
2023-06-02 16:13 Arthur Zamarin
2023-06-01 19:15 Arthur Zamarin
2023-06-01 19:15 Arthur Zamarin
2023-02-17 6:27 Sam James
2023-02-03 19:53 Sam James
2022-12-02 18:47 Arthur Zamarin
2022-11-23 2:26 Sam James
2022-11-21 20:43 Arthur Zamarin
2022-11-21 17:52 Arthur Zamarin
2022-11-21 17:52 Arthur Zamarin
2022-11-21 17:52 Arthur Zamarin
2022-11-21 17:50 Arthur Zamarin
2022-11-21 17:43 Arthur Zamarin
2022-09-16 23:50 Sam James
2022-09-13 19:12 Sam James
2022-06-07 11:34 Andreas Sturmlechner
2022-06-06 21:19 Jakov Smolić
2022-06-06 6:53 Jakov Smolić
2022-06-06 6:53 Jakov Smolić
2022-06-06 6:53 Jakov Smolić
2022-06-06 6:53 Jakov Smolić
2022-06-06 6:31 Jakov Smolić
2022-06-06 6:28 Jakov Smolić
2022-06-06 6:28 Jakov Smolić
2022-05-07 4:28 WANG Xuerui
2021-12-23 8:14 Sam James
2021-12-20 1:06 Sam James
2021-12-20 0:49 Sam James
2021-05-01 21:24 Andreas Sturmlechner
2021-01-06 14:07 Fabian Groffen
2020-06-06 17:48 Andreas Sturmlechner
2020-06-06 17:29 Agostino Sarubbo
2020-05-31 16:15 Mikle Kolyada
2020-05-31 16:07 Mikle Kolyada
2020-05-31 15:45 Mikle Kolyada
2020-05-31 15:40 Mikle Kolyada
2020-05-29 20:42 Sergei Trofimovich
2020-05-20 14:41 Mikle Kolyada
2020-05-20 13:35 Mikle Kolyada
2020-05-19 19:36 Mikle Kolyada
2020-04-04 1:08 Andreas Sturmlechner
2020-01-03 19:40 Andreas Sturmlechner
2019-12-25 21:20 Andreas Sturmlechner
2019-12-25 20:50 Sergei Trofimovich
2019-12-25 20:39 Sergei Trofimovich
2019-11-30 10:18 Sergei Trofimovich
2019-11-17 1:34 Andreas Sturmlechner
2019-05-06 15:25 Tobias Klausmann
2019-03-03 6:37 Mikle Kolyada
2019-03-03 6:36 Mikle Kolyada
2019-03-02 20:02 Matt Turner
2019-02-17 17:58 Mikle Kolyada
2019-02-17 16:05 Mart Raudsepp
2019-02-17 15:33 Mikle Kolyada
2019-01-09 11:52 Andreas Sturmlechner
2018-12-30 21:02 Andreas Sturmlechner
2018-12-30 21:02 Andreas Sturmlechner
2018-09-03 12:11 Lars Wendler
2018-09-03 9:42 Lars Wendler
2018-06-13 10:06 Mikle Kolyada
2018-03-21 21:08 Matt Turner
2018-03-07 16:55 Lars Wendler
2017-06-30 7:37 Sergei Trofimovich
2017-06-26 12:48 Alexis Ballier
2017-06-23 4:39 Markus Meier
2017-06-21 12:17 Agostino Sarubbo
2017-06-20 14:56 Tobias Klausmann
2017-06-16 14:10 Agostino Sarubbo
2017-06-10 21:15 Andreas Hüttel
2017-06-03 22:49 Andreas Sturmlechner
2017-05-12 14:55 Agostino Sarubbo
2017-05-11 19:27 Markus Meier
2017-05-04 15:55 Agostino Sarubbo
2017-04-30 9:37 Agostino Sarubbo
2017-04-29 14:49 Agostino Sarubbo
2017-04-29 12:33 Jeroen Roovers
2017-04-28 20:42 Andreas Hüttel
2017-03-29 21:26 Michael Weber
2017-01-24 13:41 Agostino Sarubbo
2016-12-20 23:12 Kent Fredric
2016-11-21 11:54 Lars Wendler
2016-09-29 13:08 Agostino Sarubbo
2016-07-13 13:51 Jeroen Roovers
2016-07-13 6:35 Jeroen Roovers
2016-07-07 9:36 Agostino Sarubbo
2016-07-07 9:23 Agostino Sarubbo
2016-07-05 21:02 Markus Meier
2016-07-05 7:53 Tobias Klausmann
2016-07-04 9:19 Tobias Klausmann
2016-06-07 17:36 Tobias Klausmann
2016-05-20 12:46 Tobias Klausmann
2016-04-28 16:32 Tobias Klausmann
2016-04-11 10:39 Agostino Sarubbo
2016-04-07 13:40 Lars Wendler
2016-04-07 13:40 Lars Wendler
2016-03-30 18:30 Markus Meier
2016-03-27 10:16 Agostino Sarubbo
2016-03-26 9:25 Jeroen Roovers
2016-03-22 14:32 Agostino Sarubbo
2016-03-21 0:38 Andreas Hüttel
2016-03-20 12:24 Agostino Sarubbo
2016-03-19 12:28 Agostino Sarubbo
2016-03-18 7:16 Lars Wendler
2016-03-16 14:09 Agostino Sarubbo
2016-03-15 20:50 Tobias Klausmann
2016-03-11 16:38 Markus Meier
2016-03-07 3:17 Jeroen Roovers
2016-03-06 14:58 Jeroen Roovers
2016-03-06 8:33 Jeroen Roovers
2016-03-03 21:37 Andreas Hüttel
2016-03-02 13:58 Agostino Sarubbo
2016-02-29 12:59 Andreas Hüttel
2016-02-29 12:48 Andreas Hüttel
2016-02-29 12:48 Andreas Hüttel
2016-02-26 22:57 Andreas Hüttel
2016-01-30 8:16 Michael Palimaka
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=1494417756.14e7f2aaa30d1a2766a74eca3c9991191c644002.polynomial-c@gentoo \
--to=polynomial-c@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