- Also depend on exact version of libavformat

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=57
This commit is contained in:
Ismail Dönmez 2016-09-02 07:47:13 +00:00 committed by Git OBS Bridge
parent 5fbf76aa50
commit b31b13bb44
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 2 07:45:36 UTC 2016 - idonmez@suse.com
- Also depend on exact version of libavformat
-------------------------------------------------------------------
Fri Aug 26 18:17:38 UTC 2016 - aloisio@gmx.com

View File

@ -94,6 +94,7 @@ BuildRequires: pkgconfig(zlib)
# we need to rebuild with every new minor version of ffmpeg
# update soname once it changes
Requires: %(rpm -qf $(readlink -f %{_libdir}/libavcodec.so) --qf "%%{name} = %%{version}")
Requires: %(rpm -qf $(readlink -f %{_libdir}/libavformat.so) --qf "%%{name} = %%{version}")
# Used via LUA scripts
Recommends: youtube-dl
# Obsoletion of mplayer2 that is dead for 2 years now