Page MenuHomeFreeBSD

GStreamer 1.22.2 stable bug fix release
ClosedPublic

Authored by riggs on Apr 25 2023, 8:47 PM.
Tags
None
Referenced Files
F149834293: D39818.id121252.diff
Fri, Mar 27, 11:19 AM
F149812269: D39818.id.diff
Fri, Mar 27, 7:06 AM
F149772276: D39818.id121045.diff
Thu, Mar 26, 11:31 PM
F149743063: D39818.diff
Thu, Mar 26, 5:09 PM
Unknown Object (File)
Thu, Mar 26, 1:48 PM
Unknown Object (File)
Thu, Mar 26, 1:39 PM
Unknown Object (File)
Fri, Mar 20, 6:32 PM
Unknown Object (File)
Sun, Mar 15, 10:25 AM
Subscribers
None

Details

Summary

Update gstreamer1 to upstream release 1.22.2

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

riggs requested review of this revision.Apr 25 2023, 8:47 PM
riggs created this revision.
tcberner requested changes to this revision.EditedApr 29 2023, 5:56 AM

The metaports don't have their version updated, you could likely just use
PORTVERSION=${_GST_VERSION}
in those too _GST_VERSION is set from _GST1_VERSION in gstreamer.mk.

This revision now requires changes to proceed.Apr 29 2023, 5:56 AM
multimedia/gstreamer1-editing-services/Makefile
2

^this too should be ${_GST_VERSION}

multimedia/gstreamer1-plugins/Makefile
26

^ these all should be ${_GST_VERSION} from gstreamer.mk

Addressed the open comments re usage of ${_GST_VERSION}.

This revision is now accepted and ready to land.Apr 30 2023, 10:50 AM
This revision was automatically updated to reflect the committed changes.