public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/kio-mobi-thumbnailer/, media-gfx/kio-raw-thumbnailer/, ...
Date: Wed, 20 Nov 2024 16:11:26 +0000 (UTC)	[thread overview]
Message-ID: <1732119066.ef4d24a7468d758012b8b42232580e94e7d1edba.asturm@gentoo> (raw)

commit:     ef4d24a7468d758012b8b42232580e94e7d1edba
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 21:34:28 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 16:11:06 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ef4d24a7

media-gfx/*-thumbnailer: Set -DDISABLE_BLENDER=ON

Upstream commit 5b392b693d082e99763a0b98201b7b4c475a0d3f

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/kio-mobi-thumbnailer/kio-mobi-thumbnailer-9999.ebuild | 8 +-------
 media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-9999.ebuild     | 8 +-------
 media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-9999.ebuild   | 8 +-------
 3 files changed, 3 insertions(+), 21 deletions(-)

diff --git a/media-gfx/kio-mobi-thumbnailer/kio-mobi-thumbnailer-9999.ebuild b/media-gfx/kio-mobi-thumbnailer/kio-mobi-thumbnailer-9999.ebuild
index dd3218921b..5b42933988 100644
--- a/media-gfx/kio-mobi-thumbnailer/kio-mobi-thumbnailer-9999.ebuild
+++ b/media-gfx/kio-mobi-thumbnailer/kio-mobi-thumbnailer-9999.ebuild
@@ -25,18 +25,12 @@ RDEPEND="${DEPEND}
 	!<kde-apps/thumbnailers-24.05.2-r1:6
 "
 
-src_prepare() {
-	ecm_src_prepare
-	ecm_punt_kf_module Archive
-}
-
 src_configure() {
 	local mycmakeargs=(
+		-DDISABLE_BLENDER=ON
 		-DBUILD_ps=OFF
-		-DBUILD_blend=OFF
 		-DCMAKE_DISABLE_FIND_PACKAGE_KExiv2Qt6=ON
 		-DCMAKE_DISABLE_FIND_PACKAGE_KDcrawQt6=ON
 	)
-
 	ecm_src_configure
 }

diff --git a/media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-9999.ebuild b/media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-9999.ebuild
index 29283dbef1..008d9663aa 100644
--- a/media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-9999.ebuild
+++ b/media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-9999.ebuild
@@ -25,19 +25,13 @@ RDEPEND="${DEPEND}
 	app-text/ghostscript-gpl
 "
 
-src_prepare() {
-	ecm_src_prepare
-	ecm_punt_kf_module Archive
-}
-
 src_configure() {
 	local mycmakeargs=(
-		-DBUILD_blend=OFF
+		-DDISABLE_BLENDER=ON
 		-DDISABLE_MOBIPOCKET=ON
 		-DCMAKE_DISABLE_FIND_PACKAGE_QMobipocket6=ON
 		-DCMAKE_DISABLE_FIND_PACKAGE_KExiv2Qt6=ON
 		-DCMAKE_DISABLE_FIND_PACKAGE_KDcrawQt6=ON
 	)
-
 	ecm_src_configure
 }

diff --git a/media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-9999.ebuild b/media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-9999.ebuild
index 9e2b12d531..8756396d22 100644
--- a/media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-9999.ebuild
+++ b/media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-9999.ebuild
@@ -26,18 +26,12 @@ RDEPEND="${DEPEND}
 	!<kde-apps/thumbnailers-24.05.2-r1:6
 "
 
-src_prepare() {
-	ecm_src_prepare
-	ecm_punt_kf_module Archive
-}
-
 src_configure() {
 	local mycmakeargs=(
-		-DBUILD_blend=OFF
+		-DDISABLE_BLENDER=ON
 		-DBUILD_ps=OFF
 		-DDISABLE_MOBIPOCKET=ON
 		-DCMAKE_DISABLE_FIND_PACKAGE_QMobipocket6=ON
 	)
-
 	ecm_src_configure
 }


                 reply	other threads:[~2024-11-20 16:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1732119066.ef4d24a7468d758012b8b42232580e94e7d1edba.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox