[Bug 797041] Licensing fixes for gst-libav-1.0.recipe
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Aug 29 06:05:23 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=797041
--- Comment #1 from Nirbheek Chauhan <nirbheek.chauhan at gmail.com> ---
Created attachment 373492
--> https://bugzilla.gnome.org/attachment.cgi?id=373492&action=edit
gst-libav-1.0.recipe: Fix license configure option
The option is --disable-gpl not --enable-lgpl, and the default is
--enable-gpl, which causes the plugin to incorrectly report its
license as GPLv2.
Thankfully, ffmpeg's default is --disable-gpl, so the only issue this
caused was the plugin misreporting its license. Verified by checking
ffmpeg configure output:
Configuring included Libav instance with args
...
License: LGPL version 2.1 or later
The default for ffmpeg is also --disable-nonfree + --disable-version3
so the license specified in the recipe is correct.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list