Forgot to add: droidcam.install: http://pastie.org/9493163
This just does a depmod with proper arguments, otherwise modinfo/modprobe might not work properly.
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: | 140 |
Popularity: | 1.43 |
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-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- 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, linux-pfAUR, v4l2loopback-dkms)
- alsa-lib (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR) (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
- Show 1 more dependencies...
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 29 30 31 32 33 34 35 36 37 Next › Last »
ackalker commented on 2014-08-22 00:37 (UTC)
ackalker commented on 2014-08-22 00:32 (UTC)
There is a new version out.
If you want, you can use my updated PKGBUILD: http://pastie.org/9492159
It also fixes the depends array, v4l2loopback doesn't exist as a package and isn't needed.
nagy commented on 2014-08-18 15:09 (UTC)
thank you.
petRUShka commented on 2014-08-17 15:07 (UTC)
Hello. There are two problems:
1) There is no cli version installed
2) There are errors with custom kernels like linux-pf
Soultions:
1) Add `install -m755 "$srcdir"/${pkgname}-cli "$pkgdir"/usr/bin/${pkgname}-cli`
2) Replace
install -Dm644 v4l2loopback-dc.ko \
"$pkgdir/usr/lib/modules/extramodules-$_kver/v4l2loopback_dc.ko"
by
_extramodules="extramodules-$(uname -r | cut -f-2 -d'.')-$(uname -r|sed -e 's/.*-//g')"
MODPATH="${pkgdir}/usr/lib/modules/${_extramodules}/"
install -Dm644 v4l2loopback-dc.ko "$MODPATH/v4l2loopback_dc.ko"
whole PKGBUILD: http://pastie.org/private/zwkx4ed3z4faej5kcxoeq
capoeira commented on 2014-06-18 21:48 (UTC)
so, the settings file is in /usr/share/droidcam/
it has to be moved to ~/.droidcam/
capoeira commented on 2014-06-17 12:36 (UTC)
http://www.dev47apps.com/droidcam/linuxx/
capoeira commented on 2014-06-17 12:10 (UTC)
.droidcam es also missing....doesn't work at all - it's not in root folder, nore home
capoeira commented on 2014-06-17 11:27 (UTC)
not working ootb
the dc module has to be added by hand
nagy commented on 2014-05-17 13:33 (UTC)
thanks for reporting. i have edited to PKGBUILD . can you confirm that it works now ?
This package could also be adapted to use dkms instead.
Pinned Comments