diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-10-08 18:52:15 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-10-08 18:52:15 +0000 |
commit | e484cb55dc1648e75d801e7f6cb5da2eb96dd289 (patch) | |
tree | a52d0989455db5fc3e841cf0e582a9976087c183 /media-sound/apollo | |
parent | Version bumped usermode-sources (diff) | |
download | gentoo-2-e484cb55dc1648e75d801e7f6cb5da2eb96dd289.tar.gz gentoo-2-e484cb55dc1648e75d801e7f6cb5da2eb96dd289.tar.bz2 gentoo-2-e484cb55dc1648e75d801e7f6cb5da2eb96dd289.zip |
stl support is broken, added --without-stl to configure
Diffstat (limited to 'media-sound/apollo')
-rw-r--r-- | media-sound/apollo/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/apollo/apollo-1.4.1.ebuild | 14 |
2 files changed, 10 insertions, 9 deletions
diff --git a/media-sound/apollo/ChangeLog b/media-sound/apollo/ChangeLog index 4e9a42724557..bbfd341ff85f 100644 --- a/media-sound/apollo/ChangeLog +++ b/media-sound/apollo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/apollo # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-sound/apollo/ChangeLog,v 1.3 2002/10/04 20:25:59 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/apollo/ChangeLog,v 1.4 2002/10/08 18:52:15 hannes Exp $ + + 08 Oct 2002; Hannes Mehnert <hannes@gentoo.org> apollo-1.4.1.ebuild, + ChangeLog: added --without-stl, because stl support in apollo is broken. *apollo-1.4.1 (04 Oct 2002) diff --git a/media-sound/apollo/apollo-1.4.1.ebuild b/media-sound/apollo/apollo-1.4.1.ebuild index e37624995894..8e2cb058b4f3 100644 --- a/media-sound/apollo/apollo-1.4.1.ebuild +++ b/media-sound/apollo/apollo-1.4.1.ebuild @@ -1,13 +1,9 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/apollo/apollo-1.4.1.ebuild,v 1.2 2002/10/05 05:39:16 drobbins Exp $ +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/apollo/apollo-1.4.1.ebuild,v 1.3 2002/10/08 18:52:15 hannes Exp $ IUSE="kde qt" -#inherit kde-base -#use kde && inherit kde-base -#need-kde 3 - S=${WORKDIR}/${P}-1 DESCRIPTION="A Qt-based front-end to mpg123" SRC_URI="mirror://sourceforge/apolloplayer/apollo-src-1.4.1-1.tar.bz2" @@ -36,11 +32,13 @@ src_unpack() { src_compile() { local myconf - myconf="--without-kde" + myconf="--without-kde --without-stl" # use kde && kdeconf="--with-kde=$KDEDIR" || kdeconf="--without-kde" - myconf="$myconf $kdeconf" +#kde support currently does not work +# myconf="$myconf $kdeconf" use qt && myconf="$myconf --with-qt-dir=$QTDIR --with-qmake" || myconf="$myconf --with-tmake" # use stl && myconf="$myconf --with-stl" || myconf="$myconf --without-stl" +#stl support is broken # use buffer && myconf="$myconf --enable-buffer" || myconf="$myconf --disable-buffer" # use mad && myconf="$myconf --with-mad=/usr/lib" myconf="$myconf --with-mad=/usr/lib" |