* update libcamera to 0.3.2-2
This commit is contained in:
parent
6dccccb67a
commit
1328d34163
@ -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
|
||||
|
@ -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/"
|
||||
|
13
libcamera/libcamera-0.0.5-sphinx.patch
Normal file
13
libcamera/libcamera-0.0.5-sphinx.patch
Normal 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 %}
|
Loading…
x
Reference in New Issue
Block a user