You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-apps/audiocd-kio/audiocd-kio-16.08.3.ebuild

34 lines
664 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id: 3d959dc97b73eae069d46bf048bdb2fac4e743f2 $
EAPI=6
KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="KDE kioslaves from the kdemultimedia package"
KEYWORDS="amd64 ~arm x86"
IUSE="debug flac vorbis"
DEPEND="
$(add_kdeapps_dep libkcddb)
$(add_kdeapps_dep libkcompactdisc)
media-sound/cdparanoia
flac? ( >=media-libs/flac-1.1.2 )
vorbis? (
media-libs/libogg
media-libs/libvorbis
)
"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DWITH_Flac=$(usex flac)
-DWITH_OggVorbis=$(usex vorbis)
)
kde4-base_src_configure
}