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: media-libs/tiff/
Date: Thu, 14 Sep 2023 02:51:21 +0000 (UTC)	[thread overview]
Message-ID: <1694659780.5ec0fbf6a6f71c62179ef3e7b6bdd6ca26ad287b.sam@gentoo> (raw)

commit:     5ec0fbf6a6f71c62179ef3e7b6bdd6ca26ad287b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 02:49:40 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 02:49:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec0fbf6

media-libs/tiff: add 4.6.0

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

 media-libs/tiff/Manifest          |  2 +
 media-libs/tiff/tiff-4.6.0.ebuild | 81 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 83 insertions(+)

diff --git a/media-libs/tiff/Manifest b/media-libs/tiff/Manifest
index 2d09c285decb..8a7afa9587e2 100644
--- a/media-libs/tiff/Manifest
+++ b/media-libs/tiff/Manifest
@@ -2,3 +2,5 @@ DIST tiff-4.5.0.tar.xz 2320900 BLAKE2B c69801ba9d55b1ed27a92d31d8cd16937fe69299f
 DIST tiff-4.5.0.tar.xz.sig 310 BLAKE2B bbe7f9600061416227276424eb220714a1375d3e295cb0c5b7f76074324c1a2698a5029dde3e734331e9caf02d8a086273ded2ab09285857dbbfe3ad83506912 SHA512 8cef09755f4efe68db69591967e495852cf63c2d8113a877a2254f536d38c60b6dc864c07089249cd8109a8408672a297ae9e59d8233687bc2796dc158ccfb32
 DIST tiff-4.5.1.tar.xz 2228040 BLAKE2B 793c03593c46d6f804f622f5ff7e799751ee79e87ec1575801d2238fbcd2e89ed657a5081d3651e337f1bb14603ff94a15aad878e7fdf2cf75ada38eed64d9d2 SHA512 fc6af93d36598527480c517ddc4f19fe72e9f07ef4997e5731604253c8db0b9bae816ba7a56985bf22fbbb48db1fab5ed4c2b32a5145bc9477ef24b221a61179
 DIST tiff-4.5.1.tar.xz.sig 310 BLAKE2B fd5e3ff9c55790777b9d2587910cfb47953a27925bdf8610fc5b9db05a5662b534df542e3658db7b897c8de510479d0a7f0773092ac2f71e3c7bcb4beb14594f SHA512 10e434de0140bbd7e3830860bb611796b65fff5e718a2d5fb2857959ff63149d73b4e1f3f7c4be2c27f8ca863b0e4b7731332544eba948ce10097552e1779aee
+DIST tiff-4.6.0.tar.xz 2124388 BLAKE2B 3b508b02b0a536c5bc8e67fe4c1b09ae9c830252786ef4764202c14d673d1ef9634694de7a5893a3551dec684d00bad9d0442c7fea7bcd09238b9960d443cf62 SHA512 4cd9bb485bcac9c5efdd0c4814f2a38a762a3b69e70d909c05a24e2e9d2bd27357b9814e0cb1cee3898355d6ccfcf1615f715125c8ab8c651db474073734ab03
+DIST tiff-4.6.0.tar.xz.sig 310 BLAKE2B 9f159a5839dd41bda34eceeed6e451455fbcfec5d51ebb097038e3977a391a751e91a9f683375593f45af0f9c8f0dbe55a0cc437fe4512537b30d513adfdb2c0 SHA512 da87b4294e17d49cf60e81ec5285f503291532423330552e41dddfb672c0636e95b8a80d603c3095abbee469cb7dce63c2df0c22b751a3bf8541550f97f78b49

