diff options
Diffstat (limited to 'kde-base/libkcddb/libkcddb-4.3.0.ebuild')
| -rw-r--r-- | kde-base/libkcddb/libkcddb-4.3.0.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/kde-base/libkcddb/libkcddb-4.3.0.ebuild b/kde-base/libkcddb/libkcddb-4.3.0.ebuild new file mode 100644 index 00000000000..dec2d79ecc1 --- /dev/null +++ b/kde-base/libkcddb/libkcddb-4.3.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +KMNAME="kdemultimedia" +inherit kde4-meta + +DESCRIPTION="KDE library for CDDB" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug musicbrainz" + +# tests fail / timeout, last checked for 4.2.89 +RESTRICT=test + +DEPEND=" + musicbrainz? ( media-libs/musicbrainz:1 ) +" +RDEPEND="${DEPEND}" + +KMSAVELIBS="true" + +src_prepare() { + kde4-meta_src_prepare + + # Remove compile-time dep on LibKNotificationItem + sed -i -e '/LibKNotificationItem-1/s/^/#DONOTNEED /' CMakeLists.txt +} +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with musicbrainz MusicBrainz)" + + kde4-meta_src_configure +} |
