Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Mon, 28 Dec 2015 14:07:37
Message-Id: 1451306835.68e9d1b0bed5555301729d281f00b1bf6f5d564b.idella4@gentoo
1 commit: 68e9d1b0bed5555301729d281f00b1bf6f5d564b
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 22 17:22:33 2015 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 12:47:15 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68e9d1b0
7
8 media-video/mpv: adjust required libdvread version from 4.1.3 to 4.1.0
9
10 The first libdvdread-4.x version that entered the tree was 4.1.3, so
11 from the Portage point of view this is ditto. However, mpv configure
12 script requires libdvdread '>=4.1.0'. Unless someone wants to include
13 this lengthy explanation why these two versions mismatch in the ebuild,
14 adjust libdvdread version in dependency.
15
16 Package-Manager: portage-2.2.24
17
18 media-video/mpv/mpv-9999.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
22 index bee13f2..46cb54d 100644
23 --- a/media-video/mpv/mpv-9999.ebuild
24 +++ b/media-video/mpv/mpv-9999.ebuild
25 @@ -63,7 +63,7 @@ COMMON_DEPEND="
26 dvb? ( virtual/linuxtv-dvb-headers )
27 dvd? (
28 >=media-libs/libdvdnav-4.2.0
29 - >=media-libs/libdvdread-4.1.3
30 + >=media-libs/libdvdread-4.1.0
31 )
32 egl? ( media-libs/mesa[egl,wayland(-)?] )
33 enca? ( app-i18n/enca )