- 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/package/show/multimedia:apps/mpv?expand=0&rev=107
This commit is contained in:
parent
de5f92eefd
commit
d77af60f35
@ -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
|
Sun Aug 20 12:17:49 UTC 2017 - aloisio@gmx.com
|
||||||
|
|
||||||
@ -129,6 +135,7 @@ Tue Jul 18 19:42:17 UTC 2017 - 9@cirno.systems
|
|||||||
* ytdl_hook: treat single-entry playlists as a single video
|
* ytdl_hook: treat single-entry playlists as a single video
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
>>>>>>> ./mpv.changes.rcf94f24b222293c0f1dd5c61baca88f4
|
||||||
Mon May 22 08:41:28 UTC 2017 - tchvatal@suse.com
|
Mon May 22 08:41:28 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
- Depend on lua-5.1 as 5.3 is incompatible wrt bsc#1040034
|
- Depend on lua-5.1 as 5.3 is incompatible wrt bsc#1040034
|
||||||
|
5
mpv.spec
5
mpv.spec
@ -41,6 +41,7 @@ BuildRequires: bash
|
|||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: linux-kernel-headers
|
BuildRequires: linux-kernel-headers
|
||||||
|
# Needed any lua to convert the bash-completion
|
||||||
BuildRequires: lua
|
BuildRequires: lua
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -105,7 +106,11 @@ BuildRequires: pkgconfig(lua)
|
|||||||
%if 0%{?suse_version} > 1320
|
%if 0%{?suse_version} > 1320
|
||||||
%ifarch aarch64 %{ix86} x86_64
|
%ifarch aarch64 %{ix86} x86_64
|
||||||
BuildRequires: pkgconfig(luajit)
|
BuildRequires: pkgconfig(luajit)
|
||||||
|
%else
|
||||||
|
BuildRequires: pkgconfig(lua-5.1)
|
||||||
%endif
|
%endif
|
||||||
|
%else
|
||||||
|
BuildRequires: pkgconfig(lua-5.1)
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 1315
|
%if 0%{?suse_version} >= 1315
|
||||||
# Testing framework: disabled for now as it runs just 1 test
|
# Testing framework: disabled for now as it runs just 1 test
|
||||||
|
Loading…
Reference in New Issue
Block a user