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 859D11395E2 for ; Sun, 11 Dec 2016 21:35:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D49E921C092; Sun, 11 Dec 2016 21:35:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B41E521C092 for ; Sun, 11 Dec 2016 21:35:21 +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 EF386340C9D for ; Sun, 11 Dec 2016 21:35:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA2DE49A for ; Sun, 11 Dec 2016 21:35:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1481492112.776164b910e95ed78baaaffe28efb2a0eb516374.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 776164b910e95ed78baaaffe28efb2a0eb516374 X-VCS-Branch: master Date: Sun, 11 Dec 2016 21:35:19 +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: 581291b6-f9ce-4822-a51e-af1c5dbf8b91 X-Archives-Hash: 340bdc908e8fa3b9a661fbe5aed73489 commit: 776164b910e95ed78baaaffe28efb2a0eb516374 Author: Ilya Tumaykin gmail com> AuthorDate: Sun Dec 11 03:46:26 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 11 21:35:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776164b9 media-video/mpv: drop enca and libguess support in 9999 as did upstream Closes: https://github.com/gentoo/gentoo/pull/3075 Package-Manager: portage-2.3.3 Upstream-commit: https://github.com/mpv-player/mpv/commit/0eb87e1baff89e7a979df23f31ca918f9d107e44 media-video/mpv/mpv-9999.ebuild | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 4c06563..6e41fb2 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -28,20 +28,18 @@ DOCS+=( README.md ) # See Copyright in sources and Gentoo bug 506946. Waf is BSD, libmpv is ISC. 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 - luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba -sdl - selinux test tools +uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama - +xscreensaver +xv zsh-completion" +IUSE="aqua +alsa archive bluray cdda +cli coreaudio 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 vf-dlopen wayland +X xinerama +xscreensaver + +xv zsh-completion" REQUIRED_USE=" || ( cli libmpv ) aqua? ( opengl ) egl? ( || ( gbm X wayland ) ) - enca? ( iconv ) gbm? ( drm egl ) lcms? ( || ( opengl egl ) ) - libguess? ( iconv ) luajit? ( lua ) tools? ( cli ) uchardet? ( iconv ) @@ -72,8 +70,6 @@ COMMON_DEPEND=" egl? ( media-libs/mesa[egl,gbm(-)?,wayland(-)?] ) iconv? ( virtual/libiconv - enca? ( app-i18n/enca ) - libguess? ( >=app-i18n/libguess-1.0 ) uchardet? ( dev-libs/uchardet ) ) jack? ( virtual/jack ) @@ -183,8 +179,6 @@ src_configure() { $(use_enable dvd dvdread) $(use_enable dvd dvdnav) $(use_enable cdda) - $(use_enable enca) - $(use_enable libguess) $(use_enable uchardet) $(use_enable rubberband) $(use_enable lcms lcms2)