summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2012-03-01 13:14:10 +0000
committerJory Pratt <anarchy@gentoo.org>2012-03-01 13:14:10 +0000
commitbe5603f6ef3169d3805b2cfdcbe601ff59d18f86 (patch)
treef263867f46882bb81de94c8d7edd77908f6db9bc /www-client
parentBump -6.1 development version (diff)
downloadgentoo-2-be5603f6ef3169d3805b2cfdcbe601ff59d18f86.tar.gz
gentoo-2-be5603f6ef3169d3805b2cfdcbe601ff59d18f86.tar.bz2
gentoo-2-be5603f6ef3169d3805b2cfdcbe601ff59d18f86.zip
Fix libvpx-1.0.0 support, bug #401985
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/ChangeLog5
-rw-r--r--www-client/firefox/firefox-10.0.1-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog
index dc39aeb05d94..fe493062327f 100644
--- a/www-client/firefox/ChangeLog
+++ b/www-client/firefox/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-client/firefox
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.131 2012/03/01 00:13:44 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.132 2012/03/01 13:14:10 anarchy Exp $
+
+ 01 Mar 2012; Jory A. Pratt <anarchy@gentoo.org> firefox-10.0.1-r1.ebuild:
+ Fix libvpx-1.0.0 support, bug #401985
01 Mar 2012; Andreas K. Huettel <dilfridge@gentoo.org> firefox-10.0.1.ebuild,
firefox-10.0.1-r1.ebuild:
diff --git a/www-client/firefox/firefox-10.0.1-r1.ebuild b/www-client/firefox/firefox-10.0.1-r1.ebuild
index c282bba08d33..0fd01563c91d 100644
--- a/www-client/firefox/firefox-10.0.1-r1.ebuild
+++ b/www-client/firefox/firefox-10.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.1-r1.ebuild,v 1.2 2012/03/01 00:13:44 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.1-r1.ebuild,v 1.3 2012/03/01 13:14:10 anarchy Exp $
EAPI="3"
VIRTUALX_REQUIRED="pgo"
@@ -21,7 +21,7 @@ MOZ_PV="${MOZ_PV/_rc/rc}" # Handle rc for SRC_URI
# Changeset for alpha snapshot
CHANGESET="e56ecd8b3a68"
# Patch version
-PATCH="${PN}-10.0-patches-0.5"
+PATCH="${PN}-10.0-patches-0.6"
# Upstream ftp release URI that's used by mozlinguas.eclass
# We don't use the http mirror because it deletes old tarballs.
MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/"
@@ -52,7 +52,7 @@ RDEPEND="
media-libs/libpng[apng]
virtual/libffi
system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,threadsafe,unlock-notify,debug=] )
- webm? ( ~media-libs/libvpx-0.9.7
+ webm? ( >=media-libs/libvpx-1.0.0
media-libs/alsa-lib )
crashreporter? ( net-misc/curl )
selinux? ( sec-policy/selinux-mozilla )"