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 F390F138FFA for ; Mon, 17 Oct 2016 21:53:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94CB4E0BE7; Mon, 17 Oct 2016 21:53:48 +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 7EDB6E0BE7 for ; Mon, 17 Oct 2016 21:53:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E37853413AA for ; Mon, 17 Oct 2016 21:53:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C62362F9 for ; Mon, 17 Oct 2016 21:53:40 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1476740943.f9220d89b0ebb91b8de2598010b7f8b726c97ad5.gokturk@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: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: f9220d89b0ebb91b8de2598010b7f8b726c97ad5 X-VCS-Branch: master Date: Mon, 17 Oct 2016 21:53: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: 272eee8a-22b8-4b3c-8a0b-30e1534345ab X-Archives-Hash: 886e87100b3cb18f9100aa22c9c32e8f commit: f9220d89b0ebb91b8de2598010b7f8b726c97ad5 Author: Ilya Tumaykin gmail com> AuthorDate: Sun Oct 16 22:04:49 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Mon Oct 17 21:49:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9220d89 media-video/mpv: update live ebuild Improve readability when multiple messages are displayed. Disable new features until we get support for them in Gentoo. Package-Manager: portage-2.3.2 media-video/mpv/mpv-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 51540f7..e50ba86 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -222,11 +222,13 @@ src_configure() { --disable-android $(use_enable raspberry-pi rpi) $(usex libmpv "$(use_enable opengl plain-gl)" '--disable-plain-gl') + --disable-mali-fbdev # Only available in overlays. # HWaccels: # Automagic Video Toolbox HW acceleration. See Gentoo bug 577332. $(use_enable vaapi vaapi-hwaccel) # Automagic VDPAU HW acceleration. See Gentoo bug 558870. + --disable-cuda # No support in ffmpeg. See Gentoo bug 595450. # TV features: $(use_enable v4l tv) @@ -281,7 +283,6 @@ pkg_postinst() { done if [[ ${softvol_0_18_1} -eq 1 ]]; then - echo elog "Starting from version 0.18.1 the software volume control is" elog "enabled by default, see:" elog "https://github.com/mpv-player/mpv/blob/v0.18.1/DOCS/interface-changes.rst" @@ -290,8 +291,9 @@ pkg_postinst() { elog "This means that volume controls don't change the system volume," elog "e.g. per-application volume with PulseAudio." elog "If you want to restore the old behaviour, please refer to" + elog elog "https://bugs.gentoo.org/show_bug.cgi?id=588492#c7" - echo + elog fi # bash-completion < 2.3-r1 already installs (mostly broken) mpv completion.