- 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:
parent
f688384ac5
commit
7ecae59acb
10
vlc.changes
10
vlc.changes
@ -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
|
||||
|
||||
|
2
vlc.spec
2
vlc.spec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user