source $GRIMOIRE/MESON_FUNCTIONS
           SPELL=libcamera
         VERSION=0.7.1
     SOURCE_HASH=sha512:0e886021a3bbd668184b581248b9d89a8e909360a7f138237a2c03b41b477cb255bd6daf4932fdebf86c3410b4deccc4c5db93264ed0c6c9969076cdbae8a77b
          SOURCE=$SPELL-v$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-v$VERSION"
        WEB_SITE=https://www.libcamera.org
   SOURCE_URL[0]="https://gitlab.freedesktop.org/camera/libcamera/-/archive/v${VERSION}/${SOURCE}"
      LICENSE[0]=APACHE
         ENTERED=20251111
        KEYWORDS=""
           SHORT="linux camera framework"
cat << EOF
complex camera support library for Linux, Android, and ChromeOS

Cameras are complex devices that need heavy hardware image processing operations. Control of the 
processing is based on advanced algorithms that must run on a programmable processor. This has 
traditionally been implemented in a dedicated MCU in the camera, but in embedded devices algorithms 
have been moved to the main CPU to save cost. Blurring the boundary between camera devices and Linux 
often left the user with no other option than a vendor-specific closed-source solution.

To address this problem the Linux media community has very recently started collaboration with the 
industry to develop a camera stack that will be open-source-friendly while still protecting vendor 
core IP. libcamera was born out of that collaboration and will offer modern camera support to 
Linux-based systems, including traditional Linux distributions, ChromeOS and Android.

EOF
