diff options
Diffstat (limited to 'app-cdr/k3b/k3b-1.0.1-r1.ebuild')
-rw-r--r-- | app-cdr/k3b/k3b-1.0.1-r1.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app-cdr/k3b/k3b-1.0.1-r1.ebuild b/app-cdr/k3b/k3b-1.0.1-r1.ebuild index 457020fe8161..44334814b800 100644 --- a/app-cdr/k3b/k3b-1.0.1-r1.ebuild +++ b/app-cdr/k3b/k3b-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-1.0.1-r1.ebuild,v 1.3 2007/08/02 04:55:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-1.0.1-r1.ebuild,v 1.4 2007/11/18 20:44:17 aballier Exp $ inherit kde eutils @@ -74,6 +74,12 @@ pkg_setup() { die "Please, rebuild media-video/transcode with the \"dvdread\" USE flag." fi + if use flac && ! built_with_use --missing true media-libs/flac cxx; then + eerror "To build ${PN} with flac support you need the C++ bindings for flac." + eerror "Please enable the cxx USE flag for media-libs/flac" + die "Missing FLAC C++ bindings." + fi + use kde || elog "You haven't set the kde use flag. k3bsetup won't be installed." kde_pkg_setup |