diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-01-12 18:23:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-01-12 18:23:18 +0000 |
commit | 7b0bfb994edc02ce5f4bad945e4fa5ff02d00595 (patch) | |
tree | 104ebcda590d6c9edbb1ccb7642bbb1a7e6d6994 | |
parent | bump a new snapshot from upstream (diff) | |
download | gentoo-2-7b0bfb994edc02ce5f4bad945e4fa5ff02d00595.tar.gz gentoo-2-7b0bfb994edc02ce5f4bad945e4fa5ff02d00595.tar.bz2 gentoo-2-7b0bfb994edc02ce5f4bad945e4fa5ff02d00595.zip |
add a warning when using qt4 and not vlm because qt4 will not work in that case
(Portage version: 2.1.4)
-rw-r--r-- | media-video/vlc/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.9.0_alpha20080110.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index 302e096469eb..31151ea32c06 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/vlc # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.281 2008/01/11 20:41:11 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.282 2008/01/12 18:23:18 aballier Exp $ + + 12 Jan 2008; Alexis Ballier <aballier@gentoo.org> + vlc-0.9.0_alpha20080110.ebuild: + Add a warning when using qt4 and not vlm because qt4 will not work in that case 11 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org> vlc-0.8.6d.ebuild: ppc stable, bug #203345 diff --git a/media-video/vlc/vlc-0.9.0_alpha20080110.ebuild b/media-video/vlc/vlc-0.9.0_alpha20080110.ebuild index 6ae95b8aae14..7f23f0750147 100644 --- a/media-video/vlc/vlc-0.9.0_alpha20080110.ebuild +++ b/media-video/vlc/vlc-0.9.0_alpha20080110.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080110.ebuild,v 1.2 2008/01/11 09:40:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080110.ebuild,v 1.3 2008/01/12 18:23:18 aballier Exp $ WANT_AUTOMAKE=latest WANT_AUTOCONF=latest @@ -174,6 +174,7 @@ pkg_setup() { vlc_use_needs vcdx cdio vlc_use_needs libgcrypt gnutls vlc_use_needs bidi truetype + vlc_use_needs qt4 vlm } src_unpack() { |