public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/, profiles/base/
@ 2023-12-15 20:55 Arthur Zamarin
  0 siblings, 0 replies; only message in thread
From: Arthur Zamarin @ 2023-12-15 20:55 UTC (permalink / raw
  To: gentoo-commits

commit:     0daaeca9fb2d1450d6ad3ae593ea4365a18abefe
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 20:53:39 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 20:55:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0daaeca9

media-gfx/darktable: remove IUSE=gmic

The package behind it, media-gfx/gmic, was masked and just
tree-cleaned. The use flag was already masked before, so this is
just a nop removal.

Bug: https://bugs.gentoo.org/916289
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-gfx/darktable/darktable-4.2.1.ebuild | 5 ++---
 media-gfx/darktable/darktable-4.4.2.ebuild | 5 ++---
 media-gfx/darktable/metadata.xml           | 1 -
 profiles/base/package.use.mask             | 4 ----
 4 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/media-gfx/darktable/darktable-4.2.1.ebuild b/media-gfx/darktable/darktable-4.2.1.ebuild
index 7a803774aebb..49a831c89ab6 100644
--- a/media-gfx/darktable/darktable-4.2.1.ebuild
+++ b/media-gfx/darktable/darktable-4.2.1.ebuild
@@ -35,7 +35,7 @@ else
 	LANGS=" cs de es fi fr he hu it ja nl pl pt-BR ru sl sq tr uk zh-CN zh-TW"
 fi
 
-IUSE="avif colord cpu_flags_x86_avx cpu_flags_x86_sse3 cups doc flickr gamepad geolocation gmic keyring gphoto2 graphicsmagick heif jpeg2k kwallet lto lua midi nls opencl openmp openexr test tools webp
+IUSE="avif colord cpu_flags_x86_avx cpu_flags_x86_sse3 cups doc flickr gamepad geolocation keyring gphoto2 graphicsmagick heif jpeg2k kwallet lto lua midi nls opencl openmp openexr test tools webp
 	${LANGS// / l10n_}"
 
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
@@ -80,7 +80,6 @@ DEPEND="dev-db/sqlite:3
 	flickr? ( media-libs/flickcurl )
 	gamepad? ( media-libs/libsdl2 )
 	geolocation? ( >=sci-geosciences/osm-gps-map-1.1.0 )
-	gmic? ( media-gfx/gmic )
 	keyring? ( >=app-crypt/libsecret-0.18 )
 	gphoto2? ( media-libs/libgphoto2:= )
 	graphicsmagick? ( media-gfx/graphicsmagick )
@@ -149,7 +148,7 @@ src_configure() {
 		-DUSE_CAMERA_SUPPORT=$(usex gphoto2)
 		-DUSE_COLORD=$(usex colord)
 		-DUSE_FLICKR=$(usex flickr)
-		-DUSE_GMIC=$(usex gmic)
+		-DUSE_GMIC=OFF
 		-DUSE_GRAPHICSMAGICK=$(usex graphicsmagick)
 		-DUSE_KWALLET=$(usex kwallet)
 		-DUSE_LIBSECRET=$(usex keyring)

diff --git a/media-gfx/darktable/darktable-4.4.2.ebuild b/media-gfx/darktable/darktable-4.4.2.ebuild
index fae521dd6702..59cff9becad9 100644
--- a/media-gfx/darktable/darktable-4.4.2.ebuild
+++ b/media-gfx/darktable/darktable-4.4.2.ebuild
@@ -35,7 +35,7 @@ else
 	LANGS=" de es fr he hu ja pl pt-BR sl sq uk zh-CN zh-TW"
 fi
 
-IUSE="avif colord cpu_flags_x86_avx cpu_flags_x86_sse3 cups doc gamepad geolocation gmic keyring gphoto2 graphicsmagick heif jpeg2k jpegxl kwallet lto lua midi nls opencl openmp openexr test tools webp
+IUSE="avif colord cpu_flags_x86_avx cpu_flags_x86_sse3 cups doc gamepad geolocation keyring gphoto2 graphicsmagick heif jpeg2k jpegxl kwallet lto lua midi nls opencl openmp openexr test tools webp
 	${LANGS// / l10n_}"
 
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
@@ -79,7 +79,6 @@ DEPEND="dev-db/sqlite:3
 	cups? ( net-print/cups )
 	gamepad? ( media-libs/libsdl2 )
 	geolocation? ( >=sci-geosciences/osm-gps-map-1.1.0 )
-	gmic? ( media-gfx/gmic )
 	keyring? ( >=app-crypt/libsecret-0.18 )
 	gphoto2? ( media-libs/libgphoto2:= )
 	graphicsmagick? ( media-gfx/graphicsmagick )
@@ -146,7 +145,7 @@ src_configure() {
 		-DUSE_AVIF=$(usex avif)
 		-DUSE_CAMERA_SUPPORT=$(usex gphoto2)
 		-DUSE_COLORD=$(usex colord)
-		-DUSE_GMIC=$(usex gmic)
+		-DUSE_GMIC=OFF
 		-DUSE_GRAPHICSMAGICK=$(usex graphicsmagick)
 		-DUSE_JXL=$(usex jpegxl)
 		-DUSE_KWALLET=$(usex kwallet)

diff --git a/media-gfx/darktable/metadata.xml b/media-gfx/darktable/metadata.xml
index 9b9fd1acd37e..3c374e9499ae 100644
--- a/media-gfx/darktable/metadata.xml
+++ b/media-gfx/darktable/metadata.xml
@@ -13,7 +13,6 @@
 		<flag name="flickr">Add support for uploading photos to flickr</flag>
 		<flag name="gamepad">Support using game controllers as input devices</flag>
 		<flag name="geolocation">Enable geotagging support</flag>
-		<flag name="gmic">Use the G'MIC image-processing framework (<pkg>media-gfx/gmic</pkg>), e.g. to support Colour LUTs compressed using their compression scheme</flag>
 		<flag name="kwallet">Enable encrypted storage of passwords with <pkg>kde-frameworks/kwallet</pkg></flag>
 		<flag name="lto">Enable link-time optimisations in the RawSpeed library</flag>
 		<flag name="midi">Support using MIDI input devices such as Behringer X-Touch Mini, Arturia Beatstep or Korg nanoKONTROL2, as input devices</flag>

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index a9d0ac6dd1c6..fc1ef621d64c 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -25,10 +25,6 @@ media-gfx/freecad qt6 python_single_target_python3_12
 # Only available for amd64.
 sys-apps/irqbalance thermal
 
-# Marek Szuba <marecki@gentoo.org> (2023-10-26)
-# media-gfx/gmic has been masked for removal, see Bug #916289.
-media-gfx/darktable gmic
-
 # hololeap <hololeap@protonmail.com> (2023-10-15)
 # Enabling these flags will create cycles in the dependency graph.
 # Maintainers may want to temporarily unmask these in order to run


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-15 20:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-15 20:55 [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/, profiles/base/ Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox