summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-07-06 10:30:17 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2023-07-07 09:31:23 +0200
commit800145eab46abf96ea1265f7816bce86e7640745 (patch)
treee8e18a5573ccf222e46af14f4b251942ec4c7b1e /media-libs
parentapp-admin/eselect, app-emacs/eselect-mode: Add a comment (diff)
downloadgentoo-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')
-rw-r--r--media-libs/a52dec/a52dec-0.7.4-r8.ebuild10
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"