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 682D41384B4 for ; Mon, 28 Dec 2015 14:07:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B88F21C02E; Mon, 28 Dec 2015 14:07:29 +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 C420721C02E for ; Mon, 28 Dec 2015 14:07:18 +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 1206F340554 for ; Mon, 28 Dec 2015 14:07:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB3E9CF9 for ; Mon, 28 Dec 2015 13:27:46 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1451306835.68e9d1b0bed5555301729d281f00b1bf6f5d564b.idella4@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: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 68e9d1b0bed5555301729d281f00b1bf6f5d564b X-VCS-Branch: master Date: Mon, 28 Dec 2015 13:27:46 +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: 508ffaa1-58cc-4460-a5b2-a272be312a09 X-Archives-Hash: 4432f5ade2a920338cc34bb873e251d7 commit: 68e9d1b0bed5555301729d281f00b1bf6f5d564b Author: Ilya Tumaykin gmail com> AuthorDate: Tue Dec 22 17:22:33 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Mon Dec 28 12:47:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68e9d1b0 media-video/mpv: adjust required libdvread version from 4.1.3 to 4.1.0 The first libdvdread-4.x version that entered the tree was 4.1.3, so from the Portage point of view this is ditto. However, mpv configure script requires libdvdread '>=4.1.0'. Unless someone wants to include this lengthy explanation why these two versions mismatch in the ebuild, adjust libdvdread version in dependency. Package-Manager: portage-2.2.24 media-video/mpv/mpv-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index bee13f2..46cb54d 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -63,7 +63,7 @@ COMMON_DEPEND=" dvb? ( virtual/linuxtv-dvb-headers ) dvd? ( >=media-libs/libdvdnav-4.2.0 - >=media-libs/libdvdread-4.1.3 + >=media-libs/libdvdread-4.1.0 ) egl? ( media-libs/mesa[egl,wayland(-)?] ) enca? ( app-i18n/enca )