From 40f5fddca7f774944a53f58eeaebc4db79c373d8 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 19 Sep 2021 20:37:26 +0300 Subject: libcamera: Standardize URLs to git repositories When the libcamera project was started, we had no public git tree hosted on git.libcamera.org. The problem has been addressed a while ago, and the git.linuxtv.org libcamera repository is now a mirror of the main git tree. The mirror is useful to benefit from the linuxtv.org automated compile tests, but it can also confuse users who don't know where the official version is. To try and clarify this, use the git.libcamera.org URL consistently through the project. This doesn't void the validatity of the linuxtv.org repository which will continue to mirror the libcamera.org repository. Signed-off-by: Laurent Pinchart Reviewed-by: Umang Jain Reviewed-by: Paul Elder --- package/gentoo/media-libs/libcamera/libcamera-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild b/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild index ca216c0a..65619e07 100644 --- a/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild +++ b/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild @@ -8,7 +8,7 @@ inherit git-r3 meson python-any-r1 DESCRIPTION="Camera support library for Linux" HOMEPAGE="http://libcamera.org" -EGIT_REPO_URI="git://linuxtv.org/libcamera.git" +EGIT_REPO_URI="https://git.libcamera.org/libcamera/libcamera.git" EGIT_BRANCH="master" LICENSE="LGPL-2.1+" -- cgit v1.2.1