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?)
|
# Explicitly enable samba (seems non-default now?)
|
||||||
myopts+=" --enable-libsmbclient"
|
myopts+=" --enable-libsmbclient"
|
||||||
export CCFLAGS="%{optflags}"
|
export CCFLAGS="%{optflags}"
|
||||||
./waf configure \
|
python3 ./waf configure \
|
||||||
--prefix="%{_prefix}" \
|
--prefix="%{_prefix}" \
|
||||||
--bindir="%{_bindir}" \
|
--bindir="%{_bindir}" \
|
||||||
--mandir="%{_mandir}" \
|
--mandir="%{_mandir}" \
|
||||||
@ -230,7 +230,7 @@ export CCFLAGS="%{optflags}"
|
|||||||
--enable-dvbin \
|
--enable-dvbin \
|
||||||
${myopts}
|
${myopts}
|
||||||
|
|
||||||
./waf build --verbose %{?_smp_mflags}
|
python3 ./waf build --verbose %{?_smp_mflags}
|
||||||
|
|
||||||
pushd mpv-bash-completion-%{_mbc_ver}
|
pushd mpv-bash-completion-%{_mbc_ver}
|
||||||
export MPV_BASHCOMPGEN_MPV_CMD=../build/mpv
|
export MPV_BASHCOMPGEN_MPV_CMD=../build/mpv
|
||||||
@ -238,7 +238,7 @@ make %{?_smp_mflags}
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./waf --destdir=%{buildroot} install
|
python3 ./waf --destdir=%{buildroot} install
|
||||||
|
|
||||||
pushd mpv-bash-completion-%{_mbc_ver}
|
pushd mpv-bash-completion-%{_mbc_ver}
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user