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.004334 |
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
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
nyanpasu64 commented on 2021-12-07 00:07 (UTC)
I talked on #libcamera:irc.oftc.net:
I found out that when you run
ninja -C build test
, around half of the tests are actually skipped (even with a webcam plugged in) unless you runmodprobe vimc; modprobe vivid; modprobe vim2m
as root beforehand. So I think that running the current test suite incheck()
isn't actually very useful.Perhaps
check()
should be removed?souravdas142 commented on 2021-12-06 15:50 (UTC) (edited on 2021-12-07 05:47 (UTC) by souravdas142)
@nyanpasu64
Everything is okey here..
Possibly This is because your webcam is unavailable or other process is using it.
Free webcamera from other process or connect a webcamera. and try to build it again.
Or if you can't both, patch PKGBUILD like this...
It will skip the test Even they are failed. I don't recommend it but If you have no option then only try it.
nyanpasu64 commented on 2021-12-06 15:28 (UTC)
This package can't build, is this a package bug or upstream bug, and should I report to https://bugs.libcamera.org/?
souravdas142 commented on 2021-12-02 12:45 (UTC) (edited on 2021-12-02 12:53 (UTC) by souravdas142)
@gmy Yeah Sure. "Sourav Das <souravdas142@gmail.com>" I feel honored. Thank you.
Wow.. You make it more robust, cleaner with space efficient. Thank you.
I'm maintaing this for ubuntu/debian directly from git in launchpad.
I feel sorry that I can't apply your changes there due to more close env. :D
gmy commented on 2021-12-02 01:25 (UTC) (edited on 2021-12-02 01:26 (UTC) by gmy)
@souravdas142, thank you for your input! I've applied PKGBUILD updates based on you patch with few modifications:
used sed to comment out gtest URLs instead of patch since it might be more robust solution in case gtest.wrap file ever changes
download gtest and patch as package sources
put gtest version into a separate variable for easier maintenance.
Would you mind if I mention you as contributor in PKGBUILD? Usually mentioning consists of a full name and email.
souravdas142 commented on 2021-11-28 11:13 (UTC) (edited on 2021-11-28 12:53 (UTC) by souravdas142)
Hi @gmy Look at below
PKGBUILD
patch file to solve https://github.com/kbingham/libcamera/pull/33The Idea is : (For more see : https://github.com/souravdas142/dotfiles/tree/libcamera/libcamera-git)
gtest: provide binaries to subprojects/packagefiles to avoid downloading
Here is the
PKGBUILD
Patch file :gmy commented on 2021-11-20 06:26 (UTC)
Created a PR to upstream, since it must be ignoring system gtest library unless some specific (non straightforward) build options are set: https://github.com/kbingham/libcamera/pull/33.
gmy commented on 2021-11-19 16:02 (UTC)
@zany130, please, try now. I've temporarily disabled lc-compliance feature which affected the build until I find a better solution.
zany130 commented on 2021-11-18 02:36 (UTC) (edited on 2021-11-18 02:36 (UTC) by zany130)
build fails with
« First ‹ Previous 1 2 3 4 5 6 Next › Last »