kde-apps/libkcompactdisc: drop 25.04.3

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-10-21 12:23:18 +02:00
parent 62451771fe
commit 9e87671c0f
2 changed files with 0 additions and 33 deletions

View File

@@ -1,2 +1 @@
DIST libkcompactdisc-25.04.3.tar.xz 100696 BLAKE2B 93d378163669450f9c189998e12c1a9c4338cd2fb5042498d373daee4c816b7439fc355ab021b07a9600e8864f229ccc39206a0f0125860babcee356806a5652 SHA512 01fe5269c831850fd401d7129bdec1922528150d664fa21c38583b69d0f06312152c3687cd8fb4289c59d53c717ebab6e43e3cf8b971310c5a9800b7c9d8edfa
DIST libkcompactdisc-25.08.2.tar.xz 100664 BLAKE2B a2184732aa0e2553019df24dfc391bb63f67b8d4eb7203ba9ae64c902c9587ca629c3fc21a000caa36bc5c6323c43c1aaf15621ae1d8b935953518a631e64b6d SHA512 fa8fda7e841ce8aa582a5ee4690c5c6d2021c4a18f2bd77fef53494fb4ceae82fdf764fac80d44b07142dbacd7333ea23e886fc73b37de28f325a3147bc918d6

View File

@@ -1,32 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_TEST="true"
KFMIN=6.13.0
QTMIN=6.7.2
inherit ecm gear.kde.org
DESCRIPTION="Library for playing & ripping CDs"
LICENSE="GPL-2+ LGPL-2+"
SLOT="6"
KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
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
}