forked from jengelh/ffmpeg-4
Accepting request 625731 from home:scarabeus_iv:branches:multimedia:libs
- Reduce the optional conditional for the SLE12 backports to cover everything, most of the packages in old codestreams were not really ready as they need additional baselibs/etc. * Since these are new features user will simply wait or use TW OBS-URL: https://build.opensuse.org/request/show/625731 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=13
This commit is contained in:
parent
94d245c68f
commit
2a180730e4
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 08:56:56 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Reduce the optional conditional for the SLE12 backports to
|
||||
cover everything, most of the packages in old codestreams were
|
||||
not really ready as they need additional baselibs/etc.
|
||||
* Since these are new features user will simply wait or use TW
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 07:03:06 UTC 2018 - jengelh@inai.de
|
||||
|
||||
|
@ -66,10 +66,22 @@
|
||||
%bcond_without mysofa
|
||||
%bcond_without vidstab
|
||||
%bcond_without srt
|
||||
%bcond_without codec2
|
||||
%bcond_without bs2b
|
||||
%bcond_without lv2
|
||||
%bcond_without rubberband
|
||||
%bcond_without soxr
|
||||
%bcond_without zmq
|
||||
%else
|
||||
%bcond_with mysofa
|
||||
%bcond_with vidstab
|
||||
%bcond_with srt
|
||||
%bcond_with codec2
|
||||
%bcond_with bs2b
|
||||
%bcond_with lv2
|
||||
%bcond_with rubberband
|
||||
%bcond_with soxr
|
||||
%bcond_with zmq
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} >= 1500
|
||||
@ -80,23 +92,6 @@
|
||||
%bcond_with openmpt
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} > 1500 || 0%{?is_opensuse}
|
||||
%bcond_without codec2
|
||||
%bcond_without bs2b
|
||||
%bcond_without lv2
|
||||
%bcond_without rubberband
|
||||
%bcond_without soxr
|
||||
%bcond_without zmq
|
||||
%else
|
||||
# backports SLE12
|
||||
%bcond_with codec2
|
||||
%bcond_with bs2b
|
||||
%bcond_with lv2
|
||||
%bcond_with rubberband
|
||||
%bcond_with soxr
|
||||
%bcond_with zmq
|
||||
%endif
|
||||
|
||||
%define _name ffmpeg
|
||||
%define _major_version 4
|
||||
%define _major_expected 5
|
||||
|
Loading…
Reference in New Issue
Block a user