summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2002-10-08 18:52:15 +0000
committerHannes Mehnert <hannes@gentoo.org>2002-10-08 18:52:15 +0000
commit3b8808166e7f8905d78b01969ddf9a379a15ef17 (patch)
tree347bcf73d060c6ddf811e8e4fb9ad76efe936ac9 /media-sound
parentVersion bumped usermode-sources (diff)
downloadhistorical-3b8808166e7f8905d78b01969ddf9a379a15ef17.tar.gz
historical-3b8808166e7f8905d78b01969ddf9a379a15ef17.tar.bz2
historical-3b8808166e7f8905d78b01969ddf9a379a15ef17.zip
stl support is broken, added --without-stl to configure
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/apollo/ChangeLog5
-rw-r--r--media-sound/apollo/apollo-1.4.1.ebuild14
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"