commit:     238f542d1ac13135e3c123ea3bb3090a3fc82605
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Tue Feb 16 18:09:32 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 18:09:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238f542d

media-video/mpv: depend on virtual/jack in 9999 when jack USE is enabled

Instead of forcing Jack1 in the form of media-sound/jack-audio-connection-kit.
Quote from the upstream wiki [0]:

Jack 1 and Jack 2 are equivalent implementations of the same protocol.
...
Programs compiled against Jack 1 will work with Jack 2 without recompile
(and vice versa).

End quote.

[0]: 
https://github.com/jackaudio/jackaudio.github.com/wiki/Q_difference_jack1_jack2

Package-Manager: portage-2.2.27

 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 cfbfe7b..f100dc6 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -74,7 +74,7 @@ COMMON_DEPEND="
                libguess? ( >=app-i18n/libguess-1.0 )
                uchardet? ( dev-libs/uchardet )
        )
-       jack? ( media-sound/jack-audio-connection-kit )
+       jack? ( virtual/jack )
        jpeg? ( virtual/jpeg:0 )
        lcms? ( >=media-libs/lcms-2.6:2 )
        libass? (

Reply via email to