mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 23:09:45 +03:00
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 <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
parent
9b8f4c870f
commit
40f5fddca7
5 changed files with 15 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: libcamera
|
Upstream-Name: libcamera
|
||||||
Upstream-Contact: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
Upstream-Contact: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
||||||
Source: https://git.linuxtv.org/libcamera.git/
|
Source: https://git.libcamera.org/libcamera/libcamera.git/
|
||||||
|
|
||||||
Files: src/ipa/raspberrypi/data/*.json
|
Files: src/ipa/raspberrypi/data/*.json
|
||||||
utils/raspberrypi/ctt/ctt_config_example.json
|
utils/raspberrypi/ctt/ctt_config_example.json
|
||||||
|
|
|
@ -30,14 +30,17 @@ Source Code
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
libcamera is in early stages of development, and no releases are available yet.
|
libcamera is in early stages of development, and no releases are available yet.
|
||||||
The source code is available from the project's `git tree`_, hosted by `LinuxTV`_.
|
The source code is available from the project's `git tree`_.
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
$ git clone git://linuxtv.org/libcamera.git
|
$ git clone https://git.libcamera.org/libcamera/libcamera.git
|
||||||
|
|
||||||
.. _git tree: https://git.linuxtv.org/libcamera.git/
|
.. _git tree: https://git.libcamera.org/libcamera/libcamera.git/
|
||||||
.. _LinuxTV: https://linuxtv.org/
|
|
||||||
|
A mirror is also hosted on `LinuxTV`_.
|
||||||
|
|
||||||
|
.. _LinuxTV: https://git.linuxtv.org/libcamera.git/
|
||||||
|
|
||||||
Issue Tracker
|
Issue Tracker
|
||||||
-------------
|
-------------
|
||||||
|
|
|
@ -469,7 +469,7 @@ instance. An example of how to write image data to disk is available in the
|
||||||
`FileSink class`_ which is a part of the ``cam`` utility application in the
|
`FileSink class`_ which is a part of the ``cam`` utility application in the
|
||||||
libcamera repository.
|
libcamera repository.
|
||||||
|
|
||||||
.. _FileSink class: https://git.linuxtv.org/libcamera.git/tree/src/cam/file_sink.cpp
|
.. _FileSink class: https://git.libcamera.org/libcamera/libcamera.git/tree/src/cam/file_sink.cpp
|
||||||
|
|
||||||
With the handling of this request completed, it is possible to re-use the
|
With the handling of this request completed, it is possible to re-use the
|
||||||
buffers by adding them to a new ``Request`` instance with their matching
|
buffers by adding them to a new ``Request`` instance with their matching
|
||||||
|
@ -575,12 +575,12 @@ which is also the official build system of the libcamera library.
|
||||||
|
|
||||||
Make sure both ``meson`` and ``libcamera`` are installed in your system. Please
|
Make sure both ``meson`` and ``libcamera`` are installed in your system. Please
|
||||||
refer to your distribution documentation to install meson and install the most
|
refer to your distribution documentation to install meson and install the most
|
||||||
recent version of libcamera from the git repository at `Linux TV`_. You would
|
recent version of libcamera from the `git repository`_. You would also need to
|
||||||
also need to install the ``pkg-config`` tool to correctly identify the
|
install the ``pkg-config`` tool to correctly identify the libcamera.so object
|
||||||
libcamera.so object install location in the system.
|
install location in the system.
|
||||||
|
|
||||||
.. _Meson build system: https://mesonbuild.com/
|
.. _Meson build system: https://mesonbuild.com/
|
||||||
.. _Linux TV: https://git.linuxtv.org/libcamera.git/
|
.. _git repository: https://git.libcamera.org/libcamera/libcamera.git/
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
|
@ -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
|
cd libcamera
|
||||||
meson build
|
meson build
|
||||||
ninja -C build install
|
ninja -C build install
|
||||||
|
|
|
@ -8,7 +8,7 @@ inherit git-r3 meson python-any-r1
|
||||||
|
|
||||||
DESCRIPTION="Camera support library for Linux"
|
DESCRIPTION="Camera support library for Linux"
|
||||||
HOMEPAGE="http://libcamera.org"
|
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"
|
EGIT_BRANCH="master"
|
||||||
|
|
||||||
LICENSE="LGPL-2.1+"
|
LICENSE="LGPL-2.1+"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue