Page MenuHomeFreeBSD

multimedia/droidcam: Update 2.1.4 => 2.1.5
ClosedPublic

Authored by nxjoseph on Feb 26 2026, 8:17 PM.
Tags
None
Referenced Files
F163452943: D55542.id172792.diff
Thu, Jul 23, 8:03 AM
Unknown Object (File)
Thu, Jul 23, 3:30 AM
Unknown Object (File)
Jun 18 2026, 1:48 PM
Unknown Object (File)
Jun 5 2026, 9:55 PM
Unknown Object (File)
Jun 4 2026, 3:56 PM
Unknown Object (File)
Jun 4 2026, 5:14 AM
Unknown Object (File)
Jun 4 2026, 5:13 AM
Unknown Object (File)
May 29 2026, 2:29 PM
Subscribers

Details

Summary

Hi,

I am updating my port multimedia/droidcam to latest version. This version includes a change only for the linux platform.

Fix v4l2loopback-dc module on Linux kernel 6.18+ (#298)

Thanks in advance.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

nxjoseph created this revision.
vvd requested changes to this revision.Feb 26 2026, 9:37 PM

I understand you tested the build in the poudriere?

${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \
                ${STAGEDIR}${PREFIX}/share/applications

Use ${DESKTOPDIR} instead of ${PREFIX}/share/applications.

This revision now requires changes to proceed.Feb 26 2026, 9:37 PM
In D55542#1270916, @vvd wrote:

I understand you tested the build in the poudriere?

Yes, also runtime too.

${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \
                ${STAGEDIR}${PREFIX}/share/applications

Use ${DESKTOPDIR} instead of ${PREFIX}/share/applications.

Ok, done.

Thank you.

This revision is now accepted and ready to land.Feb 27 2026, 10:00 PM