diff options
author | 2016-02-16 21:09:32 +0300 | |
---|---|---|
committer | 2016-02-16 21:09:32 +0300 | |
commit | 238f542d1ac13135e3c123ea3bb3090a3fc82605 (patch) | |
tree | d0d0f74e039768babdbb80e66c60c43de0acdf54 /media-video/mpv | |
parent | net-misc/sks: Clean up old versions (diff) | |
download | gentoo-238f542d1ac13135e3c123ea3bb3090a3fc82605.tar.gz gentoo-238f542d1ac13135e3c123ea3bb3090a3fc82605.tar.bz2 gentoo-238f542d1ac13135e3c123ea3bb3090a3fc82605.zip |
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
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index cfbfe7bd6642..f100dc65cc34 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? ( |