fixed, thanks
Search Criteria
Package Details: v4l2loopback-dc-dkms 1:2.1.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/droidcam.git (read-only, click to copy) |
---|---|
Package Base: | droidcam |
Description: | v4l2-loopback kernel module - DroidCam version |
Upstream URL: | https://github.com/dev47apps/droidcam-linux-client |
Keywords: | android ios webcam |
Licenses: | GPL-2.0-or-later |
Provides: | V4L2LOOPBACK-MODULE |
Submitter: | marquicus |
Maintainer: | mhdi |
Last Packager: | mhdi |
Votes: | 143 |
Popularity: | 1.74 |
First Submitted: | 2011-06-29 20:31 (UTC) |
Last Updated: | 2025-06-25 06:12 (UTC) |
Dependencies (10)
- dkms (dkms-gitAUR)
- alsa-lib (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-full-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-full-gitAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- libappindicator-gtk3 (make)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR) (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 (4)
- droidcam (requires V4L2LOOPBACK-MODULE)
- droidcam-git (requires V4L2LOOPBACK-MODULE)
- immersed (requires V4L2LOOPBACK-MODULE) (optional)
- simple-droidcam-client (requires V4L2LOOPBACK-MODULE)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 32 33 34 35 36 37 38 Next › Last »
marquicus commented on 2012-06-28 13:49 (UTC)
zlowly commented on 2012-06-28 03:52 (UTC)
[[ "${CARCH}" = "i386" ]] && _arch="x86" && sha1sums+=('5cec41421d60eb5c32e5eab9399dd80b38a2337d')
in above line, i386 should be i686.
marquicus commented on 2012-06-18 15:43 (UTC)
thank you Guixu758, updated
Guichu commented on 2012-06-17 21:38 (UTC)
UPDATE PKGBUILD:
pkgver:3.5
x86
Sha1sum: 5cec41421d60eb5c32e5eab9399dd80b38a2337d
x64
Sha1Sum: 770f9645fcd4fd3273fede19df6cc075e4607835
OldShatterhand commented on 2012-04-05 14:44 (UTC)
Fixed Tar-Achive with PKGBUILD, patches etc. included is available here: http://www.wuala.com/OldShatterhand/ArchLinux%20AUR/droidcam/droidcam-3.2.1-3.src.tar.gz/
Seems to work so far. (Thx stomp_stopmclap for mentioning what has to be fixed)
<deleted-account> commented on 2012-03-24 19:24 (UTC)
I fixed the earlier error from the pastebin by compiling the droidx64.tar.gz file by adding the following line into droidcam/webcam/droidcam_v4l.c:
#include <linux/module.h>
<deleted-account> commented on 2012-03-23 19:24 (UTC)
There are several errors with this package. Firstly, if the used linux kernel is not the same version as the linux-headers version, the kernel cannot compile.
Secondly, in /etc/rc.d/droidcam, line 21:
/sbin/insmod ${DRIVER_LOCATION}/${DROIDCAM_V4L}.ko width=${WIDTH} height=${HEIGHT}
should call
/usr/bin/insmod
or link it if it does not exist.
Kernel module cannot compile. Please find the error result here:
http://pastebin.com/ynm6u9JP
gbc921 commented on 2012-03-03 05:00 (UTC)
The Sha1Sum for x64 had been modified to:
74d56cd3165692aa480545e20a9a7479c0f245f1
Here is the updated PKG:
http://pastebin.com/YXDUpRzu
By the way, the kernel module is not working yet.
Thanks.
marquicus commented on 2012-01-26 14:37 (UTC)
I think it could be because the replacement of module-init-tools by knod, problem reported to dev47apps.com
Pinned Comments