Bug 278432 - [NEW PORT] multimedia/droidcam: Turn your phone/tablet into a webcam for your PC.
Summary: [NEW PORT] multimedia/droidcam: Turn your phone/tablet into a webcam for your...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-18 13:48 UTC by Yusuf Yaman
Modified: 2024-04-24 15:55 UTC (History)
2 users (show)

See Also:


Attachments
multimedia/droidcam (3.03 KB, text/plain)
2024-04-18 13:48 UTC, Yusuf Yaman
no flags Details
multimedia/droidcam (3.79 KB, text/plain)
2024-04-18 16:11 UTC, Yusuf Yaman
no flags Details
multimedia/droidcam (482.46 KB, text/plain)
2024-04-18 16:45 UTC, Yusuf Yaman
no flags Details
multimedia/droidcam (3.83 KB, text/plain)
2024-04-18 16:48 UTC, Yusuf Yaman
no flags Details
multimedia/droidcam (4.02 KB, patch)
2024-04-18 18:34 UTC, Yusuf Yaman
no flags Details | Diff
multimedia/droidcam (4.14 KB, patch)
2024-04-24 13:34 UTC, Yusuf Yaman
no flags Details | Diff
multimedia/droidcam (4.14 KB, patch)
2024-04-24 14:10 UTC, Yusuf Yaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuf Yaman 2024-04-18 13:48:14 UTC
Created attachment 250048 [details]
multimedia/droidcam

DroidCam turns your phone/tablet into a webcam for your PC.
Use it with chat programs like Zoom, MS Teams, and Skype.
Comment 1 Yusuf Yaman 2024-04-18 16:11:03 UTC
Created attachment 250054 [details]
multimedia/droidcam
Comment 2 Yusuf Yaman 2024-04-18 16:45:13 UTC
Created attachment 250058 [details]
multimedia/droidcam

Delete files directly from ${STAGEDIR}.
Comment 3 Yusuf Yaman 2024-04-18 16:48:41 UTC
Created attachment 250059 [details]
multimedia/droidcam

Sorry, I forgot to make a clean, so there was work directory in previous shar file.
Comment 4 Yusuf Yaman 2024-04-18 18:34:34 UTC
Created attachment 250063 [details]
multimedia/droidcam

I heard that shell archive method is deprecated so i created a diff file with git. Also removed deinstall part in Makefile, I learnt that it is not needed.
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2024-04-24 10:22:00 UTC
(In reply to Yusuf Yaman from comment #4)
testbuild on 15a fails:

https://people.freebsd.org/~pi/logs/droidcam-2.1.3.log
Comment 6 Yusuf Yaman 2024-04-24 13:34:57 UTC
Created attachment 250203 [details]
multimedia/droidcam

I've fixed the build issue. Thanks for reviewing my submit.
Comment 7 Yusuf Yaman 2024-04-24 14:10:50 UTC
Created attachment 250207 [details]
multimedia/droidcam

Use ${LOCALBASE} instead of ${PREFIX} in a line.
Comment 8 Kurt Jaeger freebsd_committer freebsd_triage 2024-04-24 15:55:01 UTC
Committed, thanks!
Comment 9 commit-hook freebsd_committer freebsd_triage 2024-04-24 15:55:35 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=570bd449d4b9b8e0c65b1d7d33e5c404f256389c

commit 570bd449d4b9b8e0c65b1d7d33e5c404f256389c
Author:     Yusuf Yaman <nxjosephofficial@protonmail.com>
AuthorDate: 2024-04-24 15:53:09 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2024-04-24 15:53:09 +0000

    multimedia/droidcam: New port: GNU/Linux/nix client for DroidCam

    DroidCam turns your phone/tablet into a webcam for your PC.
    Use it with chat programs like Zoom, MS Teams, and Skype.

    PR:             278432
    Author:         Yusuf Yaman <nxjosephofficial@protonmail.com>
    WWW:            https://github.com/dev47apps/droidcam

 multimedia/Makefile                                |  1 +
 multimedia/droidcam/Makefile (new)                 | 66 ++++++++++++++++++++++
 multimedia/droidcam/distinfo (new)                 |  3 +
 .../droidcam/files/patch-droidcam.desktop (new)    | 11 ++++
 multimedia/droidcam/pkg-descr (new)                |  2 +
 5 files changed, 83 insertions(+)