Hello community,

here is the log from the commit of package mpv for openSUSE:Factory checked in 
at 2017-11-03 16:27:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpv (Old)
 and      /work/SRC/openSUSE:Factory/.mpv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mpv"

Fri Nov  3 16:27:52 2017 rev:38 rq:538353 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpv/mpv.changes  2017-10-25 17:48:03.397907707 
+0200
+++ /work/SRC/openSUSE:Factory/.mpv.new/mpv.changes     2017-11-03 
16:29:07.998857313 +0100
@@ -1,0 +2,6 @@
+Thu Nov  2 12:20:01 UTC 2017 - [email protected]
+
+- Explicitly use python3 when building
+- Enable libva on wayland
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mpv.spec ++++++
--- /var/tmp/diff_new_pack.28Dfsu/_old  2017-11-03 16:29:08.734830526 +0100
+++ /var/tmp/diff_new_pack.28Dfsu/_new  2017-11-03 16:29:08.738830380 +0100
@@ -74,6 +74,7 @@
 BuildRequires:  pkgconfig(libudf)
 BuildRequires:  pkgconfig(libv4l2)
 BuildRequires:  pkgconfig(libva) >= 0.36.0
+BuildRequires:  pkgconfig(libva-wayland) >= 0.36.0
 BuildRequires:  pkgconfig(libva-x11) >= 0.36.0
 BuildRequires:  pkgconfig(python3)
 BuildRequires:  pkgconfig(rubberband)
@@ -213,7 +214,7 @@
 # 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 +231,7 @@
   --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 +239,7 @@
 popd
 
 %install
-./waf --destdir=%{buildroot} install
+python3 ./waf --destdir=%{buildroot} install
 
 pushd mpv-bash-completion-%{_mbc_ver}
 %make_install



Reply via email to