For some reason, after installing this package ALSA did not recognize my internal soundcard anymore: snd_hda_intel 0000:00:1b.0: cannot find the slot for index 0 (range 0-1), error: -1
Search Criteria
Package Details: droidcam 1:2.1.3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/droidcam.git (read-only, click to copy) |
---|---|
Package Base: | droidcam |
Description: | A tool to turn your phone/tablet into a wireless/usb webcam |
Upstream URL: | https://github.com/dev47apps/droidcam-linux-client |
Keywords: | android ios webcam |
Licenses: | GPL-2.0-or-later |
Submitter: | marquicus |
Maintainer: | mhdi |
Last Packager: | mhdi |
Votes: | 142 |
Popularity: | 1.59 |
First Submitted: | 2011-06-29 20:31 (UTC) |
Last Updated: | 2024-06-14 19:38 (UTC) |
Dependencies (21)
- alsa-lib
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-fullAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libappindicator-gtk3
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libusbmuxd (libusbmuxd-rr-compatibleAUR, libusbmuxd-gitAUR)
- libx11 (libx11-gitAUR)
- pango (pango-gitAUR)
- speex (speex-gitAUR)
- V4L2LOOPBACK-MODULE (v4l2loopback-dc-dkmsAUR, v4l2loopback-dc-dkms-gitAUR, linux-pfAUR, v4l2loopback-dkms)
- alsa-lib (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-fullAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- libappindicator-gtk3 (make)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR) (make)
- libusbmuxd (libusbmuxd-rr-compatibleAUR, libusbmuxd-gitAUR) (make)
- speex (speex-gitAUR) (make)
- android-tools (android-sdk-platform-tools-dummyAUR, android-sdk-platform-toolsAUR) (optional) – for Android USB connection
- usbmuxd (usbmuxd2-gitAUR, usbmuxd-gitAUR) (optional) – for iOS USB connection
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 38 Next › Last »
patchcard2 commented on 2021-01-20 17:01 (UTC)
invidian commented on 2021-01-14 17:02 (UTC)
@maximbaz thanks for explanation! I replaced ../..
with ${srcdir}
then.
maximbaz commented on 2021-01-14 16:37 (UTC)
@invidian: it fails as hexhu describes when you build in isolated environment in chroot, e.g. install devtools
package and run extra-x86_64-build
.
I would suggest avoid using relative paths and just use ${srcdir}
in place of ../../
invidian commented on 2021-01-14 16:31 (UTC)
@biker The link is correct. We build multiple packages using single repository, as the source of both packages is the same.
invidian commented on 2021-01-14 16:31 (UTC)
@gbc921 did you try loading v4l2loopback or v4l2loopback-dc kernel module? Because the former is indeed provided by "v4l2loopback-dkms" package and the latter is provided by "v4l2loopback-dc-dkms".
invidian commented on 2021-01-14 16:29 (UTC)
@hexhu I've tried building the package in Arch Linux Docker image (Dockerfile in this package repository) and things work just fine. How do you invoke package building so you hit this issue?
hexhu commented on 2021-01-14 08:48 (UTC)
Getting
==> Starting package_droidcam()...
/dev/shm/makepkg/droidcam/src/droidcam-1.7 /dev/shm/makepkg/droidcam/src
install: cannot stat '../../droidcam.desktop': No such file or directory
==> ERROR: A failure occurred in package_droidcam().
Aborting...
for 1:1.7-1
.
Please change line 55-56 of PKGBUILD to
install -Dm644 "../${pkgbase}.desktop" "$pkgdir/usr/share/applications/${pkgbase}.desktop"
install -Dm644 "../${pkgbase}.conf" "${pkgdir}/etc/modules-load.d/${pkgbase}.conf"
as a fix.
Also v1.7.1 has just been released, which dropped 'appindicator' (systray icon) support.
gbc921 commented on 2021-01-11 00:17 (UTC)
On my system I had to install v4l2loopback-dkms
as well to be able to load the module. Not sure it is due to using linux-lts
.
Is this true for anybody else?
biker commented on 2021-01-01 15:17 (UTC)
Would expect "Git Clone URL" linking to "https://aur.archlinux.org/v4l2loopback-dc-dkms.git instead of "https://aur.archlinux.org/droidcam.git"!?
Vertolet commented on 2020-12-15 13:13 (UTC)
For Manjaro users and anyone else having issues: https://archived.forum.manjaro.org/t/howto-droidcam-on-manjaro/149030
Pinned Comments