diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-02-13 02:00:52 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-02-13 02:00:52 +0000 |
commit | 608073e00419d2707f1faa9f48f9166b681efa82 (patch) | |
tree | 2576cb5d9cbc7750c69bfc3cc5553ccdeb2c9800 /kde-base | |
parent | Stable on sparc wrt security bug #80602. (diff) | |
download | gentoo-2-608073e00419d2707f1faa9f48f9166b681efa82.tar.gz gentoo-2-608073e00419d2707f1faa9f48f9166b681efa82.tar.bz2 gentoo-2-608073e00419d2707f1faa9f48f9166b681efa82.zip |
Rearrange configure options.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kdemultimedia/kdemultimedia-3.4.0_beta2.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/kde-base/kdemultimedia/kdemultimedia-3.4.0_beta2.ebuild b/kde-base/kdemultimedia/kdemultimedia-3.4.0_beta2.ebuild index dbc22e7a2f0f..b3adae13c061 100644 --- a/kde-base/kdemultimedia/kdemultimedia-3.4.0_beta2.ebuild +++ b/kde-base/kdemultimedia/kdemultimedia-3.4.0_beta2.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/kdemultimedia/kdemultimedia-3.4.0_beta2.ebuild,v 1.2 2005/02/11 11:43:54 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-3.4.0_beta2.ebuild,v 1.3 2005/02/13 02:00:52 greg_g Exp $ inherit kde-dist eutils flag-o-matic @@ -38,14 +38,12 @@ src_compile() { use xine || DO_NOT_COMPILE="$DO_NOT_COMPILE xine_artsplugin" myconf="${myconf} --with-cdparanoia --enable-cdparanoia" + myconf="${myconf} $(use_with alsa arts-alsa) $(use_with alsa)" + myconf="${myconf} $(use_with oggvorbis vorbis) $(use_with encode lame)" # make -j2 fails, at least on ppc use ppc && export MAKEOPTS="$MAKEOPTS -j1" use hppa && append-flags -ffunction-sections - use alsa && myconf="$myconf --with-alsa --with-arts-alsa" || myconf="$myconf --without-alsa --disable-alsa" - use oggvorbis && myconf="$myconf --with-vorbis=/usr" || myconf="$myconf --without-vorbis" - use encode && myconf="$myconf --with-lame=/usr" || myconf="$myconf --without-lame" - kde_src_compile } |