From 3e28201e34e3b629832102819219f7e538f1643d31f07caf878b92f769b4bdf2 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 2 Nov 2017 12:13:34 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=119 --- mpv.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mpv.spec b/mpv.spec index 935135d..05bcf8e 100644 --- a/mpv.spec +++ b/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 From d48509860b82bc22fc45449e4278f8a51245b1c748d1ac458649366fa3fbf473 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 2 Nov 2017 12:19:45 +0000 Subject: [PATCH 2/3] - Explicitly use pytho3 when building - Enable libva on wayland OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=120 --- mpv.changes | 6 ++++++ mpv.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/mpv.changes b/mpv.changes index d1965a1..9248331 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 2 12:20:01 UTC 2017 - mpluskal@suse.com + +- Explicitly use pytho3 when building +- Enable libva on wayland + ------------------------------------------------------------------- Tue Oct 24 18:33:12 UTC 2017 - aloisio@gmx.com diff --git a/mpv.spec b/mpv.spec index 05bcf8e..db38d56 100644 --- a/mpv.spec +++ b/mpv.spec @@ -74,6 +74,7 @@ BuildRequires: pkgconfig(libswscale) >= 4.2.100 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) From 89950a4dc5c95c493b9d35461cdcfff4922821c93cb214d8cd99974f16db5168 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 2 Nov 2017 13:00:49 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=121 --- mpv.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv.changes b/mpv.changes index 9248331..5e3d033 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Thu Nov 2 12:20:01 UTC 2017 - mpluskal@suse.com -- Explicitly use pytho3 when building +- Explicitly use python3 when building - Enable libva on wayland -------------------------------------------------------------------