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: 0.63
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 .. 10 11 12 13 14 15 16 17 18 19 20 .. 38 Next › Last »

grazzolini commented on 2020-06-01 10:50 (UTC)

@caleb

I have some plans on bringing this to the official repos, but not completely sold on this yet. I'll switch to git sources, and, as much as I hate using epochs, I don't see a way around it.

The versioning come from the way upstream used to release on their official website, it had that versioning. Since they switched to using only "latest", I have been arbitrarily increasing the pkgver.

simona commented on 2020-06-01 10:45 (UTC)

now ok :-))))

invidian commented on 2020-06-01 10:29 (UTC)

I fixed the source URL for 1.2, please make sure you're downloading new source archive when building.

M.Srikanth commented on 2020-06-01 10:15 (UTC) (edited on 2020-06-01 10:32 (UTC) by M.Srikanth)

@caleb,I thought that it was downloading the same zip as in dev4apps.net but now I realised it is different(by binary zip I meant the contents of the zip is a droidcam binary). (But still that issue remains with the zip from dev4apps.net though)

EDIT:It actually was the same thing as in dev4apps.net until 1 hour ago

alerque commented on 2020-06-01 10:13 (UTC)

The sources for this seem to be available here. Since the sources are available I think this needs to use them — or get renamed as -bin. I think you'll need an epoch to downgrade the version, but where is the 6.x versioning coming from anyway?

alerque commented on 2020-06-01 10:07 (UTC) (edited on 2020-06-01 10:09 (UTC) by alerque)

@M.Srikanth The zip file itself droidcam-1.2.zip is binary (all compressed archive formats are) but the contents in the sources from this repository. Of course it has has a Makefile!

M.Srikanth commented on 2020-06-01 08:37 (UTC) (edited on 2020-06-01 08:43 (UTC) by M.Srikanth)

droidcam-1.2.zip is a binary zip. But for some reason it has a Makefile (which fails).Also the directory layout is changed and support for audio is added.So the PKGBUILD should be rewritten.

simona commented on 2020-06-01 08:03 (UTC)

==> Starting build()... /home/barfin/.cache/yay/droidcam/PKGBUILD: line 29: cd: droidcam-1.2/linux: No such file or directory ==> ERROR: A failure occurred in build(). Aborting... Error making: droidcam

borh commented on 2020-06-01 05:43 (UTC)

The current PKGBUILD is downloading the wrong source file from the Github repo (the correct one is 1.2.zip). The following package download string (+ redownload and rehashing) fixes the build failure that miss_barfin got for me:

"${pkgname}-${pkgver}.zip::https://github.com/aramg/${pkgname}/archive/${pkgver}.zip"