Page MenuHomeFreeBSD

*/gstreamer*: Prevent false QA warnings about missing USES
ClosedPublic

Authored by tobik on Nov 16 2019, 7:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 27, 6:15 AM
Unknown Object (File)
May 2 2023, 8:59 AM
Unknown Object (File)
Mar 4 2023, 10:43 AM
Unknown Object (File)
Feb 28 2023, 5:48 PM
Unknown Object (File)
Feb 14 2023, 9:20 AM
Unknown Object (File)
Feb 10 2023, 12:29 AM
Unknown Object (File)
Feb 7 2023, 8:59 PM
Unknown Object (File)
Jan 2 2023, 5:25 AM
Subscribers

Details

Summary

This is to prevent bogus QA warnings like the following in GStreamer ports

Using USE_XORG alone is deprecated, please use USES=xorg

gstreamer1?-plugins/Makefile.common can under some circumstances create empty USE_XORG, USE_GNOME, etc. which trigger the warnings.

gstreamer-plugins-good triggers the USE_XORG warning because USES is overwritten again after including the master Makefile.

gstreamer-plugin-sdl was missing USES=sdl.

Test Plan

A test build of all */gstreamer* ports was fine on 12.0 amd64.

Diff Detail

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