summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-09-17 22:47:34 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-09-17 22:47:34 +0000
commita5937c29e6975e306f15e552bd7a2f420ddd1bf1 (patch)
tree0b482deeb63a4bb3a178b61b649c4d48d6f24423 /media-sound/alsaplayer
parentUpdated ebuild as suggested on bug #8033 (diff)
downloadhistorical-a5937c29e6975e306f15e552bd7a2f420ddd1bf1.tar.gz
historical-a5937c29e6975e306f15e552bd7a2f420ddd1bf1.tar.bz2
historical-a5937c29e6975e306f15e552bd7a2f420ddd1bf1.zip
qt purge
Diffstat (limited to 'media-sound/alsaplayer')
-rw-r--r--media-sound/alsaplayer/ChangeLog9
-rw-r--r--media-sound/alsaplayer/alsaplayer-0.99.71.20020607.ebuild10
2 files changed, 9 insertions, 10 deletions
diff --git a/media-sound/alsaplayer/ChangeLog b/media-sound/alsaplayer/ChangeLog
index ef180ba6848b..39aac9937555 100644
--- a/media-sound/alsaplayer/ChangeLog
+++ b/media-sound/alsaplayer/ChangeLog
@@ -1,9 +1,16 @@
# ChangeLog for media-sound/alsaplayer
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsaplayer/ChangeLog,v 1.6 2002/06/08 02:11:36 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsaplayer/ChangeLog,v 1.7 2002/09/17 22:47:34 seemant Exp $
*alsaplayer-0.99.71.20020607 (7 Jun 2002)
+ 17 Sep 2002; Seemant Kulleen <seemant@gentoo.org>
+ alsaplayer-0.99.71.20020607.ebuild :
+
+ Andy Lo-A-Foe (alsaplayer upstream author) informs me that the qt plugin
+ is no longer shipped with alsaplayer, so all qt stuff has gone from the
+ ebuild.
+
7 Jun 2002; Seemant Kulleen <seemant@gentoo.org>
alsaplayer-0.99.71.20020607.ebuild
files/digest-alsaplayer-0.99.71.20020607 :
diff --git a/media-sound/alsaplayer/alsaplayer-0.99.71.20020607.ebuild b/media-sound/alsaplayer/alsaplayer-0.99.71.20020607.ebuild
index 0a2989aacf56..54317b7d78f1 100644
--- a/media-sound/alsaplayer/alsaplayer-0.99.71.20020607.ebuild
+++ b/media-sound/alsaplayer/alsaplayer-0.99.71.20020607.ebuild
@@ -1,19 +1,17 @@
# 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/alsaplayer/alsaplayer-0.99.71.20020607.ebuild,v 1.3 2002/07/19 12:27:49 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsaplayer/alsaplayer-0.99.71.20020607.ebuild,v 1.4 2002/09/17 22:47:34 seemant Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="Media player primarily utilising ALSA"
SRC_URI="http://www.alsaplayer.org/${P}.tar.bz2"
HOMEPAGE="http://www.alsaplayer.org/"
-QTROOT="/usr/qt/3"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
DEPEND="alsa? ( >=media-libs/alsa-lib-0.5.10 )
- qt? ( >=x11-libs/qt-3.0.1 )
doc? ( app-doc/doxygen )
esd? ( media-sound/esound )
gtk? ( x11-libs/gtk+ )
@@ -53,12 +51,6 @@ src_compile() {
&& myconf="${myconf} --enable-gtk" \
|| myconf="${myconf} --disable-gtk --disable-gtktest --disable-glibtest"
- use qt \
- && myconf="${myconf} --enable-qt \
- --with-qt-libdir=${QTROOT}/lib \
- --with-qt-indir=${QTROOT}/include \
- --with-qt-bindir=${QTROOT}/bin"
-
use nls \
&& myconf="${myconf} --enable-nls" \
|| myconf="${myconf} --disable-nls"