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 A21AB15852A for ; Thu, 15 Aug 2024 07:39:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD2BFE29E7; Thu, 15 Aug 2024 07:39:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99162E29E7 for ; Thu, 15 Aug 2024 07:39:50 +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 CDB6D343017 for ; Thu, 15 Aug 2024 07:39:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5886E1EEC for ; Thu, 15 Aug 2024 07:39:48 +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: <1723707420.b9122cef00f85ea9d5fa11fea4200cab49a7e4f1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/kio-raw-thumbnailer/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-9999.ebuild media-gfx/kio-raw-thumbnailer/metadata.xml X-VCS-Directories: media-gfx/kio-raw-thumbnailer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b9122cef00f85ea9d5fa11fea4200cab49a7e4f1 X-VCS-Branch: master Date: Thu, 15 Aug 2024 07:39:48 +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: 2234e4cc-a601-4fda-9b1c-0c12cf3ce4f4 X-Archives-Hash: 87832b59a80d0d6ce89ace54a6758f77 commit: b9122cef00f85ea9d5fa11fea4200cab49a7e4f1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 11 21:02:29 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 15 07:37:00 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b9122cef media-gfx/kio-raw-thumbnailer: new package, add 9999 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kio-raw-thumbnailer-9999.ebuild | 43 ++++++++++++++++++++++ media-gfx/kio-raw-thumbnailer/metadata.xml | 12 ++++++ 2 files changed, 55 insertions(+) diff --git a/media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-9999.ebuild b/media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-9999.ebuild new file mode 100644 index 0000000000..9e2b12d531 --- /dev/null +++ b/media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-9999.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_NAME="kdegraphics-thumbnailers" +PVCUT=$(ver_cut 1-3) +KFMIN=6.5.0 +QTMIN=6.7.2 +inherit ecm gear.kde.org + +DESCRIPTION="KIO thumbnail generator for RAW files" +HOMEPAGE="https://apps.kde.org/kdegraphics_thumbnailers/" + +LICENSE="GPL-2+" +SLOT="6" +KEYWORDS="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui] + >=kde-apps/libkdcraw-${PVCUT}:6 + >=kde-apps/libkexiv2-${PVCUT}:6 + >=kde-frameworks/kio-${KFMIN}:6 +" +RDEPEND="${DEPEND} + ! + + + + kde@gentoo.org + Gentoo KDE Project + + + https://bugs.kde.org/ + graphics/kdegraphics-thumbnailers + +