From c931bb57a45867a78f7a7e88689775d02e270c8faec625be221ad81a66458c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 15 Apr 2017 19:12:06 +0000 Subject: [PATCH] - Enable luajit on aarch64 and update bit the conditional for wayland OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=91 --- mpv.changes | 5 +++++ mpv.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/mpv.changes b/mpv.changes index e019761..4d44773 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 15 19:11:46 UTC 2017 - tchvatal@suse.com + +- Enable luajit on aarch64 and update bit the conditional for wayland + ------------------------------------------------------------------- Fri Apr 14 13:25:27 UTC 2017 - aloisio@gmx.com diff --git a/mpv.spec b/mpv.spec index 0135729..858c745 100644 --- a/mpv.spec +++ b/mpv.spec @@ -107,11 +107,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build # JIT for lua. %if 0%{?suse_version} > 1320 BuildRequires: python-rst2pdf -%ifarch %{ix86} x86_64 +%ifarch aarch64 %{ix86} x86_64 BuildRequires: pkgconfig(luajit) %endif %endif -%if 0%{?suse_version} != 1315 +%if 0%{?suse_version} >= 1315 # Testing framework: disabled for now as it runs just 1 test # BuildRequires: pkgconfig(cmocka) >= 0.4.1 # Wayland and libguess.