2013-07-03 02:05:21 +04:00
|
|
|
# Copyright 1999-2013 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2013-08-05 10:38:22 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/libkcddb-4.10.5.ebuild,v 1.5 2013/08/02 14:29:35 ago Exp $
|
2013-07-03 02:05:21 +04:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
|
|
|
inherit kde4-base
|
|
|
|
|
|
|
|
DESCRIPTION="KDE library for CDDB"
|
2013-08-05 10:38:22 +04:00
|
|
|
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
|
2013-07-03 02:05:21 +04:00
|
|
|
IUSE="debug musicbrainz"
|
|
|
|
|
|
|
|
# tests require network access and compare static data with online data
|
|
|
|
# bug 280996
|
|
|
|
RESTRICT=test
|
|
|
|
|
|
|
|
DEPEND="
|
|
|
|
musicbrainz? ( media-libs/musicbrainz:5 )
|
|
|
|
"
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
add_blocker kscd "<4.8.50"
|
|
|
|
add_blocker kdemultimedia-kioslaves
|
|
|
|
|
|
|
|
KMSAVELIBS="true"
|
|
|
|
|
|
|
|
src_configure() {
|
|
|
|
mycmakeargs=(
|
|
|
|
$(cmake-utils_use_with musicbrainz MusicBrainz5)
|
|
|
|
)
|
|
|
|
|
|
|
|
kde4-base_src_configure
|
|
|
|
}
|