From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 709A315800F for ; Mon, 9 Jan 2023 07:27:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80F79E07D4; Mon, 9 Jan 2023 07:27:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EB9EE07D4 for ; Mon, 9 Jan 2023 07:27:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E14B340E98 for ; Mon, 9 Jan 2023 07:27:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC3FA804 for ; Mon, 9 Jan 2023 07:27:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1673249211.c1a9af137c542159f3fe1c7782f454309163bbb6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/avidemux-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/avidemux-core/avidemux-core-2.8.1.ebuild X-VCS-Directories: media-libs/avidemux-core/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c1a9af137c542159f3fe1c7782f454309163bbb6 X-VCS-Branch: master Date: Mon, 9 Jan 2023 07:27:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 35b31caa-d8a2-4887-8d9a-e9c336231a11 X-Archives-Hash: c9236407c322d4915b4431321ff77285 commit: c1a9af137c542159f3fe1c7782f454309163bbb6 Author: Sam James gentoo org> AuthorDate: Mon Jan 9 07:24:38 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 9 07:26:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a9af13 media-libs/avidemux-core: fix LICENSE Closes: https://bugs.gentoo.org/890040 Signed-off-by: Sam James gentoo.org> media-libs/avidemux-core/avidemux-core-2.8.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"