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)
Fri, May 31, 4:50 PM
Unknown Object (File)
Mon, May 20, 7:18 AM
Unknown Object (File)
Fri, May 17, 9:03 AM
Unknown Object (File)
May 5 2024, 9:32 AM
Unknown Object (File)
May 4 2024, 11:19 AM
Unknown Object (File)
Apr 27 2024, 3:01 PM
Unknown Object (File)
Apr 27 2024, 11:54 AM
Unknown Object (File)
Apr 20 2024, 4:27 PM
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