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 63F3659CA3 for ; Thu, 10 Mar 2016 21:51:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8983021C007; Thu, 10 Mar 2016 21:51:05 +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 DB29021C007 for ; Thu, 10 Mar 2016 21:51:04 +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 A3F29340AC8 for ; Thu, 10 Mar 2016 21:51:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3F3E208D for ; Thu, 10 Mar 2016 21:51:01 +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: <1457645692.9d5b4b57bcd08f3066326c02bcd9d7d4e407de83.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/metadata.xml 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: 9d5b4b57bcd08f3066326c02bcd9d7d4e407de83 X-VCS-Branch: master Date: Thu, 10 Mar 2016 21:51:01 +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: 117796b9-584f-4afd-b5e8-73af114ee0fd X-Archives-Hash: 9571413892441c8038345348f03d2467 commit: 9d5b4b57bcd08f3066326c02bcd9d7d4e407de83 Author: Ilya Tumaykin gmail com> AuthorDate: Thu Mar 10 11:55:44 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Mar 10 21:34:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5b4b57 media-video/mpv: update sdl USE description, drop sdl ewarn from 9999 Package-Manager: portage-2.2.27 Signed-off-by: Patrice Clement gentoo.org> media-video/mpv/metadata.xml | 3 ++- media-video/mpv/mpv-9999.ebuild | 6 ------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/media-video/mpv/metadata.xml b/media-video/mpv/metadata.xml index 6042696..d200152 100644 --- a/media-video/mpv/metadata.xml +++ b/media-video/mpv/metadata.xml @@ -40,7 +40,8 @@ Enable Video4Linux2 MPEG PVR Enable support for the Raspberry Pi Enable high quality pitch correction via media-libs/rubberband - Enable media-libs/libsdl2 based video and audio outputs + Enable media-libs/libsdl2 based video and audio outputs + (Note: these outputs exist for compatibility reasons only, avoid if possible) Enable subtitles charset discovery via dev-libs/uchardet Install additional video filters to be used with -vf dlopen diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 6d6d6d8..20152bf 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -136,12 +136,6 @@ pkg_pretend() { ewarn "this output is considered experimental by upstream." fi - if use sdl; then - ewarn "You have enabled the sdl video and audio outputs. Note that" - ewarn "upstream provides these outputs for compatibility reasons only." - ewarn "You probably don't need them under the normal circumstances." - fi - if use libav; then elog "You have enabled media-video/libav instead of media-video/ffmpeg." elog "Upstream recommends media-video/ffmpeg, as some functionality"