diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-08 20:29:56 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-08 20:29:56 +0000 |
commit | a04f243c81d432f614983e1a34b1b42686e038b3 (patch) | |
tree | 34fd394253e06161a8542f159038f890c36993f9 /media-sound/yammi | |
parent | Initial version import (diff) | |
download | historical-a04f243c81d432f614983e1a34b1b42686e038b3.tar.gz historical-a04f243c81d432f614983e1a34b1b42686e038b3.tar.bz2 historical-a04f243c81d432f614983e1a34b1b42686e038b3.zip |
Rename ogg useflag into vorbis useflag. Bug #101877.
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'media-sound/yammi')
-rw-r--r-- | media-sound/yammi/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/yammi/yammi-1.2.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/media-sound/yammi/ChangeLog b/media-sound/yammi/ChangeLog index 6442ad203a63..a02eaec80263 100644 --- a/media-sound/yammi/ChangeLog +++ b/media-sound/yammi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/yammi -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/yammi/ChangeLog,v 1.26 2005/06/28 21:22:23 gustavoz Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/yammi/ChangeLog,v 1.27 2006/03/08 20:17:46 flameeyes Exp $ + + 08 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> yammi-1.2.ebuild: + Rename ogg useflag into vorbis useflag. Bug #101877. 28 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> yammi-1.2.ebuild: Stable on sparc diff --git a/media-sound/yammi/yammi-1.2.ebuild b/media-sound/yammi/yammi-1.2.ebuild index e8497c515c5a..3bbb11088884 100644 --- a/media-sound/yammi/yammi-1.2.ebuild +++ b/media-sound/yammi/yammi-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/yammi/yammi-1.2.ebuild,v 1.5 2005/06/28 21:22:23 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/yammi/yammi-1.2.ebuild,v 1.6 2006/03/08 20:17:46 flameeyes Exp $ inherit kde @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/yammi/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 sparc ~ppc" -IUSE="cdr encode kde ogg xmms" +IUSE="cdr encode kde vorbis xmms" DEPEND=">=media-libs/taglib-1.3 xmms? ( media-sound/xmms )" @@ -20,9 +20,9 @@ RDEPEND="${DEPEND} kde? ( || ( kde-base/noatun kde-base/kdemultimedia ) ) media-sound/sox virtual/mpg123 - ogg? ( media-sound/vorbis-tools ) + vorbis? ( media-sound/vorbis-tools ) encode? ( media-sound/cdparanoia - media-sound/lame )" + media-sound/lame )" # sox, mpg123 and vorbis-tools are used for the 'prelisten' feature. # cdparanoia and lame are used by the yammiGrabAndEncode script. |