diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-11-06 09:00:44 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-11-06 09:00:44 +0000 |
commit | b8f4e930fe97de344e83b4054ceec41d66f913cc (patch) | |
tree | 43d5417efc35aa5c4125501f613d6dc55d51ee6f /kde-base/akode/akode-3.4.3.ebuild | |
parent | add support for nightly binutils cvs snapshots and initial support for live cvs (diff) | |
download | gentoo-2-b8f4e930fe97de344e83b4054ceec41d66f913cc.tar.gz gentoo-2-b8f4e930fe97de344e83b4054ceec41d66f913cc.tar.bz2 gentoo-2-b8f4e930fe97de344e83b4054ceec41d66f913cc.zip |
Fix compilation without arts (#109579).
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'kde-base/akode/akode-3.4.3.ebuild')
-rw-r--r-- | kde-base/akode/akode-3.4.3.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/kde-base/akode/akode-3.4.3.ebuild b/kde-base/akode/akode-3.4.3.ebuild index 19b1a0c8b8a2..c69091e56aaa 100644 --- a/kde-base/akode/akode-3.4.3.ebuild +++ b/kde-base/akode/akode-3.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akode/akode-3.4.3.ebuild,v 1.2 2005/10/13 15:08:44 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/akode/akode-3.4.3.ebuild,v 1.3 2005/11/06 09:00:44 greg_g Exp $ KMNAME=kdemultimedia MAXKDEVER=$PV @@ -23,7 +23,14 @@ DEPEND="arts? ( $(deprange $PV $MAXKDEVER kde-base/arts) $(deprange 3.4.1 $MAXKD # MISSING: polypaudio - no gentoo ebuild as yet # TODO: configure needs a pkg-config file for media-sound/jack to detect it -KMCOPYLIB="libartsbuilder arts/runtime" +src_unpack() { + if use arts; then + KMCOPYLIB="${KMCOPYLIB} + libartsbuilder arts/runtime" + fi + + kde-meta_src_unpack +} src_compile() { use speex && myconf="$myconf --with-extra-includes=/usr/include/speex" |