Theora support requires libvorbis; close bug #161348.
authorDiego Elio Pettenò <flameeyes@gentoo.org>
Wed, 10 Jan 2007 17:02:39 +0000 (17:02 +0000)
committerDiego Elio Pettenò <flameeyes@gentoo.org>
Wed, 10 Jan 2007 17:02:39 +0000 (17:02 +0000)
Package-Manager: portage-2.1.2_rc4-r7

kde-base/kdemultimedia-kfile-plugins/ChangeLog
kde-base/kdemultimedia-kfile-plugins/kdemultimedia-kfile-plugins-3.5.5.ebuild

index 1fc077f84b12edb8189f639a85435b37a2068f42..05858579ae1457de5e7b6361e850bb34c48eb3f9 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/kdemultimedia-kfile-plugins
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-kfile-plugins/ChangeLog,v 1.62 2006/12/11 13:00:20 kloeri Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-kfile-plugins/ChangeLog,v 1.63 2007/01/10 17:02:39 flameeyes Exp $
+
+  10 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+  kdemultimedia-kfile-plugins-3.5.5.ebuild:
+  Theora support requires libvorbis; close bug #161348.
 
   11 Dec 2006; <kloeri@gentoo.org> kdemultimedia-kfile-plugins-3.5.5.ebuild:
   Stable on ia64.
index 89aa4769763c8745d95343728cfa28fe7df7120b..34b35d8117de143892421cf144c907b829abfb93 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-kfile-plugins/kdemultimedia-kfile-plugins-3.5.5.ebuild,v 1.8 2006/12/11 13:00:20 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-kfile-plugins/kdemultimedia-kfile-plugins-3.5.5.ebuild,v 1.9 2007/01/10 17:02:39 flameeyes Exp $
 
 KMNAME=kdemultimedia
 KMMODULE=kfile-plugins
@@ -13,7 +13,9 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="vorbis theora"
 DEPEND="media-libs/taglib
        vorbis? ( media-libs/libvorbis )
-       theora? ( media-libs/libtheora )"
+       theora? (
+               media-libs/libvorbis
+               media-libs/libtheora )"
 
 src_compile() {
        myconf="$myconf $(use_with vorbis)"