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
This commit is contained in:
parent
652e0d4e10
commit
7e72fe7c1b
@ -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
|
||||
|
||||
|
2
mpv.spec
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user