* update libcamera to 0.3.2-2

This commit is contained in:
Alexander Baldeck 2024-12-08 16:41:35 +01:00
parent 6dccccb67a
commit 1328d34163
3 changed files with 15 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = libcamera
pkgdesc = A complex camera support library for Linux, Android, and ChromeOS
pkgver = 0.3.2
pkgrel = 1
pkgrel = 2
url = https://libcamera.org/
arch = x86_64
arch = powerpc64le

View File

@ -11,7 +11,7 @@ pkgname=(
python-libcamera
)
pkgver=0.3.2
pkgrel=1
pkgrel=2
pkgdesc="A complex camera support library for Linux, Android, and ChromeOS"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://libcamera.org/"

View File

@ -0,0 +1,13 @@
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 %}