From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A00A158095 for ; Fri, 30 Sep 2022 03:43:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83A3E2BC061; Fri, 30 Sep 2022 03:43:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6973B2BC061 for ; Fri, 30 Sep 2022 03:43:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D2CC341098 for ; Fri, 30 Sep 2022 03:43:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D312E5EB for ; Fri, 30 Sep 2022 03:43:30 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1664509346.28348cffc8cb465f23a464ad88d5abee71c8728d.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/jpegpixi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/jpegpixi/jpegpixi-1.1.1-r1.ebuild X-VCS-Directories: media-gfx/jpegpixi/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 28348cffc8cb465f23a464ad88d5abee71c8728d X-VCS-Branch: master Date: Fri, 30 Sep 2022 03:43:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d26c1df8-bc81-44f7-84b8-3033f5d74237 X-Archives-Hash: 11e11abffbd143f4d316c863f47bc559 commit: 28348cffc8cb465f23a464ad88d5abee71c8728d Author: Ionen Wolkens gentoo org> AuthorDate: Fri Sep 30 02:39:31 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Sep 30 03:42:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28348cff media-gfx/jpegpixi: run eautoreconf for clang16 ./configure "works" without but misdetects ptrdiff_t leading to a failing attempt to redefine it during compile phase. Closes: https://bugs.gentoo.org/870733 Signed-off-by: Ionen Wolkens gentoo.org> media-gfx/jpegpixi/jpegpixi-1.1.1-r1.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/media-gfx/jpegpixi/jpegpixi-1.1.1-r1.ebuild b/media-gfx/jpegpixi/jpegpixi-1.1.1-r1.ebuild index 6e452e66ab7b..4e9c5fe03cdb 100644 --- a/media-gfx/jpegpixi/jpegpixi-1.1.1-r1.ebuild +++ b/media-gfx/jpegpixi/jpegpixi-1.1.1-r1.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit autotools + DESCRIPTION="Almost lossless JPEG pixel interpolator, for correcting digital camera defects" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="mirror://gentoo/${P}.tar.gz" @@ -14,6 +16,12 @@ KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" RDEPEND="media-libs/libjpeg-turbo:=" DEPEND="${RDEPEND}" +src_prepare() { + default + + eautoreconf #870733 +} + src_install() { dobin jpeg{hotp,pixi} doman man/jpeg{hotp,pixi}.1