From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E5439158074 for ; Fri, 04 Jul 2025 18:37:13 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D11E73420F2 for ; Fri, 04 Jul 2025 18:37:13 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C590F110560; Fri, 04 Jul 2025 18:37:03 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B7BA4110560 for ; Fri, 04 Jul 2025 18:37:03 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7589B3420D1 for ; Fri, 04 Jul 2025 18:37:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A81E2D4F for ; Fri, 04 Jul 2025 18:37:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1751654154.062a7c9614e868e639bd2cd29b62369cf79d970d.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 062a7c9614e868e639bd2cd29b62369cf79d970d X-VCS-Branch: master Date: Fri, 04 Jul 2025 18:37:01 +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: 84644777-37b3-41c0-b4aa-e51769c643bb X-Archives-Hash: 77bf98858dc0dd130af5f45a3596e11b commit: 062a7c9614e868e639bd2cd29b62369cf79d970d Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Mon Jun 30 21:49:28 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 4 18:35:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062a7c96 sci-astronomy/siril: update dependencies Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Part-of: https://github.com/gentoo/gentoo/pull/42819 Signed-off-by: Sam James gentoo.org> sci-astronomy/siril/siril-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sci-astronomy/siril/siril-9999.ebuild b/sci-astronomy/siril/siril-9999.ebuild index 45a33620fe6d..fddaf61b2382 100644 --- a/sci-astronomy/siril/siril-9999.ebuild +++ b/sci-astronomy/siril/siril-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit meson optfeature toolchain-funcs xdg +inherit meson toolchain-funcs xdg DESCRIPTION="A free astronomical image processing software" HOMEPAGE="https://siril.org/" @@ -25,11 +25,10 @@ IUSE="curl exif ffmpeg git heif jpeg jpegxl openmp png raw tiff" # gui-libs/gtksourceview if version 5 is supported by upstream. DEPEND=" >=dev-libs/glib-2.56.0:2 - >=dev-libs/json-glib-1.2.6 >=dev-libs/yyjson-0.10.0:= media-libs/lcms:= media-libs/librtprocess - >=media-libs/opencv-4.2.0:= + >=media-libs/opencv-4.2.0:=[features2d] >=sci-astronomy/wcslib-7.12:= sci-libs/cfitsio:= sci-libs/fftw:3.0= @@ -93,5 +92,4 @@ pkg_postinst() { xdg_desktop_database_update xdg_icon_cache_update xdg_mimeinfo_database_update - optfeature "gnuplot support" sci-visualization/gnuplot }