From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CD8951384B4 for ; Mon, 4 Jan 2016 21:09:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AB4EE07EE; Mon, 4 Jan 2016 21:09:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFD30E07EE for ; Mon, 4 Jan 2016 21:09:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1C5833E142 for ; Mon, 4 Jan 2016 21:09:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7752DC6A for ; Mon, 4 Jan 2016 21:09:44 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1451941735.b2dca54cd68b1ca0d66e880ac55fbf4e1827170b.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozconfig-v6.44.eclass X-VCS-Directories: eclass/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: b2dca54cd68b1ca0d66e880ac55fbf4e1827170b X-VCS-Branch: master Date: Mon, 4 Jan 2016 21:09:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2c36082a-2974-4b9b-979d-6795713b568d X-Archives-Hash: 0e4b96362e920c955a389511cb2a3d0c commit: b2dca54cd68b1ca0d66e880ac55fbf4e1827170b Author: Ian Stakenvicius gentoo org> AuthorDate: Mon Jan 4 21:08:55 2016 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Mon Jan 4 21:08:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=b2dca54c enable or disable direct ffmpeg support for decoding html5 audio and video eclass/mozconfig-v6.44.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eclass/mozconfig-v6.44.eclass b/eclass/mozconfig-v6.44.eclass index fce86f0..1aec119 100644 --- a/eclass/mozconfig-v6.44.eclass +++ b/eclass/mozconfig-v6.44.eclass @@ -55,7 +55,7 @@ esac # Set the variable to any value if the use flag should exist but not be default-enabled. # use-flags common among all mozilla ebuilds -IUSE="${IUSE} dbus debug +gstreamer gstreamer-0 +jemalloc3 neon pulseaudio selinux startup-notification system-cairo +IUSE="${IUSE} dbus debug ffmpeg +gstreamer gstreamer-0 +jemalloc3 neon pulseaudio selinux startup-notification system-cairo system-icu system-jpeg system-libevent system-sqlite system-libvpx" # some notes on deps: @@ -83,6 +83,7 @@ RDEPEND=">=app-text/hunspell-1.2 >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 + ffmpeg? ( virtual/ffmpeg[mp3,x264] ) gstreamer? ( >=media-libs/gstreamer-1.4.5:1.0 >=media-libs/gst-plugins-base-1.4.5:1.0 @@ -251,6 +252,7 @@ mozconfig_config() { mozconfig_annotate '' --target="${CTARGET:-${CHOST}}" mozconfig_annotate '' --build="${CTARGET:-${CHOST}}" + use ffmpeg || mozconfig_annotate '-ffmpeg' --disable-ffmpeg if use gstreamer ; then mozconfig_annotate '+gstreamer' --enable-gstreamer=1.0 elif use gstreamer-0 ; then