diff --git a/mpv.changes b/mpv.changes index 0fe8f55..659e32f 100644 --- a/mpv.changes +++ b/mpv.changes @@ -3,6 +3,7 @@ Mon Aug 21 12:31:39 UTC 2017 - tchvatal@suse.com - Build only against luajit and not lua where possible - Comment on why we depend on lua (for bash_completion generating) +- Explicitly enable libsmbclient ------------------------------------------------------------------- Sun Aug 20 12:17:49 UTC 2017 - aloisio@gmx.com diff --git a/mpv.spec b/mpv.spec index 68a0020..47f8c88 100644 --- a/mpv.spec +++ b/mpv.spec @@ -110,7 +110,7 @@ BuildRequires: pkgconfig(luajit) BuildRequires: pkgconfig(lua-5.1) %endif %else -BuildRequires: pkgconfig(lua-5.1) +BuildRequires: pkgconfig(lua) %endif %if 0%{?suse_version} >= 1315 # Testing framework: disabled for now as it runs just 1 test @@ -210,6 +210,8 @@ myopts="--disable-sdl1 --disable-sdl2" myopts+=" --disable-build-date" # Debug just adds -g and we do that over optflags anyway. myopts+=" --disable-debug" +# Explicitly enable samba (seems non-default now?) +myopts+=" --enable-libsmbclient" export CCFLAGS="%{optflags}" ./waf configure \ --prefix="%{_prefix}" \