Skip to content

Commit

Permalink
media-video/mpv: explicitly disable code with unclear license
Browse files Browse the repository at this point in the history
Upstream provides very unclear license information
about the code hidden under --enable-gpl3 switch.
See Gentoo bug 571728 for more info.

This code is disabled by default, so there is no actual change in the
build. But since we have a report in Gentoo bugzilla, add a reference to
it.

Gentoo-Bug: 571278

Package-Manager: portage-2.2.26
  • Loading branch information
Coacher committed Jan 13, 2016
1 parent 1d081dd commit 79aef40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions media-video/mpv/mpv-0.14.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ src_configure() {
--confdir="${EPREFIX}"/etc/${PN}
--docdir="${EPREFIX}"/usr/share/doc/${PF}

--disable-gpl3 # Unclear license info. See Gentoo bug 571728.

$(usex cli '' '--disable-cplayer')
$(use_enable libmpv libmpv-shared)

Expand Down
2 changes: 2 additions & 0 deletions media-video/mpv/mpv-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ src_configure() {
--confdir="${EPREFIX}"/etc/${PN}
--docdir="${EPREFIX}"/usr/share/doc/${PF}

--disable-gpl3 # Unclear license info. See Gentoo bug 571728.

$(usex cli '' '--disable-cplayer')
$(use_enable libmpv libmpv-shared)

Expand Down

0 comments on commit 79aef40

Please sign in to comment.