Hello community, here is the log from the commit of package mpv for openSUSE:Factory checked in at 2016-02-23 16:54:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mpv (Old) and /work/SRC/openSUSE:Factory/.mpv.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpv" Changes: -------- --- /work/SRC/openSUSE:Factory/mpv/mpv.changes 2016-01-23 01:17:04.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mpv.new/mpv.changes 2016-02-23 16:54:58.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Feb 15 12:12:33 UTC 2016 - virtuous...@gmail.com + +- Add a mpv_gpl3 condition to build mpv as GPL-3.0+ on Packman. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpv.spec ++++++ --- /var/tmp/diff_new_pack.gI2rdD/_old 2016-02-23 16:54:59.000000000 +0100 +++ /var/tmp/diff_new_pack.gI2rdD/_new 2016-02-23 16:54:59.000000000 +0100 @@ -19,13 +19,20 @@ # +%bcond_with mpv_gpl3 +%if %{with mpv_gpl3} +%define _license GPL-3.0+ and BSD-3-Clause +%else +%define _license GPL-2.0+ and BSD-3-Clause +%endif + %define _waf_ver 1.8.12 %define lname libmpv1 Name: mpv Version: 0.15.0 Release: 0 Summary: Advanced general-purpose multimedia player -License: GPL-2.0+ and BSD-3-Clause +License: %{_license} Group: Productivity/Multimedia/Video/Players # waf is licensed with BSD-3-Clause Url: http://mpv.io/ @@ -164,6 +171,10 @@ myopts+=" --disable-build-date" # Debug just adds -g and we do that over optflags anyway. myopts+=" --disable-debug" +# nnedi3 feature that's hidden behind GPL3-switch activates openSUSE lawyers +%if %{with mpv_gpl3} +myopts+=" --enable-gpl3" +%endif export CCFLAGS="%{optflags}" ./waf configure \ --prefix="%{_prefix}" \