diff options
author | Sam James <sam@gentoo.org> | 2023-01-09 07:26:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-09 07:26:52 +0000 |
commit | 005a3a9a63abf67e525eac6e924b23433eca4868 (patch) | |
tree | aa76d99d43b89f3542f962a2866b38e7a3b12b8f /media-libs/avidemux-plugins | |
parent | media-libs/avidemux-core: fix LICENSE (diff) | |
download | gentoo-005a3a9a63abf67e525eac6e924b23433eca4868.tar.gz gentoo-005a3a9a63abf67e525eac6e924b23433eca4868.tar.bz2 gentoo-005a3a9a63abf67e525eac6e924b23433eca4868.zip |
media-libs/avidemux-plugins: fix LICENSE
Closes: https://bugs.gentoo.org/890040
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/avidemux-plugins')
-rw-r--r-- | media-libs/avidemux-plugins/avidemux-plugins-2.8.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/avidemux-plugins/avidemux-plugins-2.8.1.ebuild b/media-libs/avidemux-plugins/avidemux-plugins-2.8.1.ebuild index 3c95dfdc5b08..165f373cca18 100644 --- a/media-libs/avidemux-plugins/avidemux-plugins-2.8.1.ebuild +++ b/media-libs/avidemux-plugins/avidemux-plugins-2.8.1.ebuild @@ -13,7 +13,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 LGPL-2.1 MIT OFL-1.1 PSF-2 public-domain" +# See License.txt. +LICENSE="GPL-2 MIT PSF-2 LGPL-2 OFL-1.1" SLOT="2.7" IUSE="a52 aac aften alsa amr dcaenc debug dts fdk fontconfig fribidi jack lame libsamplerate cpu_flags_x86_mmx nvenc opengl opus oss pulseaudio gui truetype twolame vdpau vorbis vpx x264 x265 xv xvid" KEYWORDS="~amd64 ~x86" |