summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-05-26 09:02:19 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-05-26 09:02:19 +0000
commit49225ac11e4dccc27028ad3f91b016d798c67e9c (patch)
tree6608d349066d7f6179c74b5e23c7c4ed1576463c /kde-base
parentFix IUSE. (diff)
downloadgentoo-2-49225ac11e4dccc27028ad3f91b016d798c67e9c.tar.gz
gentoo-2-49225ac11e4dccc27028ad3f91b016d798c67e9c.tar.bz2
gentoo-2-49225ac11e4dccc27028ad3f91b016d798c67e9c.zip
Change flag 'oggvorbis' into 'vorbis' (#89592).
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kdemultimedia-kioslaves/ChangeLog6
-rw-r--r--kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-3.4.1.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/kdemultimedia-kioslaves/ChangeLog b/kde-base/kdemultimedia-kioslaves/ChangeLog
index 5a88a703d377..b003b31f6204 100644
--- a/kde-base/kdemultimedia-kioslaves/ChangeLog
+++ b/kde-base/kdemultimedia-kioslaves/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdemultimedia-kioslaves
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-kioslaves/ChangeLog,v 1.9 2005/05/25 21:23:04 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-kioslaves/ChangeLog,v 1.10 2005/05/26 09:02:19 greg_g Exp $
+
+ 26 May 2005; Gregorio Guidi <greg_g@gentoo.org>
+ kdemultimedia-kioslaves-3.4.1.ebuild:
+ Change flag 'oggvorbis' into 'vorbis' (#89592).
*kdemultimedia-kioslaves-3.4.1 (25 May 2005)
diff --git a/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-3.4.1.ebuild b/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-3.4.1.ebuild
index 3b921f09784a..a245a40936c5 100644
--- a/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-3.4.1.ebuild
+++ b/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-3.4.1.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-kioslaves/kdemultimedia-kioslaves-3.4.1.ebuild,v 1.1 2005/05/25 21:23:04 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-3.4.1.ebuild,v 1.2 2005/05/26 09:02:19 greg_g Exp $
KMNAME=kdemultimedia
KMMODULE=kioslave
@@ -10,11 +10,11 @@ inherit kde-meta eutils
DESCRIPTION="kioslaves from kdemultimedia package"
KEYWORDS="~x86 ~amd64"
-IUSE="oggvorbis flac encode"
+IUSE="vorbis flac encode"
DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcddb)
media-sound/cdparanoia
media-libs/taglib
- oggvorbis? ( media-libs/libvorbis )
+ vorbis? ( media-libs/libvorbis )
flac? ( media-libs/flac )
encode? ( media-sound/lame )"
KMCOPYLIB="libkcddb libkcddb"
@@ -23,7 +23,7 @@ KMCOMPILEONLY="libkcddb/"
src_compile() {
myconf="--with-cdparanoia --enable-cdparanoia"
- use oggvorbis && myconf="$myconf --with-vorbis=/usr" || myconf="$myconf --without-vorbis"
+ use vorbis && myconf="$myconf --with-vorbis=/usr" || myconf="$myconf --without-vorbis"
DO_NOT_COMPILE=libkcddb kde-meta_src_compile myconf configure
cd $S/libkcddb && make configbase.h
DO_NOT_COMPILE=libkcddb kde-meta_src_compile make