diff --git a/libcamera/.SRCINFO b/libcamera/.SRCINFO index 2c6c1245dd..01a41e11be 100644 --- a/libcamera/.SRCINFO +++ b/libcamera/.SRCINFO @@ -1,9 +1,13 @@ pkgbase = libcamera pkgdesc = A complex camera support library for Linux, Android, and ChromeOS - pkgver = 0.3.1 - pkgrel = 2 + pkgver = 0.3.2 + pkgrel = 1 url = https://libcamera.org/ arch = x86_64 + arch = powerpc64le + arch = powerpc64 + arch = powerpc + arch = riscv64 makedepends = doxygen makedepends = git makedepends = glib2 @@ -25,9 +29,9 @@ pkgbase = libcamera makedepends = sdl2 makedepends = systemd makedepends = texlive-core - source = git+https://git.libcamera.org/libcamera/libcamera.git#tag=v0.3.1 - sha512sums = 00a0387e64aecf29dd20c093f3c4c80b1960136f0eadd50a5e89de160c4c83cd3abd3605e7a57f98397c32da877975c472cf4f5bd6930044ab2dc0d1bc028936 - b2sums = 3a1a7bc7f78b5f46a561d5c558293942bc012c4dde74cd9bb19739cab34b22d53a64a6a51213c1d01e50afe1ea3acfe346477af5066303265801c1da52427fe3 + source = git+https://git.libcamera.org/libcamera/libcamera.git#tag=v0.3.2 + sha512sums = 68d3f1b9353700452005be64223133ed0bddb0af15806df5c96c81b090ddd8adb8fdddf5430ed783bc6e89e7cb5910db5a0e20cb09734e995ab7199e884ba357 + b2sums = 593acb5ed5bffe932f4bc9890c1010683dc332284393f03acddccdd9de01f082de903ec4b51a53f8f415ba70435289db04fb571bbf3b363380c8cf40276aac71 pkgname = libcamera license = Apache-2.0 diff --git a/libcamera/PKGBUILD b/libcamera/PKGBUILD index 538685795d..75b6e58a29 100644 --- a/libcamera/PKGBUILD +++ b/libcamera/PKGBUILD @@ -10,8 +10,8 @@ pkgname=( gst-plugin-libcamera python-libcamera ) -pkgver=0.3.1 -pkgrel=2.1 +pkgver=0.3.2 +pkgrel=1 pkgdesc="A complex camera support library for Linux, Android, and ChromeOS" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://libcamera.org/" @@ -42,8 +42,8 @@ makedepends=( source=( "git+$_url#tag=v$pkgver" ) -sha512sums=('00a0387e64aecf29dd20c093f3c4c80b1960136f0eadd50a5e89de160c4c83cd3abd3605e7a57f98397c32da877975c472cf4f5bd6930044ab2dc0d1bc028936') -b2sums=('3a1a7bc7f78b5f46a561d5c558293942bc012c4dde74cd9bb19739cab34b22d53a64a6a51213c1d01e50afe1ea3acfe346477af5066303265801c1da52427fe3') +sha512sums=('68d3f1b9353700452005be64223133ed0bddb0af15806df5c96c81b090ddd8adb8fdddf5430ed783bc6e89e7cb5910db5a0e20cb09734e995ab7199e884ba357') +b2sums=('593acb5ed5bffe932f4bc9890c1010683dc332284393f03acddccdd9de01f082de903ec4b51a53f8f415ba70435289db04fb571bbf3b363380c8cf40276aac71') _pick() { local p="$1" f d; shift diff --git a/libcamera/libcamera-0.0.5-sphinx.patch b/libcamera/libcamera-0.0.5-sphinx.patch deleted file mode 100644 index 4591f291fb..0000000000 --- a/libcamera/libcamera-0.0.5-sphinx.patch +++ /dev/null @@ -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 %} -- -+ - {% endif %} - - {% for cssfile in css_files %}