Accepting request 517150 from home:dimstar:Factory
- BuildRequire pkgconfig(lua5.1) instead of pkgconfig(lua-5.1): the .pc files has been normalized to match other distributions. OBS-URL: https://build.opensuse.org/request/show/517150 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=102
This commit is contained in:
parent
f3b8f2695d
commit
590b93a6fa
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 10:31:17 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- BuildRequire pkgconfig(lua5.1) instead of pkgconfig(lua-5.1): the
|
||||
.pc files has been normalized to match other distributions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 19 11:26:19 UTC 2017 - aloisio@gmx.com
|
||||
|
||||
|
11
mpv.spec
11
mpv.spec
@ -74,11 +74,6 @@ BuildRequires: pkgconfig(libudf)
|
||||
BuildRequires: pkgconfig(libv4l2)
|
||||
BuildRequires: pkgconfig(libva) >= 0.36.0
|
||||
BuildRequires: pkgconfig(libva-x11) >= 0.36.0
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: pkgconfig(lua-5.1)
|
||||
%else
|
||||
BuildRequires: pkgconfig(lua)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(python3)
|
||||
BuildRequires: pkgconfig(rubberband)
|
||||
BuildRequires: pkgconfig(smbclient)
|
||||
@ -101,7 +96,11 @@ Recommends: youtube-dl
|
||||
# Obsoletion of mplayer2 that is dead for 2 years now
|
||||
Provides: mplayer2 = 20140101
|
||||
Obsoletes: mplayer2 < 20140101
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: pkgconfig(lua5.1)
|
||||
%else
|
||||
BuildRequires: pkgconfig(lua)
|
||||
%endif
|
||||
# JIT for lua.
|
||||
%if 0%{?suse_version} > 1320
|
||||
%ifarch aarch64 %{ix86} x86_64
|
||||
|
Loading…
Reference in New Issue
Block a user