Page MenuHomeFreeBSD

multimedia/deforaos-camera: import version 0.3.1
ClosedPublic

Authored by khorben on Feb 20 2025, 5:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 2, 3:17 PM
Unknown Object (File)
Thu, Oct 2, 12:14 PM
Unknown Object (File)
Tue, Sep 30, 7:41 AM
Unknown Object (File)
Sat, Sep 27, 6:57 PM
Unknown Object (File)
Thu, Sep 25, 4:02 AM
Unknown Object (File)
Thu, Sep 25, 4:02 AM
Unknown Object (File)
Thu, Sep 25, 4:02 AM
Unknown Object (File)
Thu, Sep 25, 4:02 AM
Subscribers
None

Details

Summary

Camera is a simple webcam viewer, which can be used to take pictures from still frames.

Sponsored by: The FreeBSD Foundation

Test Plan
$ cd ports/multimedia/deforaos-camera
$ portclippy Makefile
$ portfmt Makefile
$ portlint .
$ make stage install
$ /usr/local/bin/camera
$ /usr/local/bin/gallery

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

khorben created this revision.

This can't build because there is no distinfo file.

Also include the distinfo file; thanks for the heads up!

It fails to build. Do you need a dependency on multimedia/v4l_compat?

Register missing dependency on multimedia/v4l_compat.

Tested on FreeBSD/amd64 (main) with poudriere

In D49085#1123179, @jrm wrote:

It fails to build. Do you need a dependency on multimedia/v4l_compat?

Yes the dependency was missing; good catch!
I fixed my local poudriere setup and it passes that test too now.

This revision is now accepted and ready to land.Mar 11 2025, 3:23 PM