Skip to content

Commit

Permalink
media-gfx/*-thumbnailer: Set -DDISABLE_BLENDER=ON
Browse files Browse the repository at this point in the history
Upstream commit 5b392b693d082e99763a0b98201b7b4c475a0d3f

Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Nov 20, 2024
1 parent 9c03c19 commit ef4d24a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
8 changes: 1 addition & 7 deletions media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit ef4d24a

Please sign in to comment.