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 A622113888F for ; Fri, 9 Oct 2015 07:02:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59D7321C007; Fri, 9 Oct 2015 07:02:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE10C21C007 for ; Fri, 9 Oct 2015 07:02:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF3043406CE for ; Fri, 9 Oct 2015 07:02:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6D11D0F for ; Fri, 9 Oct 2015 07:01:59 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1444374094.d3a0ebbed071c3ae4fd31cea80f6f028041c7708.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-0.11.0.ebuild media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d3a0ebbed071c3ae4fd31cea80f6f028041c7708 X-VCS-Branch: master Date: Fri, 9 Oct 2015 07:01:59 +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: cd00548a-b07d-41af-9457-6bcd45f527be X-Archives-Hash: 3d4c7c5bfdac494b995c14efc85de554 commit: d3a0ebbed071c3ae4fd31cea80f6f028041c7708 Author: Lars Wendler gentoo org> AuthorDate: Fri Oct 9 07:01:34 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Oct 9 07:01:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a0ebbe media-video/mpv: Adjusted USE dependency on media-libs/libass because latest libass doesn't support enca anymore. Package-Manager: portage-2.2.23 Signed-off-by: Lars Wendler gentoo.org> media-video/mpv/mpv-0.11.0.ebuild | 2 +- media-video/mpv/mpv-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/mpv/mpv-0.11.0.ebuild b/media-video/mpv/mpv-0.11.0.ebuild index 7bfb032..9d0d09e 100644 --- a/media-video/mpv/mpv-0.11.0.ebuild +++ b/media-video/mpv/mpv-0.11.0.ebuild @@ -84,7 +84,7 @@ RDEPEND=" jack? ( media-sound/jack-audio-connection-kit ) jpeg? ( virtual/jpeg:0 ) libass? ( - >=media-libs/libass-0.12.1:=[enca?,fontconfig] + >=media-libs/libass-0.12.1:=[enca(-)?,fontconfig] virtual/ttf-fonts ) libcaca? ( >=media-libs/libcaca-0.99_beta18 ) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index df81879..cd5ade7 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) PYTHON_REQ_USE='threads(+)' inherit eutils python-any-r1 waf-utils pax-utils fdo-mime gnome2-utils -WAF_V="1.8.4" +WAF_V="1.8.12" DESCRIPTION="Media player based on MPlayer and mplayer2" HOMEPAGE="http://mpv.io/" @@ -84,7 +84,7 @@ RDEPEND=" jack? ( media-sound/jack-audio-connection-kit ) jpeg? ( virtual/jpeg:0 ) libass? ( - >=media-libs/libass-0.12.1:=[enca?,fontconfig] + >=media-libs/libass-0.12.1:=[enca(-)?,fontconfig] virtual/ttf-fonts ) libcaca? ( >=media-libs/libcaca-0.99_beta18 )