summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-04-07 02:01:20 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-04-07 02:01:20 +0000
commite2ab993f6a723fed9b74553945bc9d32d1fccd3f (patch)
tree9dba5c003b95a219b746a9667cb0f6f38799475b /media-sound/xmms
parentStable on hppa and sparc (Manifest recommit) (diff)
downloadgentoo-2-e2ab993f6a723fed9b74553945bc9d32d1fccd3f.tar.gz
gentoo-2-e2ab993f6a723fed9b74553945bc9d32d1fccd3f.tar.bz2
gentoo-2-e2ab993f6a723fed9b74553945bc9d32d1fccd3f.zip
oss USE flag for making the oss output plugin.
Diffstat (limited to 'media-sound/xmms')
-rw-r--r--media-sound/xmms/ChangeLog6
-rw-r--r--media-sound/xmms/xmms-1.2.10-r2.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/media-sound/xmms/ChangeLog b/media-sound/xmms/ChangeLog
index 4a7b6fa8e409..9d04c62afda1 100644
--- a/media-sound/xmms/ChangeLog
+++ b/media-sound/xmms/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/xmms
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/ChangeLog,v 1.117 2004/04/06 22:41:55 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/ChangeLog,v 1.118 2004/04/07 02:01:20 eradicator Exp $
+
+ 06 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ xmms-1.2.10-r2.ebuild:
+ oss USE flag for making the oss output plugin.
06 Apr 2004; Gustavo Zacarias <gustavoz@gentoo.org> xmms-1.2.10-r1.ebuild:
Stable on sparc
diff --git a/media-sound/xmms/xmms-1.2.10-r2.ebuild b/media-sound/xmms/xmms-1.2.10-r2.ebuild
index 4685f9110bdb..a6d2f0331b35 100644
--- a/media-sound/xmms/xmms-1.2.10-r2.ebuild
+++ b/media-sound/xmms/xmms-1.2.10-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.10-r2.ebuild,v 1.2 2004/04/05 00:39:01 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.10-r2.ebuild,v 1.3 2004/04/07 02:01:20 eradicator Exp $
inherit flag-o-matic eutils libtool
@@ -18,7 +18,7 @@ SRC_URI="http://www.xmms.org/files/1.2.x/${MY_P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64"
-IUSE="xml nls esd opengl mmx oggvorbis 3dnow mikmod directfb ipv6 cjk alsa"
+IUSE="xml nls esd opengl mmx oggvorbis 3dnow mikmod directfb ipv6 cjk alsa oss"
DEPEND="=x11-libs/gtk+-1.2*
mikmod? ( >=media-libs/libmikmod-3.1.10 )
@@ -148,6 +148,7 @@ src_compile() {
`use_enable opengl` \
`use_enable nls` \
`use_enable ipv6` \
+ `use_enable oss oss` \
${myconf} \
|| die