Package Details: droidcam 1:2.1.3-2

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: 141
Popularity: 1.71
First Submitted: 2011-06-29 20:31 (UTC)
Last Updated: 2024-06-14 19:38 (UTC)

Dependencies (21)

Required by (0)

Sources (3)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 28 29 30 31 32 33 34 35 36 37 38 Next › Last »

erikvanvelzen commented on 2015-11-15 00:35 (UTC)

Below is a diff for droidcam 6.0 (version in AUR is currently 4.1) It also creates the file ~/.droidcam/settings I hope someone can update --- PKGBUILD_old 2015-10-28 12:00:33.036382004 +0100 +++ PKGBUILD 2015-11-15 02:24:08.440670180 +0100 @@ -1,11 +1,11 @@ # Maintainer: Daniel Nagy <danielnagy at gmx de> pkgname=droidcam -pkgver=4.1 -pkgrel=2 +pkgver=6.0 +pkgrel=3 _kver="`uname -r | cut -d"." -f1,2`-ARCH" pkgdesc='A tool for using your android device as a wireless/usb webcam' -arch=('i686' 'x86_64') +arch=('x86_64') url='http://www.dev47apps.com/' license=('custom') depends=( 'bluez-libs' 'gtk2') @@ -19,15 +19,12 @@ sha1sums=( 'f85b3f34f98908bd1327df0ea0e650dcbdcb07e9') -## as of 2013-10-29 these hash sums worked. But as of 2014-02-03 somethings changed and -## the new hash sums are listed below. -## [[ "${CARCH}" = "i686" ]] && _arch="x86" && sha1sums+=('64fad1b28169f1f5a3cdd03175fac5973fe5d0ef') -## [[ "${CARCH}" = "x86_64" ]] && _arch="x64" && sha1sums+=('982ecb2fb2c30adc2fb7f3a2c250ce65b5d40777') +## as of 2015-11-11 only x64 is available for droidcam version 6.0 +# [[ "${CARCH}" = "i686" ]] && _arch="x86" && sha1sums+=('5b00632275a2c09551d1c72703732150b1f685fe') +[[ "${CARCH}" = "x86_64" ]] && _arch="x64" && sha1sums+=('0c1d6c7b0298e5ec935aa1a93a80529d8a02c9a9') -[[ "${CARCH}" = "i686" ]] && _arch="x86" && sha1sums+=('5b00632275a2c09551d1c72703732150b1f685fe') -[[ "${CARCH}" = "x86_64" ]] && _arch="x64" && sha1sums+=('79166f6439a1bebfd83c8a1190cf67065c60951e') +source+=("http://files.dev47apps.net/600/droidcam-v4l2-${_arch}.tar.gz") -source+=("http://www.dev47apps.com/files/41/droidcam-v4l2-${_arch}.tar.gz") package() { # Install droidcam binary file @@ -60,4 +57,8 @@ _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" + + # settings file + mkdir ~/.droidcam + touch ~/.droidcam/settings }

abstrakct commented on 2015-10-29 13:15 (UTC)

@laegnur (and others): you need the correct version of linux-*-headers (matching your kernel) installed to build the v4l2loopback module - for me it was linux-ck-k10-headers.

leledumbo commented on 2015-07-01 11:50 (UTC)

> this is problematic because some people might have v4l2loopback-dkms installed Can it be made that either v4l2loopback-dkms or v4l2loopback package is installed is fine? The preference could be whatever you choose.

laegnur commented on 2015-05-27 17:18 (UTC)

I don't now why is this error. I updated the system and with the new kernel it works... :\

laegnur commented on 2015-05-27 16:42 (UTC)

==> Iniciando «package()»… make -C /lib/modules/`uname -r`/build M=`pwd` make[1]: Entering directory '/usr/lib/modules/4.0.3-1-ARCH/build' make[1]: *** No targets specified and not found makefile. Stopped. make[1]: Leaving directory '/usr/lib/modules/4.0.3-1-ARCH/build' Makefile:4: recipe for target 'all' failed make: *** [all] Error 2 ==> Error: Failed in«package()». Stopping… ==> ERROR: Makepkg was unable to build droidcam.

nagy commented on 2014-12-13 04:00 (UTC)

this is problematic because some people might have v4l2loopback-dkms installed. I think i will include a message in the post-install function.

PreparationH67 commented on 2014-12-04 18:50 (UTC)

Since this is setup to require the v4l2loopback module can that be added at a dependency or include a message that that needs to be installed?

petRUShka commented on 2014-09-11 19:16 (UTC)

Please, add message to .install file that it is necessary to create ~/.droidcam dir and ~/.droidcam/settings file. Otherwise droidcam gui will raise an "No such file" error.

nagy commented on 2014-08-28 18:58 (UTC)

thanks

jamesan commented on 2014-08-28 01:31 (UTC)

Just built this using ackalker's PKGBUILD and droidcam.install (and the OP's droidcam.desktop) to upgrade to version 4.1-1. Works like a charm without the v4l2loopback dependency.