media-video/mpv: adjust required libdvread version from 4.1.3 to 4.1.0
authorIlya Tumaykin <itumaykin@gmail.com>
Tue, 22 Dec 2015 17:22:33 +0000 (20:22 +0300)
committerIlya Tumaykin <itumaykin@gmail.com>
Mon, 28 Dec 2015 12:47:15 +0000 (15:47 +0300)
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

index bee13f2886a0ca952306b900dc991cf6e87cd41f..46cb54d02e1115085bbfccf9928f128bedce35ea 100644 (file)
@@ -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 )