summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-09 07:24:38 +0000
committerSam James <sam@gentoo.org>2023-01-09 07:26:51 +0000
commitc1a9af137c542159f3fe1c7782f454309163bbb6 (patch)
treea19c2d81f64e9cb545505005c3abef36bc363b76
parentmedia-video/avidemux: fix LICENSE (diff)
downloadgentoo-c1a9af137c542159f3fe1c7782f454309163bbb6.tar.gz
gentoo-c1a9af137c542159f3fe1c7782f454309163bbb6.tar.bz2
gentoo-c1a9af137c542159f3fe1c7782f454309163bbb6.zip
media-libs/avidemux-core: fix LICENSE
Closes: https://bugs.gentoo.org/890040 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--media-libs/avidemux-core/avidemux-core-2.8.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/avidemux-core/avidemux-core-2.8.1.ebuild b/media-libs/avidemux-core/avidemux-core-2.8.1.ebuild
index 6dda81dfe7ae..eb19d053c01b 100644
--- a/media-libs/avidemux-core/avidemux-core-2.8.1.ebuild
+++ b/media-libs/avidemux-core/avidemux-core-2.8.1.ebuild
@@ -11,7 +11,8 @@ HOMEPAGE="http://fixounet.free.fr/avidemux"
SRC_URI="https://github.com/mean00/avidemux2/archive/${PV}.tar.gz -> avidemux-${PV}.tar.gz"
# Multiple licenses because of all the bundled stuff.
-LICENSE="GPL-1 GPL-2 MIT PSF-2 public-domain"
+# See License.txt.
+LICENSE="GPL-2 MIT PSF-2 LGPL-2 OFL-1.1"
SLOT="2.7"
KEYWORDS="~amd64 ~x86"
IUSE="debug nls sdl system-ffmpeg vaapi vdpau xv"