diff --git a/media-libs/tiff/tiff-4.6.0.ebuild b/media-libs/tiff/tiff-4.6.0.ebuild
new file mode 100644
index 000000000000..7e0fc1f0de9f
--- /dev/null
+++ b/media-libs/tiff/tiff-4.6.0.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Release signer can vary per version but not clear if others will be doing
+# them in future, so gone with Even Rouault for now as he does other geosci
+# stuff too like PROJ, GDAL. Previous release manager of TIFF was
+# GraphicsMagick maintainer Bob Friesenhahn. Please be careful when verifying
+# who made releases.
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/rouault.asc
+inherit libtool multilib-minimal verify-sig flag-o-matic
+
+MY_P="${P/_rc/rc}"
+DESCRIPTION="Tag Image File Format (TIFF) library"
+HOMEPAGE="http://libtiff.maptools.org"
+SRC_URI="https://download.osgeo.org/libtiff/${MY_P}.tar.xz"
+SRC_URI+=" verify-sig? ( https://download.osgeo.org/libtiff/${MY_P}.tar.xz.sig )"
+S="${WORKDIR}/${PN}-$(ver_cut 1-3)"
+
+LICENSE="libtiff"
+SLOT="0/6"
+if [[ ${PV} != *_rc* ]] ; then
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+fi
+IUSE="+cxx jbig jpeg lzma static-libs test webp zlib zstd"
+RESTRICT="!test? ( test )"
+
+# bug #483132
+REQUIRED_USE="test? ( jpeg )"
+
+RDEPEND="
+	jbig? ( >=media-libs/jbigkit-2.1:=[${MULTILIB_USEDEP}] )
+	jpeg? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] )
+	lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] )
+	webp? ( media-libs/libwebp:=[${MULTILIB_USEDEP}] )
+	zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
+	zstd? ( >=app-arch/zstd-1.3.7-r1:=[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="verify-sig? ( sec-keys/openpgp-keys-evenrouault )"
+
+MULTILIB_WRAPPED_HEADERS=(
+	/usr/include/tiffconf.h
+)
+
+src_prepare() {
+	default
+
+	# Added to fix cross-compilation
+	elibtoolize
+}
+
+multilib_src_configure() {
+	append-lfs-flags
+
+	local myeconfargs=(
+		--disable-sphinx
+		--with-docdir="${EPREFIX}"/usr/share/doc/${PF}
+		$(use_enable cxx)
+		$(use_enable jbig)
+		$(use_enable jpeg)
+		$(use_enable lzma)
+		$(use_enable static-libs static)
+		$(use_enable test tests)
+		$(use_enable webp)
+		$(use_enable zlib)
+		$(use_enable zstd)
+
+		$(multilib_native_enable docs)
+		$(multilib_native_enable contrib)
+		$(multilib_native_enable tools)
+	)
+
+	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+	find "${ED}" -type f -name '*.la' -delete || die
+	rm "${ED}"/usr/share/doc/${PF}/{README*,RELEASE-DATE,TODO,VERSION} || die
+}


             reply	other threads:[~2023-09-14  2:51 UTC|newest]

Thread overview: 202+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-14  2:51 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-22 10:10 [gentoo-commits] repo/gentoo:master commit in: media-libs/tiff/ Sam James
2024-07-24 16:56 Sam James
2024-07-24 11:53 Sam James
2024-07-24 11:53 Sam James
2024-07-24 11:53 Sam James
2024-07-24 11:53 Sam James
2024-07-24 10:50 Jakov Smolić
2024-07-24 10:50 Jakov Smolić
2024-05-02  4:32 Sam James
2024-01-26  2:09 Ionen Wolkens
2024-01-10 15:03 Sam James
2023-11-30  2:08 Sam James
2023-08-02  4:51 Arthur Zamarin
2023-07-24 10:05 Jakov Smolić
2023-07-24  9:25 Jakov Smolić
2023-06-15  0:23 Sam James
2023-05-13 21:36 Andreas Sturmlechner
2023-05-12 20:31 Sam James
2023-05-12 20:26 Sam James
2023-05-12 20:26 Sam James
2023-05-12 20:26 Sam James
2023-05-12 20:26 Sam James
2023-05-12 20:26 Sam James
2023-05-12 20:26 Sam James
2023-05-12 20:26 Sam James
2023-01-21 19:41 Arthur Zamarin
2023-01-17 19:52 Arthur Zamarin
2023-01-13 14:30 Arthur Zamarin
2023-01-13 14:30 Arthur Zamarin
2022-12-13 22:54 Sam James
2022-12-13 21:04 Sam James
2022-12-10  4:12 Sam James
2022-12-03 17:01 Michał Górny
2022-12-03 16:10 Arthur Zamarin
2022-12-02 18:50 Arthur Zamarin
2022-12-01 15:52 Jakov Smolić
2022-12-01 15:40 Jakov Smolić
2022-12-01  9:23 Jakov Smolić
2022-12-01  9:23 Jakov Smolić
2022-12-01  9:23 Jakov Smolić
2022-11-25 11:50 Arthur Zamarin
2022-11-25  9:59 Arthur Zamarin
2022-11-25  9:59 Arthur Zamarin
2022-11-25  7:05 Sam James
2022-11-25  5:23 Sam James
2022-11-25  5:21 Sam James
2022-11-25  5:21 Sam James
2022-10-22 10:19 Michał Górny
2022-10-22  7:46 Arthur Zamarin
2022-10-04 11:17 Sam James
2022-10-04 11:16 Sam James
2022-06-30  7:03 Agostino Sarubbo
2022-06-30  7:02 Agostino Sarubbo
2022-06-29 10:05 Agostino Sarubbo
2022-06-29  7:53 Agostino Sarubbo
2022-06-29  7:52 Agostino Sarubbo
2022-06-28 19:07 Arthur Zamarin
2022-06-28 16:30 Arthur Zamarin
2022-05-28  5:28 Sam James
2022-05-21  0:13 Sam James
2022-05-09  5:29 WANG Xuerui
2021-06-03 18:52 Michał Górny
2021-06-03 16:26 Sam James
2021-05-31 17:43 Sergei Trofimovich
2021-05-31  7:58 Sam James
2021-05-31  7:58 Sam James
2021-05-30  9:59 Sam James
2021-05-30  9:59 Sam James
2021-05-30  9:59 Sam James
2021-04-20 13:45 Sam James
2021-04-14 22:18 Sam James
2021-04-14 22:18 Sam James
2021-02-06 14:20 Sam James
2021-02-06 14:15 Sam James
2021-01-31 18:48 Sam James
2021-01-28 17:38 Sergei Trofimovich
2021-01-25 21:57 Andreas K. Hüttel
2021-01-24 21:52 Sam James
2021-01-24 19:31 Sam James
2021-01-24 13:35 Sam James
2021-01-24 13:31 Sam James
2021-01-24 13:31 Sam James
2021-01-24  4:11 Sam James
2021-01-06 14:27 Fabian Groffen
2020-12-27 17:47 Fabian Groffen
2020-12-20 14:05 Lars Wendler
2020-07-21 23:15 Kent Fredric
2019-11-27 13:44 Mikle Kolyada
2019-11-27 13:44 Mikle Kolyada
2019-11-27 13:44 Mikle Kolyada
2019-11-19 19:45 Sergei Trofimovich
2019-11-17  7:21 Matt Turner
2019-11-14 11:55 Agostino Sarubbo
2019-11-13  7:44 Agostino Sarubbo
2019-11-13  7:39 Agostino Sarubbo
2019-11-13  1:26 Aaron Bauman
2019-11-12 15:08 Agostino Sarubbo
2019-11-12 10:16 Agostino Sarubbo
2019-11-12 10:13 Agostino Sarubbo
2019-11-12 10:05 Agostino Sarubbo
2019-11-05 18:31 Michał Górny
2019-11-04 12:50 Lars Wendler
2019-11-03 13:43 Mikle Kolyada
2019-11-03 13:43 Mikle Kolyada
2019-11-03 13:43 Mikle Kolyada
2019-09-21  7:23 Matt Turner
2019-09-20  6:39 Sergei Trofimovich
2019-09-13 12:04 Agostino Sarubbo
2019-09-05 15:14 Agostino Sarubbo
2019-09-05 11:35 Agostino Sarubbo
2019-09-05  7:46 Agostino Sarubbo
2019-09-05  7:45 Agostino Sarubbo
2019-09-05  7:44 Agostino Sarubbo
2019-09-04  5:58 Mikle Kolyada
2019-09-03 22:51 Aaron Bauman
2019-08-09 16:11 Sergei Trofimovich
2019-08-06 11:44 Agostino Sarubbo
2019-08-06  9:52 Agostino Sarubbo
2019-08-06  9:42 Agostino Sarubbo
2019-08-06  9:39 Agostino Sarubbo
2019-08-06  8:01 Agostino Sarubbo
2019-08-06  7:51 Agostino Sarubbo
2019-08-06  7:22 Agostino Sarubbo
2019-08-05 22:04 Sergei Trofimovich
2019-08-05  2:50 Aaron Bauman
2019-07-08 12:32 Lars Wendler
2019-04-17 23:24 Thomas Deutschmann
2019-04-17 13:43 Mikle Kolyada
2019-04-17 12:30 Mikle Kolyada
2019-04-17 12:30 Mikle Kolyada
2019-04-17 12:30 Mikle Kolyada
2019-04-17 12:30 Mikle Kolyada
2019-04-10 22:03 Sergei Trofimovich
2019-04-08 18:27 Markus Meier
2019-04-08  8:39 Mart Raudsepp
2019-04-07 20:52 Sergei Trofimovich
2019-03-29  4:41 Matt Turner
2019-03-29  4:41 Matt Turner
2019-03-27 23:44 Thomas Deutschmann
2019-03-27 20:04 Agostino Sarubbo
2019-03-26 20:28 Aaron Bauman
2018-12-27 18:48 Fabian Groffen
2018-11-11 22:30 Lars Wendler
2018-10-20 15:26 Andreas Sturmlechner
2018-10-18 10:41 Fabian Groffen
2018-10-14  9:10 Mikle Kolyada
2018-10-02 14:02 Tobias Klausmann
2018-09-24 18:17 Markus Meier
2018-09-22 11:10 Sergei Trofimovich
2018-09-19 19:51 Sergei Trofimovich
2018-09-19 17:35 Thomas Deutschmann
2018-09-19  8:42 Sergei Trofimovich
2018-09-19  7:39 Mikle Kolyada
2018-09-18 20:21 Mart Raudsepp
2018-09-18 17:15 Matt Turner
2018-09-18 17:15 Matt Turner
2018-09-18 16:24 Andreas Sturmlechner
2018-06-11 15:15 Aaron Bauman
2018-05-29  1:04 Mike Frysinger
2018-04-22 19:18 Matt Turner
2018-04-08 10:55 Markus Meier
2018-04-01 14:22 Sergei Trofimovich
2018-03-31 14:17 Tobias Klausmann
2018-03-30 20:18 Sergei Trofimovich
2018-03-28 19:45 Mart Raudsepp
2018-03-28 19:32 Sergei Trofimovich
2018-03-24 11:22 Sergei Trofimovich
2018-03-24  8:07 Mikle Kolyada
2018-02-16 15:30 Lars Wendler
2018-02-16 15:30 Lars Wendler
2018-01-30  6:38 Mike Frysinger
2017-11-26 23:06 David Seifert
2017-11-19 20:52 Lars Wendler
2017-09-27 20:31 Jeroen Roovers
2017-05-27 13:23 Tobias Klausmann
2017-05-26 18:31 Markus Meier
2017-05-26 14:59 Agostino Sarubbo
2017-05-26 14:05 Agostino Sarubbo
2017-05-24 13:46 Agostino Sarubbo
2017-05-24 13:42 Agostino Sarubbo
2017-05-22  7:35 Lars Wendler
2017-03-31  3:36 Mike Frysinger
2017-03-28 22:21 Michael Weber
2017-03-21 15:46 Michael Haubenwallner
2017-02-20 10:04 Agostino Sarubbo
2017-01-09 13:44 Jeroen Roovers
2016-12-15 19:22 Mike Frysinger
2016-11-29 17:44 Markus Meier
2016-11-23  9:20 Tobias Klausmann
2016-11-21 17:08 Agostino Sarubbo
2016-11-21 17:08 Agostino Sarubbo
2016-11-21 10:46 Lars Wendler
2016-07-10  8:48 Markus Meier
2016-03-15 16:38 Agostino Sarubbo
2016-03-14 18:51 Tobias Klausmann
2016-03-11 16:39 Markus Meier
2016-03-08 13:41 Jeroen Roovers
2016-03-07  8:04 Agostino Sarubbo
2015-09-13 19:51 Lars Wendler
2015-09-13 12:40 Lars Wendler
2015-08-31  9:58 Lars Wendler

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=1694659780.5ec0fbf6a6f71c62179ef3e7b6bdd6ca26ad287b.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