- Try to fix build for both Factory and packman
* We neeed to sync this up OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=10
This commit is contained in:
parent
aa82e003ab
commit
7cf54167a7
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 27 10:53:28 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Try to fix build for both Factory and packman
|
||||||
|
* We neeed to sync this up
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 27 09:23:41 UTC 2015 - tchvatal@suse.com
|
Wed May 27 09:23:41 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
14
mpv.spec
14
mpv.spec
@ -89,7 +89,21 @@ BuildRequires: pkgconfig(zlib)
|
|||||||
Recommends: youtube-dl
|
Recommends: youtube-dl
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?BUILD_ORIG}
|
%if 0%{?BUILD_ORIG}
|
||||||
|
# ffmpeg pkgconfig not possible on factory due to missing preffer in prjconfigs
|
||||||
|
BuildRequires: pkgconfig(libavcodec)
|
||||||
|
BuildRequires: pkgconfig(libavdevice) >= 55.0.0
|
||||||
|
BuildRequires: pkgconfig(libavfilter) >= 5.0.0
|
||||||
|
BuildRequires: pkgconfig(libavformat)
|
||||||
|
BuildRequires: pkgconfig(libavutil)
|
||||||
BuildRequires: pkgconfig(libmpg123)
|
BuildRequires: pkgconfig(libmpg123)
|
||||||
|
BuildRequires: pkgconfig(libswresample) >= 1.1.100
|
||||||
|
%else
|
||||||
|
BuildRequires: libavcodec-devel
|
||||||
|
BuildRequires: libavdevice-devel
|
||||||
|
BuildRequires: libavfilter-devel
|
||||||
|
BuildRequires: libavformat-devel
|
||||||
|
BuildRequires: libavutil-devel
|
||||||
|
BuildRequires: libswscale-devel
|
||||||
%endif
|
%endif
|
||||||
# PDF manual.
|
# PDF manual.
|
||||||
# JIT for lua.
|
# JIT for lua.
|
||||||
|
Loading…
Reference in New Issue
Block a user