From 7e72fe7c1b44ba16de853a4e99c6d65d9ad9fe79dfbe3b91ed6356f49db7a354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 3 Dec 2015 21:13:07 +0000 Subject: [PATCH] Accepting request 347384 from home:dirkmueller:branches:multimedia:apps - only depend on luajit on compatible architectures (doesn't exist on e.g. aarch64) OBS-URL: https://build.opensuse.org/request/show/347384 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=22 --- mpv.changes | 6 ++++++ mpv.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/mpv.changes b/mpv.changes index 2284819..20e2ebb 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 3 21:04:26 UTC 2015 - dmueller@suse.com + +- only depend on luajit on compatible architectures (doesn't + exist on e.g. aarch64) + ------------------------------------------------------------------- Tue Nov 10 19:02:49 UTC 2015 - idonmez@suse.com diff --git a/mpv.spec b/mpv.spec index a5ca438..69941b1 100644 --- a/mpv.spec +++ b/mpv.spec @@ -104,8 +104,10 @@ BuildRequires: libswscale-devel # JIT for lua. %if 0%{?suse_version} > 1310 BuildRequires: python-rst2pdf +%ifarch %ix86 x86_64 BuildRequires: pkgconfig(luajit) %endif +%endif %if 0%{?suse_version} != 1315 # Testing framework: disabled for now as it runs just 1 test # BuildRequires: pkgconfig(cmocka) >= 0.4.1