Page MenuHomeFreeBSD

multimedia/motion: Update to 4.5.1
ClosedPublic

Authored by jbo on Sep 19 2023, 1:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 2, 2:05 PM
Unknown Object (File)
Fri, Apr 25, 7:32 AM
Unknown Object (File)
Thu, Apr 24, 8:47 AM
Unknown Object (File)
Sat, Apr 19, 10:44 AM
Unknown Object (File)
Wed, Apr 16, 11:37 PM
Unknown Object (File)
Mon, Apr 14, 10:51 AM
Unknown Object (File)
Apr 6 2025, 1:12 AM
Unknown Object (File)
Mar 23 2025, 11:33 PM
Subscribers

Details

Summary

Changelogs:

4.5.1: https://github.com/Motion-Project/motion/releases/tag/release-4.5.1
4.5.0: https://github.com/Motion-Project/motion/releases/tag/release-4.5.0
4.4.0: https://github.com/Motion-Project/motion/releases/tag/release-4.4.0

PR: 273810

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 53646
Build 50537: arc lint + arc unit

Event Timeline

jbo requested review of this revision.Sep 19 2023, 1:23 PM

Commit: Use author email as ident as well.

Remove obsolete/unnecessary PORTREVISION.

multimedia/motion/Makefile
3

Please drop this on DISTVERSION updates

30

Did you check whether the new version still needs "legacy" ffmpeg?

91

Did you check whether this is still needed? Otherwise might be an opportunity to drop autoreconf...

96

autotools-based projects normally come with a working make install -- do we really need this custom recipe?

jbo marked 4 inline comments as done.

Took some back-and-forth with the submitter but unless I'm missing something obvious this should be acceptable now.

multimedia/motion/Makefile
65

I would *assume* a simple --with-ffmpeg should be enough now, without the path. If so, coud replace both lines simply by FFMPEG_CONFIGURE_WITH= ffmpeg. Maybe some other options could also be simplified in a similar way.

multimedia/motion/Makefile
21

Is autoreconf really still needed when not patching configure.ac any more?

jbo marked an inline comment as done.

Simplified the options as mentioned.
Please check this extra carefully :D

This revision is now accepted and ready to land.Oct 3 2023, 11:04 AM
This revision was automatically updated to reflect the committed changes.