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)
Tue, Mar 18, 5:29 AM
Unknown Object (File)
Sun, Mar 9, 8:03 PM
Unknown Object (File)
Feb 26 2025, 7:50 AM
Unknown Object (File)
Feb 25 2025, 3:23 PM
Unknown Object (File)
Feb 24 2025, 4:13 PM
Unknown Object (File)
Feb 24 2025, 11:43 AM
Unknown Object (File)
Feb 22 2025, 8:28 AM
Unknown Object (File)
Jan 25 2025, 1:08 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