Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gstreamer-plugins-libav for openSUSE:Factory checked in at 2021-08-27 21:43:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-libav (Old) and /work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-libav" Fri Aug 27 21:43:16 2021 rev:26 rq:913971 version:1.18.4 Changes: -------- --- /work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes 2021-04-10 15:27:23.738379749 +0200 +++ /work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new.1899/gstreamer-plugins-libav.changes 2021-08-27 21:43:22.853934180 +0200 @@ -1,0 +2,6 @@ +Tue Aug 24 09:04:19 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org> + +- Update add-gpl-option.patch: the proper language to be used is + cpp, not c++; fixes build with meson 0.59. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ add-gpl-option.patch ++++++ --- /var/tmp/diff_new_pack.G1kLGa/_old 2021-08-27 21:43:23.453934874 +0200 +++ /var/tmp/diff_new_pack.G1kLGa/_new 2021-08-27 21:43:23.453934874 +0200 @@ -9,7 +9,7 @@ +gpl_option = get_option('gpl') +if gpl_option.enabled() + message('Building a GPL licensed gst-libav') -+ add_project_arguments('-DGST_LIBAV_ENABLE_GPL', language: 'c++') ++ add_project_arguments('-DGST_LIBAV_ENABLE_GPL', language: 'cpp') +endif + if gst_dep.type_name() == 'internal'