From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22B2015852A for ; Thu, 15 Aug 2024 17:48:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B3C0E29E4; Thu, 15 Aug 2024 17:48:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1200DE29E4 for ; Thu, 15 Aug 2024 17:48:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4F5734308C for ; Thu, 15 Aug 2024 17:48:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A77041EF6 for ; Thu, 15 Aug 2024 17:48:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1723744010.8ef167548d8079c55ada89029844ccb9b290590d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kio-blender-thumbnailer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/kio-blender-thumbnailer/Manifest media-gfx/kio-blender-thumbnailer/kio-blender-thumbnailer-24.05.2.ebuild media-gfx/kio-blender-thumbnailer/metadata.xml X-VCS-Directories: media-gfx/kio-blender-thumbnailer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8ef167548d8079c55ada89029844ccb9b290590d X-VCS-Branch: master Date: Thu, 15 Aug 2024 17:48:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 68af6f8d-3693-40aa-ba17-3bb61672e3ee X-Archives-Hash: 3c12a02ed3e2e42c4b23f47a51e6c8e7 commit: 8ef167548d8079c55ada89029844ccb9b290590d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 15 08:17:56 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 15 17:46:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef16754 media-gfx/kio-blender-thumbnailer: new package, add 24.05.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/kio-blender-thumbnailer/Manifest | 1 + .../kio-blender-thumbnailer-24.05.2.ebuild | 36 ++++++++++++++++++++++ media-gfx/kio-blender-thumbnailer/metadata.xml | 12 ++++++++ 3 files changed, 49 insertions(+) diff --git a/media-gfx/kio-blender-thumbnailer/Manifest b/media-gfx/kio-blender-thumbnailer/Manifest new file mode 100644 index 000000000000..ecca1135028f --- /dev/null +++ b/media-gfx/kio-blender-thumbnailer/Manifest @@ -0,0 +1 @@ +DIST kdegraphics-thumbnailers-24.05.2.tar.xz 48756 BLAKE2B f5c2932c89fe38933c764171c31edfc0c11b7d6a34170e283a5f7ebc221866a2005897e580f1076b4a8bd9438d2fc39ff4b5da99abe90ce41c7465f35b7f6479 SHA512 eafc1eaf48fe7fef2556b1ba39beec0032b3fbc3ad01856517c86e6d56a2d24c488db9ca6cd9669a5b70c16ce44b6006c0a9e48216af08d03fbd805973158503 diff --git a/media-gfx/kio-blender-thumbnailer/kio-blender-thumbnailer-24.05.2.ebuild b/media-gfx/kio-blender-thumbnailer/kio-blender-thumbnailer-24.05.2.ebuild new file mode 100644 index 000000000000..d89b1ff9b941 --- /dev/null +++ b/media-gfx/kio-blender-thumbnailer/kio-blender-thumbnailer-24.05.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_NAME="kdegraphics-thumbnailers" +KFMIN=6.3.0 +QTMIN=6.6.2 +inherit ecm gear.kde.org + +DESCRIPTION="KIO thumbnail generator for Blender files" +HOMEPAGE="https://apps.kde.org/kdegraphics_thumbnailers/" + +LICENSE="GPL-2+" +SLOT="6" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui] + >=kde-frameworks/karchive-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 +" +RDEPEND="${DEPEND} + ! + + + + kde@gentoo.org + Gentoo KDE Project + + + https://bugs.kde.org/ + graphics/kdegraphics-thumbnailers + +