This commit is contained in:
parent
3ef41db0d0
commit
3e28201e34
6
mpv.spec
6
mpv.spec
@ -213,7 +213,7 @@ myopts+=" --disable-debug"
|
||||
# Explicitly enable samba (seems non-default now?)
|
||||
myopts+=" --enable-libsmbclient"
|
||||
export CCFLAGS="%{optflags}"
|
||||
./waf configure \
|
||||
python3 ./waf configure \
|
||||
--prefix="%{_prefix}" \
|
||||
--bindir="%{_bindir}" \
|
||||
--mandir="%{_mandir}" \
|
||||
@ -230,7 +230,7 @@ export CCFLAGS="%{optflags}"
|
||||
--enable-dvbin \
|
||||
${myopts}
|
||||
|
||||
./waf build --verbose %{?_smp_mflags}
|
||||
python3 ./waf build --verbose %{?_smp_mflags}
|
||||
|
||||
pushd mpv-bash-completion-%{_mbc_ver}
|
||||
export MPV_BASHCOMPGEN_MPV_CMD=../build/mpv
|
||||
@ -238,7 +238,7 @@ make %{?_smp_mflags}
|
||||
popd
|
||||
|
||||
%install
|
||||
./waf --destdir=%{buildroot} install
|
||||
python3 ./waf --destdir=%{buildroot} install
|
||||
|
||||
pushd mpv-bash-completion-%{_mbc_ver}
|
||||
%make_install
|
||||
|
Loading…
Reference in New Issue
Block a user