* update libcamera to 0.3.2-1

This commit is contained in:
Alexander Baldeck 2024-11-08 23:31:16 +01:00
parent 1f131de471
commit 76a195c8bc
3 changed files with 13 additions and 22 deletions

View File

@ -1,9 +1,13 @@
pkgbase = libcamera pkgbase = libcamera
pkgdesc = A complex camera support library for Linux, Android, and ChromeOS pkgdesc = A complex camera support library for Linux, Android, and ChromeOS
pkgver = 0.3.1 pkgver = 0.3.2
pkgrel = 2 pkgrel = 1
url = https://libcamera.org/ url = https://libcamera.org/
arch = x86_64 arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
makedepends = doxygen makedepends = doxygen
makedepends = git makedepends = git
makedepends = glib2 makedepends = glib2
@ -25,9 +29,9 @@ pkgbase = libcamera
makedepends = sdl2 makedepends = sdl2
makedepends = systemd makedepends = systemd
makedepends = texlive-core makedepends = texlive-core
source = git+https://git.libcamera.org/libcamera/libcamera.git#tag=v0.3.1 source = git+https://git.libcamera.org/libcamera/libcamera.git#tag=v0.3.2
sha512sums = 00a0387e64aecf29dd20c093f3c4c80b1960136f0eadd50a5e89de160c4c83cd3abd3605e7a57f98397c32da877975c472cf4f5bd6930044ab2dc0d1bc028936 sha512sums = 68d3f1b9353700452005be64223133ed0bddb0af15806df5c96c81b090ddd8adb8fdddf5430ed783bc6e89e7cb5910db5a0e20cb09734e995ab7199e884ba357
b2sums = 3a1a7bc7f78b5f46a561d5c558293942bc012c4dde74cd9bb19739cab34b22d53a64a6a51213c1d01e50afe1ea3acfe346477af5066303265801c1da52427fe3 b2sums = 593acb5ed5bffe932f4bc9890c1010683dc332284393f03acddccdd9de01f082de903ec4b51a53f8f415ba70435289db04fb571bbf3b363380c8cf40276aac71
pkgname = libcamera pkgname = libcamera
license = Apache-2.0 license = Apache-2.0

View File

@ -10,8 +10,8 @@ pkgname=(
gst-plugin-libcamera gst-plugin-libcamera
python-libcamera python-libcamera
) )
pkgver=0.3.1 pkgver=0.3.2
pkgrel=2.1 pkgrel=1
pkgdesc="A complex camera support library for Linux, Android, and ChromeOS" pkgdesc="A complex camera support library for Linux, Android, and ChromeOS"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://libcamera.org/" url="https://libcamera.org/"
@ -42,8 +42,8 @@ makedepends=(
source=( source=(
"git+$_url#tag=v$pkgver" "git+$_url#tag=v$pkgver"
) )
sha512sums=('00a0387e64aecf29dd20c093f3c4c80b1960136f0eadd50a5e89de160c4c83cd3abd3605e7a57f98397c32da877975c472cf4f5bd6930044ab2dc0d1bc028936') sha512sums=('68d3f1b9353700452005be64223133ed0bddb0af15806df5c96c81b090ddd8adb8fdddf5430ed783bc6e89e7cb5910db5a0e20cb09734e995ab7199e884ba357')
b2sums=('3a1a7bc7f78b5f46a561d5c558293942bc012c4dde74cd9bb19739cab34b22d53a64a6a51213c1d01e50afe1ea3acfe346477af5066303265801c1da52427fe3') b2sums=('593acb5ed5bffe932f4bc9890c1010683dc332284393f03acddccdd9de01f082de903ec4b51a53f8f415ba70435289db04fb571bbf3b363380c8cf40276aac71')
_pick() { _pick() {
local p="$1" f d; shift local p="$1" f d; shift

View File

@ -1,13 +0,0 @@
diff --git a/Documentation/theme/layout.html b/Documentation/theme/layout.html
index fcc6d221..339aacd6 100644
--- a/Documentation/theme/layout.html
+++ b/Documentation/theme/layout.html
@@ -35,7 +35,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0
{# RTD hosts this file, so just load on non RTD builds #}
{% if not READTHEDOCS %}
- <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
+ <link rel="stylesheet" href="{{ pathto('_static/' + styles[-1], 1) }}" type="text/css" />
{% endif %}
{% for cssfile in css_files %}