diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2010-06-26 09:22:11 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2010-06-26 09:22:11 +0000 |
commit | 32b97e6a04eeed93f2d10952a98c4bab62758ac2 (patch) | |
tree | 846d89d59a9fb2c5988bf49997a3b97debe008f3 /media-video | |
parent | New addition from bug 100123 (diff) | |
download | gentoo-2-32b97e6a04eeed93f2d10952a98c4bab62758ac2.tar.gz gentoo-2-32b97e6a04eeed93f2d10952a98c4bab62758ac2.tar.bz2 gentoo-2-32b97e6a04eeed93f2d10952a98c4bab62758ac2.zip |
Increase the minimum dependency of xulrunner to 1.9, remove configure option for 1.8, bug 324953
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vlc/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/vlc/vlc-1.0.6.ebuild | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index f663c717683e..499781023456 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/vlc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.598 2010/06/25 09:18:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.599 2010/06/26 09:22:11 nirbheek Exp $ + + 26 Jun 2010; Nirbheek Chauhan <nirbheek@gentoo.org> vlc-1.0.6.ebuild: + Increase the minimum dependency of xulrunner to 1.9, remove configure + option for 1.8, bug 324953 25 Jun 2010; Alexis Ballier <aballier@gentoo.org> vlc-1.1.0.ebuild, vlc-1.1.9999.ebuild, vlc-9999.ebuild: diff --git a/media-video/vlc/vlc-1.0.6.ebuild b/media-video/vlc/vlc-1.0.6.ebuild index 21e5e9c2155f..c37e2ff27522 100644 --- a/media-video/vlc/vlc-1.0.6.ebuild +++ b/media-video/vlc/vlc-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.6.ebuild,v 1.9 2010/05/19 07:32:11 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.6.ebuild,v 1.10 2010/06/26 09:22:11 nirbheek Exp $ EAPI="2" @@ -111,7 +111,7 @@ RDEPEND=" mtp? ( >=media-libs/libmtp-0.3.0 ) musepack? ( >=media-sound/musepack-tools-444 ) ncurses? ( sys-libs/ncurses ) - nsplugin? ( >=net-libs/xulrunner-1.8 x11-libs/libXpm x11-libs/libXt ) + nsplugin? ( >=net-libs/xulrunner-1.9 x11-libs/libXpm x11-libs/libXt ) ogg? ( media-libs/libogg ) pda? ( x11-libs/gtk+:2 ) png? ( media-libs/libpng ) @@ -247,11 +247,7 @@ src_configure() { local MOZILLA_PC if use nsplugin; then - if has_version 'net-libs/xulrunner:1.9' ; then - MOZILLA_PC=libxul - else - MOZILLA_PC=xulrunner-plugin - fi + MOZILLA_PC=libxul fi econf \ |