diff options
author | 2023-07-06 10:30:17 +0200 | |
---|---|---|
committer | 2023-07-07 09:31:23 +0200 | |
commit | 800145eab46abf96ea1265f7816bce86e7640745 (patch) | |
tree | e8e18a5573ccf222e46af14f4b251942ec4c7b1e /media-libs/a52dec | |
parent | app-admin/eselect, app-emacs/eselect-mode: Add a comment (diff) | |
download | gentoo-800145eab46abf96ea1265f7816bce86e7640745.tar.gz gentoo-800145eab46abf96ea1265f7816bce86e7640745.tar.bz2 gentoo-800145eab46abf96ea1265f7816bce86e7640745.zip |
media-libs/a52dec: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs/a52dec')
-rw-r--r-- | media-libs/a52dec/a52dec-0.7.4-r8.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/a52dec/a52dec-0.7.4-r8.ebuild b/media-libs/a52dec/a52dec-0.7.4-r8.ebuild index fe92b504f184..4afd045dbc8d 100644 --- a/media-libs/a52dec/a52dec-0.7.4-r8.ebuild +++ b/media-libs/a52dec/a52dec-0.7.4-r8.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools flag-o-matic multilib-minimal -DESCRIPTION="library for decoding ATSC A/52 streams used in DVD" -HOMEPAGE="http://liba52.sourceforge.net/" -SRC_URI="http://liba52.sourceforge.net/files/${P}.tar.gz" +DESCRIPTION="Library for decoding ATSC A/52 streams used in DVD" +HOMEPAGE="https://liba52.sourceforge.net/" +SRC_URI="https://liba52.sourceforge.net/files/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="djbfft oss" |