# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # Tests require lots of disk space CHECKREQS_DISK_BUILD=10G inherit check-reqs cmake optfeature virtualx xdg-utils DESCRIPTION="Extracts audio tracks from an audio CD image to separate tracks" HOMEPAGE="https://flacon.github.io/" SRC_URI="https://github.com/flacon/flacon/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="test" BDEPEND=" dev-qt/qttools:6[linguist] virtual/pkgconfig " # tests hang with sox-14.6.0.2. Live branch of flacon gets around this somehow. RDEPEND=" app-i18n/uchardet dev-qt/qtbase:6[gui,network,widgets,concurrent] media-libs/taglib:=