aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-11 19:40:04 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-11 19:40:04 +0100
commit63968fa092e3cc265a106844f8a6648c399f772f (patch)
tree319bff37f0f7ef619f86d88002429fa8df56b08f /media-sound/krecorder
parentmedia-sound/kasts: Add 24.12 stable branch (diff)
downloadkde-63968fa092e3cc265a106844f8a6648c399f772f.tar.gz
kde-63968fa092e3cc265a106844f8a6648c399f772f.tar.bz2
kde-63968fa092e3cc265a106844f8a6648c399f772f.zip
media-sound/krecorder: Add 24.12 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/krecorder')
-rw-r--r--media-sound/krecorder/krecorder-24.12.49.9999.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/media-sound/krecorder/krecorder-24.12.49.9999.ebuild b/media-sound/krecorder/krecorder-24.12.49.9999.ebuild
new file mode 100644
index 0000000000..ae4011e7a6
--- /dev/null
+++ b/media-sound/krecorder/krecorder-24.12.49.9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY="utilities"
+KFMIN=6.5.0
+QTMIN=6.7.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="Convergent audio recording application for Plasma"
+HOMEPAGE="https://apps.kde.org/krecorder/"
+
+LICENSE="CC0-1.0 CC-BY-4.0 GPL-3+"
+SLOT="0"
+KEYWORDS=""
+
+DEPEND="
+ dev-libs/kirigami-addons:6
+ >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=dev-qt/qtmultimedia-${QTMIN}:6[qml]
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+ >=dev-qt/qtsvg-${QTMIN}:6
+ >=kde-frameworks/kirigami-${KFMIN}:6
+"
+BDEPEND=">=kde-frameworks/ki18n-${KFMIN}:6"