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 633E6138330 for ; Fri, 2 Sep 2016 17:09:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E271721C095; Fri, 2 Sep 2016 17:09:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EBAC21C093 for ; Fri, 2 Sep 2016 17:09:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D89D340A51 for ; Fri, 2 Sep 2016 17:09:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C2132473 for ; Fri, 2 Sep 2016 17:09:40 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1472836160.c3db70cbcf2c8c6761b4f6bb627fb8486d7afdde.monsieurp@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: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: c3db70cbcf2c8c6761b4f6bb627fb8486d7afdde X-VCS-Branch: master Date: Fri, 2 Sep 2016 17:09:40 +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: 84821b36-8756-4ab5-8d65-e055c6a39577 X-Archives-Hash: 82cfaee1b6668df2d426564aaacf4b82 commit: c3db70cbcf2c8c6761b4f6bb627fb8486d7afdde Author: Ilya Tumaykin gmail com> AuthorDate: Sun Aug 28 03:52:15 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Sep 2 17:09:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3db70cb media-video/mpv: enable lua USE by default in 9999. Lua is a de-facto requirement by upstream as OSC and other features are only available with enabled Lua support [0]. Moreover sometimes existing features become deprecated in favor of Lua scripts. [0]: https://github.com/mpv-player/mpv/blob/v0.20.0/README.md#compilation [1]: https://github.com/mpv-player/mpv/commit/e40851ea22e9686572b6a905161106f2a66e5983 Package-Manager: portage-2.3.0 Signed-off-by: Patrice Clement gentoo.org> media-video/mpv/mpv-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index a2838ed..1584869 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -29,7 +29,7 @@ DOCS+=( README.md ) LICENSE="GPL-2+ BSD ISC" SLOT="0" IUSE="aqua +alsa archive bluray cdda +cli coreaudio doc drm dvb dvd +egl +enca - encode gbm +iconv jack jpeg lcms +libass libav libcaca libguess libmpv lua + encode gbm +iconv jack jpeg lcms +libass libav libcaca libguess libmpv +lua luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba -sdl selinux test +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver +xv zsh-completion"