From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D10B139695 for ; Thu, 20 Jul 2017 13:24:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A2ED1FC006; Thu, 20 Jul 2017 13:24:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57F14E0CAE for ; Thu, 20 Jul 2017 13:24:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5957A3418CF for ; Thu, 20 Jul 2017 13:24:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF55774BC for ; Thu, 20 Jul 2017 13:24:50 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1500557082.a8f738ba1fd385b9d033a0e05bafe03fdffe13c6.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a8f738ba1fd385b9d033a0e05bafe03fdffe13c6 X-VCS-Branch: master Date: Thu, 20 Jul 2017 13:24:50 +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: 8dbc0e24-482b-4dd1-84ba-5b2bca55dd4e X-Archives-Hash: 759339238620729bb5c85fa5270d81ce commit: a8f738ba1fd385b9d033a0e05bafe03fdffe13c6 Author: Ilya Tumaykin gmail com> AuthorDate: Tue Jul 18 20:54:12 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jul 20 13:24:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f738ba media-video/mpv: add javascript USE to 9999 Upstream-commit: https://github.com/mpv-player/mpv/commit/d223a63bc5de423bca7337795fe165678cf6d236 Upstream-commit: https://github.com/mpv-player/mpv/commit/071118e4d27afb4759bc098c7c70d0bd041dc1f5 Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-video/mpv/mpv-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 6678f10566e..4e4b5d7534d 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -28,9 +28,9 @@ DOCS+=( README.md DOCS/{client-api,interface}-changes.rst ) LICENSE="LGPL-2.1+ GPL-2+ BSD ISC samba? ( GPL-3+ )" SLOT="0" IUSE="+alsa aqua archive bluray cdda +cli coreaudio cplugins cuda doc drm dvb - dvd +egl encode gbm +iconv jack jpeg lcms +libass libav libcaca libmpv +lua - luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl - selinux test tools +uchardet v4l vaapi vdpau wayland +X +xv zlib + dvd +egl encode gbm +iconv jack javascript jpeg lcms +libass libav libcaca + libmpv +lua luajit openal +opengl oss pulseaudio raspberry-pi rubberband + samba sdl selinux test tools +uchardet v4l vaapi vdpau wayland +X +xv zlib zsh-completion" REQUIRED_USE=" @@ -75,6 +75,7 @@ COMMON_DEPEND=" uchardet? ( app-i18n/uchardet ) ) jack? ( virtual/jack ) + javascript? ( >=dev-lang/mujs-1.0.0 ) jpeg? ( virtual/jpeg:0 ) lcms? ( >=media-libs/lcms-2.6:2 ) libass? ( @@ -185,6 +186,7 @@ src_configure() { $(use_enable samba libsmbclient) $(use_enable lua) $(usex luajit '--lua=luajit' '') + $(use_enable javascript) $(use_enable libass) $(use_enable libass libass-osd) $(use_enable zlib)