Lennie wrote:I just installed vlc and was surprised it pulled in samba. I'm very sure vlc works great without samba - as long as you don't want to use it as a mediaserver (or whatever samba was meant for). I think it should be 'recommended' but not 'required'.
What if a user wants to play media files existing on samba share's. If vlc will be compiled with no smb plugin (putting on SLKBUILD the parameter --disable-smb) then vlc can't play multimedia files on samba shares. I have checked it.
This has nothing to do about using vlc as a mediaserver.
Alien Bob's vlc package also has been build with smb plugin enabled. This is the default build. It is enabled by default.
Vlc version on SBo is 2.0.3 not 2.0.4. SLKBUILD for vlc 2.0.3 does not work for vlc 2.0.4. So if you don't want samba then remove samba. No other packages will be removed. vlc build with smb plugin, can work without samba. But, it is not wise to remove samba from dep file, which has been produced by depfinder, when samba it is a dependency.
You can build vlc, without smb plugin by yourself. Download this
http://salix.enialis.net/x86_64/14.0/so ... c/SLKBUILD
and add under --enable-upnp \ the --disable-smb \
Code: Select all
--enable-upnp \
--disable-smb \
--disable-gnomevfs