Search Criteria
Package Details: libcamera-git r3989.e0e54965-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libcamera-git.git (read-only, click to copy) |
---|---|
Package Base: | libcamera-git |
Description: | A complex camera support library for Linux, Android, and ChromeOS |
Upstream URL: | http://libcamera.org/ |
Licenses: | LGPL2.1 |
Conflicts: | libcamera |
Provides: | libcamera |
Submitter: | fordprefect |
Maintainer: | gmy |
Last Packager: | gmy |
Votes: | 13 |
Popularity: | 0.008157 |
First Submitted: | 2018-12-06 09:51 (UTC) |
Last Updated: | 2022-10-11 08:56 (UTC) |
Dependencies (22)
- boost (boost-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gnutls (gnutls-gitAUR) (make)
- gst-plugins-base (gst-plugins-base-gitAUR) (make)
- gtest (googletest-gitAUR) (make)
- lttng-ust (make)
- meson (meson-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- python-jinja (make)
- python-ply (make)
- python-yaml (python-yaml-gitAUR) (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
- qt5-tools (make)
- sed (busybox-coreutilsAUR, sed-gitAUR) (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (optional)
- graphviz (optional)
- gstreamer (gstreamer-gitAUR) (optional)
- libevent (libevent-gitAUR) (optional)
- libtiff (libtiff-gitAUR, libtiff-lercAUR) (optional)
- Show 2 more dependencies...
Required by (32)
- gst-plugin-pipewire-full-git (requires libcamera) (make)
- harbour-shutter-git (requires libcamera)
- libpipewire-full-git (requires libcamera) (make)
- libpipewire-git (requires libcamera) (make)
- millipixels-git (requires libcamera)
- pipewire-alsa-git (requires libcamera) (make)
- pipewire-audio-git (requires libcamera) (make)
- pipewire-docs-git (requires libcamera) (make)
- pipewire-ffado-git (requires libcamera) (make)
- pipewire-full-alsa-git (requires libcamera) (make)
- pipewire-full-audio-git (requires libcamera) (make)
- pipewire-full-docs-git (requires libcamera) (make)
- pipewire-full-ffado-git (requires libcamera) (make)
- pipewire-full-ffmpeg-git (requires libcamera) (make)
- pipewire-full-git (requires libcamera) (make)
- pipewire-full-jack-client-git (requires libcamera) (make)
- pipewire-full-jack-git (requires libcamera) (make)
- pipewire-full-pulse-git (requires libcamera) (make)
- pipewire-full-roc-git (requires libcamera) (make)
- pipewire-full-v4l2-git (requires libcamera) (make)
- Show 12 more...
Latest Comments
1 2 3 4 5 6 Next › Last »
krassecommits commented on 2024-01-07 18:40 (UTC)
Installing this package is impossible, if libcamera and pipewire was installed on the system before. There is also a post about this on the forum: https://bbs.archlinux.org/viewtopic.php?pid=2141862#p2141862
sl1pkn07 commented on 2022-11-28 18:59 (UTC)
please add
libcamera.so
andlibcamera-base.so
as provides like do the [extra] packagegreetings
hashworks commented on 2022-09-06 13:11 (UTC)
Besides qt5-base the package gtest is also a makedepends. Build fails otherwise.
TheJackiMonster commented on 2022-08-13 21:49 (UTC)
qt5 seems to be a required dependency for the build. It fails without qt5 currently. So it should probably be added to the build dependencies.
skylize commented on 2022-06-29 06:24 (UTC)
Source repo seems to have moved permanently. Built by adding
git
subdomain to the hostname.hashworks commented on 2022-06-21 10:54 (UTC)
Build currently fails with
src/lc-compliance/meson.build:4:0: ERROR: Automatic wrap-based subproject downloading is disabled
.gmy commented on 2022-05-23 13:11 (UTC)
PKGBUILD updated. Thank you all for suggestions and sorry for delay. I believe that ignoring tests' results is just the same as not running them at all, so "check" function was commented out for now.
EinderJam commented on 2022-05-23 12:37 (UTC) (edited on 2022-05-23 13:10 (UTC) by EinderJam)
Today's second update fails to build (paru, up-to-date system):
souravdas142 commented on 2022-05-22 16:16 (UTC)
from commit lc-compliance: Only download gtest subproject as a fallback
gtest
is not required to download.For this I think these also no need to be explicitly mentioned as enabling
auto-features=enabled
automatically enabledauto
tag features.rest is ok from pobrn.
Please update PKGBUILD.
dvzrv commented on 2022-05-20 21:34 (UTC)
@gmy: Please build this using devtools and add all missing dependencies. This PKGBUILD does not build in a clean chroot.
Optdepends should have an explanation as to why they are required, most of the optdepends in this PKGBUILD are in fact makedepends and are not required during runtime (doxygen is used to create documentation during build not during runtime, libevent is also required during build, etc.).
1 2 3 4 5 6 Next › Last »