SHA256
1
0
forked from pool/mpv

Accepting request 517935 from multimedia:apps

- Build only against luajit and not lua where possible
- Comment on why we depend on lua (for bash_completion generating)

OBS-URL: https://build.opensuse.org/request/show/517935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2017-08-22 09:10:09 +00:00 committed by Git OBS Bridge
commit 981af8d755
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 21 12:31:39 UTC 2017 - tchvatal@suse.com
- Build only against luajit and not lua where possible
- Comment on why we depend on lua (for bash_completion generating)
-------------------------------------------------------------------
Sun Aug 20 12:17:49 UTC 2017 - aloisio@gmx.com

View File

@ -41,6 +41,7 @@ BuildRequires: bash
BuildRequires: hicolor-icon-theme
BuildRequires: libjpeg-devel
BuildRequires: linux-kernel-headers
# Needed any lua to convert the bash-completion
BuildRequires: lua
BuildRequires: perl
BuildRequires: pkgconfig
@ -105,7 +106,11 @@ BuildRequires: pkgconfig(lua)
%if 0%{?suse_version} > 1320
%ifarch aarch64 %{ix86} x86_64
BuildRequires: pkgconfig(luajit)
%else
BuildRequires: pkgconfig(lua-5.1)
%endif
%else
BuildRequires: pkgconfig(lua-5.1)
%endif
%if 0%{?suse_version} >= 1315
# Testing framework: disabled for now as it runs just 1 test