diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-10 17:02:39 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-10 17:02:39 +0000 |
commit | c0c580a06a3932d8a5d282196f8eaf4515676def (patch) | |
tree | 2801e22dbb27d55129a532995d8795fd48250536 /kde-base/kdemultimedia-kfile-plugins | |
parent | Theora support requires libvorbis; close bug #161348. (diff) | |
download | gentoo-2-c0c580a06a3932d8a5d282196f8eaf4515676def.tar.gz gentoo-2-c0c580a06a3932d8a5d282196f8eaf4515676def.tar.bz2 gentoo-2-c0c580a06a3932d8a5d282196f8eaf4515676def.zip |
Theora support requires libvorbis; close bug #161348.
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'kde-base/kdemultimedia-kfile-plugins')
-rw-r--r-- | kde-base/kdemultimedia-kfile-plugins/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kdemultimedia-kfile-plugins/kdemultimedia-kfile-plugins-3.5.5.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/kde-base/kdemultimedia-kfile-plugins/ChangeLog b/kde-base/kdemultimedia-kfile-plugins/ChangeLog index 1fc077f84b12..05858579ae14 100644 --- a/kde-base/kdemultimedia-kfile-plugins/ChangeLog +++ b/kde-base/kdemultimedia-kfile-plugins/ChangeLog @@ -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. diff --git a/kde-base/kdemultimedia-kfile-plugins/kdemultimedia-kfile-plugins-3.5.5.ebuild b/kde-base/kdemultimedia-kfile-plugins/kdemultimedia-kfile-plugins-3.5.5.ebuild index 89aa4769763c..34b35d8117de 100644 --- a/kde-base/kdemultimedia-kfile-plugins/kdemultimedia-kfile-plugins-3.5.5.ebuild +++ b/kde-base/kdemultimedia-kfile-plugins/kdemultimedia-kfile-plugins-3.5.5.ebuild @@ -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)" |