[libcamera-devel] [PATCH] libcamera: Standardize URLs to git repositories

paul.elder at ideasonboard.com paul.elder at ideasonboard.com
Thu Sep 23 05:57:44 CEST 2021


Hi Laurent,

On Wed, Sep 22, 2021 at 03:08:56PM +0300, Laurent Pinchart wrote:
> 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 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 the validatity of the linuxtv.org repository which will

doesn't what? :p

> continue to mirror the libcamera.org repository.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

Reviewed-by: Paul Elder <paul.elder at ideasonboard.com>

> ---
>  README.rst                                                | 2 +-
>  package/gentoo/media-libs/libcamera/libcamera-9999.ebuild | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/README.rst b/README.rst
> index 6eb25c708180..a0cc45978b0b 100644
> --- a/README.rst
> +++ b/README.rst
> @@ -32,7 +32,7 @@ To fetch the sources, build and install:
>  
>  ::
>  
> -  git clone git://linuxtv.org/libcamera.git
> +  git clone https://git.libcamera.org/libcamera/libcamera.git
>    cd libcamera
>    meson build
>    ninja -C build install
> diff --git a/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild b/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild
> index ca216c0ae909..65619e07d4ae 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+"
> 
> base-commit: a3b1539869ae53a6446a1c31bdade6560f91a46b


More information about the libcamera-devel mailing list