commit: e2288dc3af6975d3b4a6128ed3071ee5655863a6 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Aug 29 21:35:56 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Aug 29 21:40:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2288dc3
media-video/ffmpegthumbnailer: Drop IUSE gnome Unconditionally register as thumbnailer instead. Bug: https://bugs.gentoo.org/688050 Closes: https://bugs.gentoo.org/833263 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r2.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r2.ebuild b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r2.ebuild index 87077b6ce2fe..9f396989f269 100644 --- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r2.ebuild +++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2-r2.ebuild @@ -12,11 +12,10 @@ SRC_URI="https://github.com/dirkvdb/${PN}/releases/download/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86" -IUSE="gnome gtk jpeg png test" +IUSE="gtk jpeg png test" RESTRICT="!test? ( test )" -REQUIRED_USE="gnome? ( gtk ) - test? ( png jpeg )" +REQUIRED_USE="test? ( png jpeg )" BDEPEND="virtual/pkgconfig" RDEPEND=" @@ -35,7 +34,7 @@ src_configure() { local mycmakeargs=( -DENABLE_GIO=$(usex gtk) -DENABLE_TESTS=$(usex test) - -DENABLE_THUMBNAILER=$(usex gnome) + -DENABLE_THUMBNAILER=ON -DHAVE_JPEG=$(usex jpeg) -DHAVE_PNG=$(usex png) )
