commit: 26205e72619d9457d031a191a3224fbf26ecb537 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Thu Jan 1 21:44:55 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 1 23:08:52 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26205e72
sci-astronomy/siril: depend on x11-libs/gtksourceview:4 Closes: https://bugs.gentoo.org/968178 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Part-of: https://github.com/gentoo/gentoo/pull/45225 Closes: https://github.com/gentoo/gentoo/pull/45225 Signed-off-by: Sam James <sam <AT> gentoo.org> .../siril/{siril-1.4.0.ebuild => siril-1.4.0-r1.ebuild} | 9 ++++----- sci-astronomy/siril/siril-9999.ebuild | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/sci-astronomy/siril/siril-1.4.0.ebuild b/sci-astronomy/siril/siril-1.4.0-r1.ebuild similarity index 92% rename from sci-astronomy/siril/siril-1.4.0.ebuild rename to sci-astronomy/siril/siril-1.4.0-r1.ebuild index a688e728b19d..48e18e1587c2 100644 --- a/sci-astronomy/siril/siril-1.4.0.ebuild +++ b/sci-astronomy/siril/siril-1.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,8 +24,6 @@ LICENSE="GPL-3+ Boost-1.0" SLOT="0" IUSE="curl exif ffmpeg git heif jpeg jpegxl openmp png raw tiff" -# TODO: Siril depends optionally on gtksourceview-4, which is deprecated. Add -# gui-libs/gtksourceview if version 5 is supported by upstream. DEPEND=" >=dev-libs/glib-2.56.0:2 >=dev-libs/yyjson-0.10.0:= @@ -36,10 +34,11 @@ DEPEND=" sci-libs/cfitsio:= sci-libs/fftw:3.0= sci-libs/gsl:= - x11-libs/gdk-pixbuf:2 x11-libs/cairo - x11-libs/pango + x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.22.0:3 + x11-libs/gtksourceview:4 + x11-libs/pango virtual/zlib:= curl? ( net-misc/curl ) exif? ( >=media-gfx/exiv2-0.25:= ) diff --git a/sci-astronomy/siril/siril-9999.ebuild b/sci-astronomy/siril/siril-9999.ebuild index b1b752439299..0194ed3700ad 100644 --- a/sci-astronomy/siril/siril-9999.ebuild +++ b/sci-astronomy/siril/siril-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,8 +24,6 @@ LICENSE="GPL-3+ Boost-1.0" SLOT="0" IUSE="curl exif ffmpeg git heif jpeg jpegxl openmp png raw tiff" -# TODO: Siril depends optionally on gtksourceview-4, which is deprecated. Add -# gui-libs/gtksourceview if version 5 is supported by upstream. DEPEND=" >=dev-libs/glib-2.56.0:2 >=dev-libs/yyjson-0.10.0:= @@ -36,10 +34,11 @@ DEPEND=" sci-libs/cfitsio:= sci-libs/fftw:3.0= sci-libs/gsl:= - x11-libs/gdk-pixbuf:2 x11-libs/cairo - x11-libs/pango + x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.22.0:3 + x11-libs/gtksourceview:4 + x11-libs/pango virtual/zlib:= curl? ( net-misc/curl ) exif? ( >=media-gfx/exiv2-0.25:= )
