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: Fri, 18 Mar 2016 07:16:21 +0000 (UTC) [thread overview]
Message-ID: <1458285377.e3d8a510e7383f02536abc41d2409dda85aa693c.polynomial-c@gentoo> (raw)
commit: e3d8a510e7383f02536abc41d2409dda85aa693c
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 07:15:12 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 07:16:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d8a510
media-gfx/graphite2: Security bump to version 1.3.7
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
media-gfx/graphite2/Manifest | 1 +
media-gfx/graphite2/graphite2-1.3.7.ebuild | 120 +++++++++++++++++++++++++++++
2 files changed, 121 insertions(+)
diff --git a/media-gfx/graphite2/Manifest b/media-gfx/graphite2/Manifest
index 1605d31..b9180fe 100644
--- a/media-gfx/graphite2/Manifest
+++ b/media-gfx/graphite2/Manifest
@@ -1,3 +1,4 @@
DIST graphite2-1.2.1.tgz 4665169 SHA256 7b15b749ae65c1ce3cfb4b98b8d4125e91b695ca31fa83aa51d6542109ab449d SHA512 834de9185c861f1fe54cffc2b6d12117cdd956e64167b0021ea5cb1b83deacff91a2e9d78df9a1a1c038016bf2aad252c88836c49315ca027a0fd0386d8392d9 WHIRLPOOL ec13995a19f9251bf66eeb3d66b7c8ff504ae8993868aa716cb475a69db8f675012445cd2dcb1ac594121c657aafcc1276abfa5ee38620dc6d428c1c8f51e755
DIST graphite2-1.2.4.tgz 6938866 SHA256 4bc3d5168029bcc0aa00eb2c973269d29407be2796ff56f9c80e10736bd8b003 SHA512 fb4a7bfd5656233975ce339e4e155ccb4fd401b87e30440edab98739355596e41abf5dccf6487d53f6353840a7c87b8270ee33e79c6630cf13a25ac2cb2114de WHIRLPOOL a869dcf293ba1f1d547f86ad88c6bb27879c8ad793135ba29ea12daf19d4fb84f9660fb43bd524934970d163e8bb779a050ec37a734784e25de99bd6463f3d57
DIST graphite2-1.3.5.tgz 3880214 SHA256 f4712626eda0a1804367133460770560b545bbe75b1c4aab480c9b8e4e1c64bd SHA512 70e85ff44d63dcca6beb55aa68966888453610c4ec1fca0d0986910a8f396ad64fd0b9f393270fd403c93e7e5d45cdc134c3965f47761cd40cd659b92b8abcec WHIRLPOOL 90f5e9858c63f9c452b8457dc5dac9cb78d319dd2bfd13207bbe7e73b60dbfa701be5c17cabe4e11ce2d1be8e0054c23186834425f40d614a1002c3eff2bdcc5
+DIST graphite2-1.3.7.tgz 3883666 SHA256 4d5b7ad6ae137f0c57e4ab3da4e438b7922c6c6e083cc05a3a28bd8774235586 SHA512 163ac1455003398690b173f2ce56509bba1ae1e480585635888e3b061fef1ff8493c86f4647efde65ea10cd82b4048fcc8e882ea56811a8169956ad27bd10b8f WHIRLPOOL 32c0e857c3a632e599c6057f655f3d22f2272325f1a3fd6de5d4dad754ccb750687e3c76b5a6b3af037b561c34bc8b9b081b9c5f15e14551a67cb152c23d9a3a
diff --git a/media-gfx/graphite2/graphite2-1.3.7.ebuild b/media-gfx/graphite2/graphite2-1.3.7.ebuild
new file mode 100644
index 0000000..fb19876
--- /dev/null
+++ b/media-gfx/graphite2/graphite2-1.3.7.ebuild
@@ -0,0 +1,120 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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="~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"
+ # http://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
+ cd contrib/perl || die
+ # SRC_TEST=do
+ # Perl tests fail due to missing POD coverage...
+ 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:[~2016-03-18 7:16 UTC|newest]
Thread overview: 127+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-18 7:16 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-10 12:02 Lars Wendler
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-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=1458285377.e3d8a510e7383f02536abc41d2409dda85aa693c.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