Accepting request 779923 from home:iznogood:branches:multimedia:libs
- Enable meson build conditionally for Tumbleweed. Possibly a solution to buildissues with new upcomming make OBS-URL: https://build.opensuse.org/request/show/779923 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=150
This commit is contained in:
parent
502c4e92a7
commit
ae77dbf0e4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 26 22:42:38 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Enable meson build conditionally for Tumbleweed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 23:03:20 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -20,8 +20,12 @@
|
||||
%define gst_branch 1.0
|
||||
%define gstreamer_plugins_base_req %(xzgrep --text "^GST[_A-Z]*_REQ.*=" %{SOURCE0} | sort -u | sed 's/GST_REQ=/gstreamer >= /')
|
||||
|
||||
# Disable for now. Plugin docs aren't being generated
|
||||
# Enable for tumbleweed only for now
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%define use_meson 1
|
||||
%else
|
||||
%define use_meson 0
|
||||
%endif
|
||||
|
||||
Name: gstreamer-plugins-base
|
||||
Version: 1.16.2
|
||||
|
Loading…
Reference in New Issue
Block a user