Accepting request 518116 from multimedia:apps
- Explicitly enable libsmbclient OBS-URL: https://build.opensuse.org/request/show/518116 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=34
This commit is contained in:
commit
3719bdb237
@ -3,6 +3,7 @@ Mon Aug 21 12:31:39 UTC 2017 - tchvatal@suse.com
|
|||||||
|
|
||||||
- Build only against luajit and not lua where possible
|
- Build only against luajit and not lua where possible
|
||||||
- Comment on why we depend on lua (for bash_completion generating)
|
- 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
|
Sun Aug 20 12:17:49 UTC 2017 - aloisio@gmx.com
|
||||||
|
4
mpv.spec
4
mpv.spec
@ -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}" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user