diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-07-24 20:45:51 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-07-25 14:55:05 +0200 |
| commit | f39af2ca3e89bc320893e94f1920539819cd22f3 (patch) | |
| tree | f5faeb2087556fcbf137fdc4abcc5fa2fe4ae490 | |
| parent | 671785bce0581ea716304bcb187396f4340c5f81 (diff) | |
| download | kde-f39af2ca3e89bc320893e94f1920539819cd22f3.tar.gz kde-f39af2ca3e89bc320893e94f1920539819cd22f3.tar.bz2 kde-f39af2ca3e89bc320893e94f1920539819cd22f3.zip | |
kde-apps/libkcompactdisc: Add 25.08 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-apps/libkcompactdisc/libkcompactdisc-25.08.49.9999.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/libkcompactdisc/libkcompactdisc-25.08.49.9999.ebuild b/kde-apps/libkcompactdisc/libkcompactdisc-25.08.49.9999.ebuild new file mode 100644 index 00000000000..8903ee32667 --- /dev/null +++ b/kde-apps/libkcompactdisc/libkcompactdisc-25.08.49.9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +KFMIN=6.16.0 +QTMIN=6.9.1 +inherit ecm gear.kde.org + +DESCRIPTION="Library for playing & ripping CDs" + +LICENSE="GPL-2+ LGPL-2+" +SLOT="6" +KEYWORDS="" +IUSE="alsa" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus] + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/solid-${KFMIN}:6 + >=media-libs/phonon-4.12.0[qt6(+)] + alsa? ( media-libs/alsa-lib ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package alsa ALSA) + ) + ecm_src_configure +} |
