summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-03-17 15:21:15 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-03-17 15:21:15 +0000
commit5cb63dc15a492597caf20e899387878937376412 (patch)
treef3d20837cd25aa1784cda259a7b9e4481ab4b219 /media-video
parent~amd64 added wrt bug #212585 (diff)
downloadhistorical-5cb63dc15a492597caf20e899387878937376412.tar.gz
historical-5cb63dc15a492597caf20e899387878937376412.tar.bz2
historical-5cb63dc15a492597caf20e899387878937376412.zip
Fix deps for net-libs/xulrunner and www-client/mozilla-firefox
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'media-video')
-rw-r--r--media-video/totem/ChangeLog6
-rw-r--r--media-video/totem/totem-2.18.3.ebuild10
-rw-r--r--media-video/totem/totem-2.20.3.ebuild8
-rw-r--r--media-video/vlc/ChangeLog7
-rw-r--r--media-video/vlc/vlc-0.8.6e.ebuild6
-rw-r--r--media-video/vlc/vlc-0.9.0_alpha20080117.ebuild8
-rw-r--r--media-video/vlc/vlc-0.9.0_alpha20080309.ebuild8
-rw-r--r--media-video/vlc/vlc-0.9.0_alpha20080314.ebuild8
8 files changed, 35 insertions, 26 deletions
diff --git a/media-video/totem/ChangeLog b/media-video/totem/ChangeLog
index e160548a79ac..f5995ff84991 100644
--- a/media-video/totem/ChangeLog
+++ b/media-video/totem/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/totem
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.204 2008/03/03 22:05:47 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.205 2008/03/17 15:21:15 armin76 Exp $
+
+ 17 Mar 2008; Raúl Porcel <armin76@gentoo.org> totem-2.18.3.ebuild,
+ totem-2.20.3.ebuild:
+ Fix deps for net-libs/xulrunner and www-client/mozilla-firefox
03 Mar 2008; Gilles Dartiguelongue <eva@gentoo.org> totem-2.20.3.ebuild:
fix incorrect use logic, bug #211185
diff --git a/media-video/totem/totem-2.18.3.ebuild b/media-video/totem/totem-2.18.3.ebuild
index a6e98c38d0f8..9896f1b64646 100644
--- a/media-video/totem/totem-2.18.3.ebuild
+++ b/media-video/totem/totem-2.18.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.18.3.ebuild,v 1.8 2007/11/18 11:42:46 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.18.3.ebuild,v 1.9 2008/03/17 15:21:15 armin76 Exp $
inherit autotools eutils gnome2 multilib
@@ -47,10 +47,10 @@ RDEPEND=">=dev-libs/glib-2.12
hal? ( =sys-apps/hal-0.5* )
lirc? ( app-misc/lirc )
nsplugin? (
- xulrunner? ( net-libs/xulrunner )
+ xulrunner? ( =net-libs/xulrunner-1.8* )
!xulrunner? (
- seamonkey? ( www-client/seamonkey )
- !seamonkey? ( www-client/mozilla-firefox )
+ seamonkey? ( =www-client/seamonkey-1* )
+ !seamonkey? ( =www-client/mozilla-firefox-2* )
)
>=x11-misc/shared-mime-info-0.17
>=x11-libs/startup-notification-0.8
diff --git a/media-video/totem/totem-2.20.3.ebuild b/media-video/totem/totem-2.20.3.ebuild
index 5357524c5c73..4e78fb1d73f0 100644
--- a/media-video/totem/totem-2.20.3.ebuild
+++ b/media-video/totem/totem-2.20.3.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/totem/totem-2.20.3.ebuild,v 1.8 2008/03/03 22:05:47 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.20.3.ebuild,v 1.9 2008/03/17 15:21:15 armin76 Exp $
inherit autotools eutils gnome2 multilib
@@ -50,9 +50,9 @@ RDEPEND=">=dev-libs/glib-2.13.4
hal? ( =sys-apps/hal-0.5* )
lirc? ( app-misc/lirc )
nsplugin? (
- xulrunner? ( net-libs/xulrunner )
- !xulrunner? ( seamonkey? ( www-client/seamonkey ) )
- !xulrunner? ( !seamonkey? ( www-client/mozilla-firefox ) )
+ xulrunner? ( =net-libs/xulrunner-1.8* )
+ !xulrunner? ( seamonkey? ( =www-client/seamonkey-1* ) )
+ !xulrunner? ( !seamonkey? ( =www-client/mozilla-firefox-2* ) )
>=x11-misc/shared-mime-info-0.22
>=x11-libs/startup-notification-0.8
)
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog
index 0ca17444def3..822200f4feed 100644
--- a/media-video/vlc/ChangeLog
+++ b/media-video/vlc/ChangeLog
@@ -1,6 +1,11 @@
# 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.309 2008/03/15 11:47:48 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.310 2008/03/17 15:18:46 armin76 Exp $
+
+ 17 Mar 2008; Raúl Porcel <armin76@gentoo.org> vlc-0.8.6e.ebuild,
+ vlc-0.9.0_alpha20080117.ebuild, vlc-0.9.0_alpha20080309.ebuild,
+ vlc-0.9.0_alpha20080314.ebuild:
+ Fix deps for net-libs/xulrunner and www-client/mozilla-firefox
15 Mar 2008; Alexis Ballier <aballier@gentoo.org>
vlc-0.9.0_alpha20080314.ebuild:
diff --git a/media-video/vlc/vlc-0.8.6e.ebuild b/media-video/vlc/vlc-0.8.6e.ebuild
index d3fd664a9e83..92a8bc6ed402 100644
--- a/media-video/vlc/vlc-0.8.6e.ebuild
+++ b/media-video/vlc/vlc-0.8.6e.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.8.6e.ebuild,v 1.6 2008/03/07 12:47:44 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.8.6e.ebuild,v 1.7 2008/03/17 15:18:46 armin76 Exp $
WANT_AUTOMAKE=latest
WANT_AUTOCONF=latest
@@ -109,8 +109,8 @@ RDEPEND="
directfb? ( dev-libs/DirectFB )
upnp? ( net-libs/libupnp )
nsplugin? (
- !seamonkey? ( www-client/mozilla-firefox )
- seamonkey? ( www-client/seamonkey )
+ !seamonkey? ( =www-client/mozilla-firefox-2* )
+ seamonkey? ( =www-client/seamonkey-1* )
)
libnotify? ( x11-libs/libnotify )
musepack? ( media-libs/libmpcdec )
diff --git a/media-video/vlc/vlc-0.9.0_alpha20080117.ebuild b/media-video/vlc/vlc-0.9.0_alpha20080117.ebuild
index 5a866a4ef053..c84bafa8bb85 100644
--- a/media-video/vlc/vlc-0.9.0_alpha20080117.ebuild
+++ b/media-video/vlc/vlc-0.9.0_alpha20080117.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_alpha20080117.ebuild,v 1.2 2008/01/19 15:56:30 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080117.ebuild,v 1.3 2008/03/17 15:18:46 armin76 Exp $
WANT_AUTOMAKE=latest
WANT_AUTOCONF=latest
@@ -104,9 +104,9 @@ RDEPEND="
musicbrainz? ( =media-libs/musicbrainz-2* )
ncurses? ( sys-libs/ncurses )
nsplugin? (
- xulrunner? ( net-libs/xulrunner )
- !xulrunner? ( seamonkey? ( www-client/seamonkey ) )
- !xulrunner? ( !seamonkey? ( www-client/mozilla-firefox ) )
+ xulrunner? ( =net-libs/xulrunner-1.8* )
+ !xulrunner? ( seamonkey? ( =www-client/seamonkey-1* ) )
+ !xulrunner? ( !seamonkey? ( =www-client/mozilla-firefox-2* ) )
)
ogg? ( media-libs/libogg )
png? ( media-libs/libpng )
diff --git a/media-video/vlc/vlc-0.9.0_alpha20080309.ebuild b/media-video/vlc/vlc-0.9.0_alpha20080309.ebuild
index 56c9b2037e83..5edac32a27bb 100644
--- a/media-video/vlc/vlc-0.9.0_alpha20080309.ebuild
+++ b/media-video/vlc/vlc-0.9.0_alpha20080309.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_alpha20080309.ebuild,v 1.2 2008/03/09 20:08:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080309.ebuild,v 1.3 2008/03/17 15:18:46 armin76 Exp $
EAPI="1"
@@ -106,9 +106,9 @@ RDEPEND="
musicbrainz? ( =media-libs/musicbrainz-2* )
ncurses? ( sys-libs/ncurses )
nsplugin? (
- xulrunner? ( net-libs/xulrunner )
- !xulrunner? ( seamonkey? ( www-client/seamonkey ) )
- !xulrunner? ( !seamonkey? ( www-client/mozilla-firefox ) )
+ xulrunner? ( =net-libs/xulrunner-1.8* )
+ !xulrunner? ( seamonkey? ( =www-client/seamonkey-1* ) )
+ !xulrunner? ( !seamonkey? ( =www-client/mozilla-firefox-2* ) )
)
ogg? ( media-libs/libogg )
png? ( media-libs/libpng )
diff --git a/media-video/vlc/vlc-0.9.0_alpha20080314.ebuild b/media-video/vlc/vlc-0.9.0_alpha20080314.ebuild
index 82adfe25470a..a03076781892 100644
--- a/media-video/vlc/vlc-0.9.0_alpha20080314.ebuild
+++ b/media-video/vlc/vlc-0.9.0_alpha20080314.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_alpha20080314.ebuild,v 1.2 2008/03/15 11:47:48 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080314.ebuild,v 1.3 2008/03/17 15:18:46 armin76 Exp $
EAPI="1"
@@ -106,9 +106,9 @@ RDEPEND="
musicbrainz? ( =media-libs/musicbrainz-2* )
ncurses? ( sys-libs/ncurses )
nsplugin? (
- xulrunner? ( net-libs/xulrunner )
- !xulrunner? ( seamonkey? ( www-client/seamonkey ) )
- !xulrunner? ( !seamonkey? ( www-client/mozilla-firefox ) )
+ xulrunner? ( =net-libs/xulrunner-1.8* )
+ !xulrunner? ( seamonkey? ( =www-client/seamonkey-1* ) )
+ !xulrunner? ( !seamonkey? ( =www-client/mozilla-firefox-2* ) )
)
ogg? ( media-libs/libogg )
png? ( media-libs/libpng )