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 B6B851382C5 for ; Fri, 18 May 2018 17:56:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9852BE086F; Fri, 18 May 2018 17:56:08 +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 6D938E086F for ; Fri, 18 May 2018 17:56:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 ED85C335C07 for ; Fri, 18 May 2018 17:56:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE1E343 for ; Fri, 18 May 2018 17:56:04 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1526666135.521f8ecbb8b0462a7f5ae721346e93de0eec8305.zlogene@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: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 521f8ecbb8b0462a7f5ae721346e93de0eec8305 X-VCS-Branch: master Date: Fri, 18 May 2018 17:56:04 +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: 699d27d6-53ea-4141-b3c0-4f8e3b233661 X-Archives-Hash: 70a0c549a63efc8b5db84c3ff4d9e120 commit: 521f8ecbb8b0462a7f5ae721346e93de0eec8305 Author: Ilya Tumaykin gmail com> AuthorDate: Thu May 17 20:02:33 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri May 18 17:55:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521f8ecb media-video/mpv: drop 'encode' USE in 9999 as did upstream Encoding bit are always enabled now. Upstream-commit: https://github.com/mpv-player/mpv/commit/e02c9b9902f5bd356088cfbff3b9c333e50f1e47 Closes: https://bugs.gentoo.org/655982 Package-Manager: Portage-2.3.37, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8455 media-video/mpv/mpv-9999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index de7207561ce..0a8bcea9f75 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -29,9 +29,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 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 + dvd +egl 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=" @@ -58,8 +58,8 @@ REQUIRED_USE=" " COMMON_DEPEND=" - !libav? ( >=media-video/ffmpeg-4.0:0=[encode?,threads,vaapi?,vdpau?] ) - libav? ( ~media-video/libav-9999:0=[encode?,threads,vaapi?,vdpau?] ) + !libav? ( >=media-video/ffmpeg-4.0:0=[encode,threads,vaapi?,vdpau?] ) + libav? ( ~media-video/libav-9999:0=[encode,threads,vaapi?,vdpau?] ) alsa? ( >=media-libs/alsa-lib-1.0.18 ) archive? ( >=app-arch/libarchive-3.0.0:= ) bluray? ( >=media-libs/libbluray-0.3.0:= ) @@ -180,7 +180,6 @@ src_configure() { $(use_enable libass) $(use_enable libass libass-osd) $(use_enable zlib) - $(use_enable encode encoding) $(use_enable bluray libbluray) $(use_enable dvd dvdread) $(use_enable dvd dvdnav)