# 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.
-# 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
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)"