public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/GD/
Date: Wed,  5 Jul 2023 00:38:47 +0000 (UTC)	[thread overview]
Message-ID: <1688517501.f4ad9e8a88811aa4e6f7315c976912ec54d61b5b.sam@gentoo> (raw)

commit:     f4ad9e8a88811aa4e6f7315c976912ec54d61b5b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 00:07:16 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 00:38:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ad9e8a

dev-perl/GD: add 2.780.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/GD/GD-2.780.0.ebuild | 81 +++++++++++++++++++++++++++++++++++++++++++
 dev-perl/GD/Manifest          |  1 +
 2 files changed, 82 insertions(+)

diff --git a/dev-perl/GD/GD-2.780.0.ebuild b/dev-perl/GD/GD-2.780.0.ebuild
new file mode 100644
index 000000000000..800db62bfae2
--- /dev/null
+++ b/dev-perl/GD/GD-2.780.0.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RURBAN
+DIST_VERSION=2.78
+DIST_EXAMPLES=("demos/*")
+inherit perl-module
+
+DESCRIPTION="Interface to Thomas Boutell's gd library"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="animgif fcgi test truetype xpm"
+
+RDEPEND="
+	>=media-libs/gd-2.2.3[png,jpeg]
+	media-libs/giflib
+	media-libs/libjpeg-turbo
+	media-libs/libpng
+	sys-libs/zlib
+	truetype? (
+		media-libs/gd[truetype]
+		media-libs/freetype:2
+	)
+	xpm? (
+		media-libs/gd[xpm]
+		x11-libs/libXpm
+	)
+	fcgi? (
+		dev-libs/fcgi
+	)
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-Constant-0.230.0
+	dev-perl/ExtUtils-PkgConfig
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=dev-perl/Test-Fork-0.20.0
+		>=virtual/perl-Test-Simple-0.880.0
+		>=dev-perl/Test-NoWarnings-1.0.0
+	)
+"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.760.0-respect-libdir.patch
+)
+
+src_configure() {
+	local myconfargs=(
+		VERSION_33
+		GD_UNCLOSEDPOLY
+		GD_FTCIRCLE
+
+		WINDOWS_BMP
+		JPEG
+		PNG
+		GIF
+	)
+
+	# The following flags do not work properly. This is why we force-enable
+	# at least some of them. See bug 787404 as tracker.
+	use animgif && myconfargs+=( ANIMGIF )
+	use truetype && myconfargs+=( FT )
+	use xpm && myconfargs+=( XPM )
+
+	# Per line 284 of Makefile.PL
+	local myconf="--lib_gd_path ${ESYSROOT}/usr/$(get_libdir) -options '$(printf '%s,' ${myconfargs[@]})'"
+	use fcgi && myconf+=" --fcgi"
+
+	perl-module_src_configure
+}
+
+src_test() {
+	# The 'GD' format itself is long-obsolete and gone in >=media-libs/gd-2.3.3
+	perl_rm_files t/z_*.t t/GD.t
+	perl-module_src_test
+}

diff --git a/dev-perl/GD/Manifest b/dev-perl/GD/Manifest
index ef3c7eeb2c4a..4166a1bac068 100644
--- a/dev-perl/GD/Manifest
+++ b/dev-perl/GD/Manifest
@@ -1 +1,2 @@
 DIST GD-2.76.tar.gz 264364 BLAKE2B 4cfe36f74aae50141f00cd8d3a6eddbf819dafd76ecfc1fbf219c3ae40009b9e4c1e6b94a33416842846dead17bfc1f883324757fd66124aae8e2cbae2bcfef3 SHA512 31c2d61440a7fef9804aed677ee5568f6c237e678cf5a2b7f48e98326ef7cddbf3624ce3965e6711ef9cec4148881a0cb4352c19b91ead4b78835fafaeefbe4d
+DIST GD-2.78.tar.gz 265773 BLAKE2B a05f9e26c2ea7d9a638cdb8fb6675382f5274e295f530587e1e83990ad5238882300052a4eb270f8881f02df30739783c64af8d2d93680e0e0a12570c6d45a61 SHA512 ef3df42c003f105fd1c313ea9e8b8b1e75912b4fdb274e73f2e4f5664a0adb8479a2e62fae5a493e37c36865f9dc37207d2d31e96316eb18a3c5384e07858591


             reply	other threads:[~2023-07-05  0:38 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-05  0:38 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-28 12:26 [gentoo-commits] repo/gentoo:master commit in: dev-perl/GD/ Andreas K. Hüttel
2024-10-15  8:45 Sam James
2024-10-15  8:45 Sam James
2024-07-27 12:35 Sam James
2024-07-27 12:35 Sam James
2024-07-27 12:35 Sam James
2024-07-27 12:01 Sam James
2024-07-07 11:02 Sam James
2024-05-03 11:39 Sam James
2024-05-01  9:12 Sam James
2024-04-19 11:26 Sam James
2024-04-17 23:35 Sam James
2024-04-17 22:10 Sam James
2022-12-18 18:50 Arthur Zamarin
2022-10-31 16:38 Agostino Sarubbo
2022-05-25  9:10 WANG Xuerui
2021-09-28 20:26 James Le Cuirot
2021-09-06  0:15 Sam James
2021-08-15 17:01 Andreas K. Hüttel
2021-07-28  1:08 Sam James
2021-07-24 20:23 Matt Turner
2021-06-14  6:37 Sergei Trofimovich
2021-06-07  6:26 Sergei Trofimovich
2021-06-04  9:28 Andreas K. Hüttel
2021-06-03 19:14 Andreas K. Hüttel
2021-06-03 19:13 Andreas K. Hüttel
2021-06-01  7:55 Sergei Trofimovich
2021-05-25 10:47 Sam James
2021-05-25 10:47 Sam James
2021-05-25  0:54 Sam James
2021-05-23 22:23 Joshua Kinard
2021-05-23 12:13 Sergei Trofimovich
2021-05-22 14:40 Andreas K. Hüttel
2021-05-22 14:40 Andreas K. Hüttel
2019-05-22  4:03 Aaron Bauman
2018-04-18  7:01 Mart Raudsepp
2017-09-18 16:50 Kent Fredric
2017-05-28  0:19 Kent Fredric
2017-05-26  7:25 Kent Fredric
2016-12-26 21:00 Andreas Hüttel
2016-12-26 21:00 Andreas Hüttel
2016-11-10  5:28 Mike Frysinger
2016-01-18 23:00 Andreas Hüttel
2016-01-18 22:50 Andreas Hüttel
2015-12-19 23:01 Andreas Hüttel
2015-12-19 23:01 Andreas Hüttel

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=1688517501.f4ad9e8a88811aa4e6f7315c976912ec54d61b5b.sam@gentoo \
    --to=sam@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