Skip to content

Commit

Permalink
media-video/mpv: require samba[smbclient(+)] with 'samba' USE
Browse files Browse the repository at this point in the history
samba[smbclient] is required when building against samba-3.
samba-4 always installs libsmbclient.

Gentoo-Bug: https://bugs.gentoo.org/597600
Closes: gentoo#2621
Package-Manager: portage-2.3.2

Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
Coacher authored and SoapGentoo committed Oct 21, 2016
1 parent 4619d20 commit af25f89
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion media-video/mpv/mpv-0.18.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ COMMON_DEPEND="
media-libs/mesa[egl,gles2]
)
rubberband? ( >=media-libs/rubberband-1.8.0 )
samba? ( net-fs/samba )
samba? ( net-fs/samba[smbclient(+)] )
sdl? ( media-libs/libsdl2[sound,threads,video,X?,wayland?] )
v4l? ( media-libs/libv4l )
vaapi? ( >=x11-libs/libva-1.4.0[drm?,X?,wayland?] )
Expand Down
2 changes: 1 addition & 1 deletion media-video/mpv/mpv-0.20.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ COMMON_DEPEND="
media-libs/mesa[egl,gles2]
)
rubberband? ( >=media-libs/rubberband-1.8.0 )
samba? ( net-fs/samba )
samba? ( net-fs/samba[smbclient(+)] )
sdl? ( media-libs/libsdl2[sound,threads,video,X?,wayland?] )
v4l? ( media-libs/libv4l )
vaapi? ( >=x11-libs/libva-1.4.0[drm?,X?,wayland?] )
Expand Down
2 changes: 1 addition & 1 deletion media-video/mpv/mpv-0.21.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ COMMON_DEPEND="
media-libs/mesa[egl,gles2]
)
rubberband? ( >=media-libs/rubberband-1.8.0 )
samba? ( net-fs/samba )
samba? ( net-fs/samba[smbclient(+)] )
sdl? ( media-libs/libsdl2[sound,threads,video,X?,wayland?] )
v4l? ( media-libs/libv4l )
vaapi? ( >=x11-libs/libva-1.4.0[drm?,X?,wayland?] )
Expand Down
2 changes: 1 addition & 1 deletion media-video/mpv/mpv-0.9.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ RDEPEND="
openal? ( >=media-libs/openal-1.13 )
pulseaudio? ( media-sound/pulseaudio )
rubberband? ( >=media-libs/rubberband-1.8.0 )
samba? ( net-fs/samba )
samba? ( net-fs/samba[smbclient(+)] )
sdl? ( media-libs/libsdl2[threads] )
v4l? ( media-libs/libv4l )
wayland? (
Expand Down
2 changes: 1 addition & 1 deletion media-video/mpv/mpv-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ COMMON_DEPEND="
media-libs/mesa[egl,gles2]
)
rubberband? ( >=media-libs/rubberband-1.8.0 )
samba? ( net-fs/samba )
samba? ( net-fs/samba[smbclient(+)] )
sdl? ( media-libs/libsdl2[sound,threads,video,X?,wayland?] )
v4l? ( media-libs/libv4l )
vaapi? ( >=x11-libs/libva-1.4.0[drm?,X?,wayland?] )
Expand Down

0 comments on commit af25f89

Please sign in to comment.