SHA256
1
0
forked from pool/mpv

Accepting request 518113 from home:deabru:multimedia

- Explicitly enable samba
- Error in lua dependencies

OBS-URL: https://build.opensuse.org/request/show/518113
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=110
This commit is contained in:
Tomáš Chvátal 2017-08-22 11:44:06 +00:00 committed by Git OBS Bridge
parent ad23773f4d
commit c61061a357

View File

@ -110,7 +110,7 @@ BuildRequires: pkgconfig(luajit)
BuildRequires: pkgconfig(lua-5.1) BuildRequires: pkgconfig(lua-5.1)
%endif %endif
%else %else
BuildRequires: pkgconfig(lua-5.1) BuildRequires: pkgconfig(lua)
%endif %endif
%if 0%{?suse_version} >= 1315 %if 0%{?suse_version} >= 1315
# Testing framework: disabled for now as it runs just 1 test # Testing framework: disabled for now as it runs just 1 test
@ -210,6 +210,8 @@ myopts="--disable-sdl1 --disable-sdl2"
myopts+=" --disable-build-date" myopts+=" --disable-build-date"
# Debug just adds -g and we do that over optflags anyway. # Debug just adds -g and we do that over optflags anyway.
myopts+=" --disable-debug" myopts+=" --disable-debug"
# Explicitly enable samba (seems non-default now?)
myopts+=" --enable-libsmbclient"
export CCFLAGS="%{optflags}" export CCFLAGS="%{optflags}"
./waf configure \ ./waf configure \
--prefix="%{_prefix}" \ --prefix="%{_prefix}" \