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 302FC15800A for ; Tue, 13 Jun 2023 06:32:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C8A2E087E; Tue, 13 Jun 2023 06:32:11 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B1DCE087E for ; Tue, 13 Jun 2023 06:32:11 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E1F634132A for ; Tue, 13 Jun 2023 06:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 445B5A66 for ; Tue, 13 Jun 2023 06:32:08 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1686637639.244dce0e6c8f39aa8d404a07de0f71da9d6b8c25.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/siril/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/siril/siril-9999.ebuild X-VCS-Directories: sci-astronomy/siril/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 244dce0e6c8f39aa8d404a07de0f71da9d6b8c25 X-VCS-Branch: master Date: Tue, 13 Jun 2023 06:32:08 +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: daacf129-5a94-4c30-a734-e72970d86a1a X-Archives-Hash: e145a13cccd6e2c8390c0d5a8f3f88ba commit: 244dce0e6c8f39aa8d404a07de0f71da9d6b8c25 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Thu Jun 1 20:05:48 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Tue Jun 13 06:27:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244dce0e sci-astronomy/siril: sync live Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/31269 Signed-off-by: Viorel Munteanu gentoo.org> sci-astronomy/siril/siril-9999.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sci-astronomy/siril/siril-9999.ebuild b/sci-astronomy/siril/siril-9999.ebuild index eeffd9b1d7ed..ae08398c3c70 100644 --- a/sci-astronomy/siril/siril-9999.ebuild +++ b/sci-astronomy/siril/siril-9999.ebuild @@ -13,19 +13,18 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://gitlab.com/free-astro/${PN}.git" else SRC_URI="https://gitlab.com/free-astro/siril/-/archive/${PV/_/-}/${PN}-${PV/_/-}.tar.bz2" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" S="${WORKDIR}/${PN}-${PV/_/-}" fi LICENSE="GPL-3+ Boost-1.0" SLOT="0" -IUSE="curl ffmpeg heif jpeg libconfig openmp png raw tiff wcs" +IUSE="curl exif ffmpeg heif jpeg libconfig openmp png raw tiff wcs" DEPEND=" >=dev-libs/glib-2.56.0:2 >=dev-libs/json-glib-1.2.6 dev-libs/sleef:= - >=media-gfx/exiv2-0.25 media-libs/librtprocess:= >=media-libs/opencv-4.4.0:= sci-libs/cfitsio @@ -34,6 +33,7 @@ DEPEND=" x11-libs/cairo >=x11-libs/gtk+-3.20.0:3 curl? ( net-misc/curl ) + exif? ( >=media-gfx/exiv2-0.25 ) ffmpeg? ( media-video/ffmpeg:= ) heif? ( media-libs/libheif ) libconfig? ( >=dev-libs/libconfig-1.4[cxx] ) @@ -46,7 +46,8 @@ DEPEND=" RDEPEND=" ${DEPEND} " -BDEPEND="x11-base/xorg-proto" +BDEPEND="dev-util/cmake + x11-base/xorg-proto" PATCHES=( "${FILESDIR}/${PN}-docfiles.patch" @@ -66,6 +67,7 @@ src_configure() { local emesonargs=( -Dffms2=false -Dcriterion=false + $(meson_use exif exiv2) $(meson_use ffmpeg) $(meson_use heif libheif) $(meson_use jpeg libjpeg)