- Require libavcodec<ABI>(unrestricted) (<ABI> is automatically

discovered during build based on what libavcodec.so links to)
  from vlc-codecs. This ensures that users installing vlc-codecs
  will get a prompt to replace the distro-provided libavcodec
  package - which is restricted in its formats. This requires the
  user to accept a vendor change.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=191
This commit is contained in:
Dominique Leuenberger 2016-09-28 18:58:15 +00:00 committed by Git OBS Bridge
parent f688384ac5
commit 7ecae59acb
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Sep 28 18:54:45 UTC 2016 - dimstar@opensuse.org
- Require libavcodec<ABI>(unrestricted) (<ABI> is automatically
discovered during build based on what libavcodec.so links to)
from vlc-codecs. This ensures that users installing vlc-codecs
will get a prompt to replace the distro-provided libavcodec
package - which is restricted in its formats. This requires the
user to accept a vendor change.
-------------------------------------------------------------------
Tue Sep 20 17:32:50 UTC 2016 - jengelh@inai.de

View File

@ -299,6 +299,8 @@ Summary: Additional codecs for the VLC media player
Group: Productivity/Multimedia/Video/Players
Requires: %{name}-noX = %{version}
Supplements: %{name}-noX
# We require the unrestricted libavcodec - same ABI version we linked
Requires: %(rpm --qf "%%{name}" -qf $(readlink -f %{_libdir}/libavcodec.so))(unrestricted)
%description codecs
This package enhances the functionality of the VLC media player by