media-video/mpv: sync live ebuild
authorMikle Kolyada <zlogene@gentoo.org>
Thu, 9 Apr 2020 11:36:18 +0000 (14:36 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Thu, 9 Apr 2020 11:36:18 +0000 (14:36 +0300)
remove samba support

Closes: https://bugs.gentoo.org/716620
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
media-video/mpv/mpv-9999.ebuild

index cc4e249ae3a61f8b104da93360b44ad94a2ea627..3f64e9b8dfd9e9c8f24d588d7af2cdbe18a8f066 100644 (file)
@@ -26,11 +26,11 @@ SRC_URI+=" https://waf.io/waf-${WAF_PV}"
 DOCS+=( README.md DOCS/{client-api,interface}-changes.rst )
 
 # See Copyright in sources and Gentoo bug 506946. Waf is BSD, libmpv is ISC.
-LICENSE="LGPL-2.1+ GPL-2+ BSD ISC samba? ( GPL-3+ )"
+LICENSE="LGPL-2.1+ GPL-2+ BSD ISC"
 SLOT="0"
 IUSE="+alsa aqua archive bluray cdda +cli coreaudio cplugins cuda debug doc drm dvb
        dvd +egl gamepad gbm +iconv jack javascript jpeg lcms libcaca libmpv +lua
-       luajit openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl
+       luajit openal +opengl oss pulseaudio raspberry-pi rubberband sdl
        selinux test tools +uchardet vaapi vdpau vulkan wayland +X +xv zlib zimg"
 
 REQUIRED_USE="
@@ -92,7 +92,6 @@ COMMON_DEPEND="
        pulseaudio? ( media-sound/pulseaudio )
        raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 )
        rubberband? ( >=media-libs/rubberband-1.8.0 )
-       samba? ( net-fs/samba )
        sdl? ( media-libs/libsdl2[sound,threads,video] )
        vaapi? ( x11-libs/libva:=[drm?,X?,wayland?] )
        vdpau? ( x11-libs/libvdpau )
@@ -169,7 +168,6 @@ src_configure() {
                $(use_enable test)
 
                $(use_enable iconv)
-               $(use_enable samba libsmbclient)
                $(use_enable lua)
                $(usex luajit '--lua=luajit' '')
                $(use_enable javascript)