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: 138
Popularity: 0.56
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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 37 Next › Last »

invidian commented on 2020-06-03 16:20 (UTC)

@Terence thanks for suggestion, added. I just saw this pattern today in some other package ;)

Terence commented on 2020-06-03 14:38 (UTC)

Hey, can you make the URL point to https://github.com/aramg/droidcam instead? This is a more useful link as you can see what changed between version. Also now instead of ${pkgname}-${pkgver}.zip::https://github.com/aramg/droidcam/archive/${pkgver}.zip" you can use: ${pkgname}-${pkgver}.zip::${url}/archive/${pkgver}.zip"

invidian commented on 2020-06-03 09:45 (UTC)

@caleb it builds from Git tag from Github, how is this URL unversioned? The tags on GitHub should not be modified after publishing. How is it not installing the right version then? The md5 sums of source files for kernel modules all matches, if you compare them from the package and right git tag.

alerque commented on 2020-06-03 09:09 (UTC)

Please use the Github sources with taggged versions, this is using an unversioned upstream URL that breaks the checksum on update and currently isn't installing the version the package claims to be.

Levitating commented on 2020-06-02 14:13 (UTC) (edited on 2020-06-02 14:13 (UTC) by Levitating)

@M.Srikanth, we are still working on a solution to get sound working. Simply adding snd-aloop to droidcam.conf makes the module load but snd-aloop also needs to be configured to use the loopback soundcard, which the ID of changes when you remove/add other soundcards. The solution provided by droidcam sets the ID at install time but this very error prone.

M.Srikanth commented on 2020-06-01 11:10 (UTC)

Can you add snd-aloop to droidcam.conf

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