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, Nov 22, 7:56 AM
Unknown Object (File)
Mon, Nov 17, 12:14 PM
Unknown Object (File)
Fri, Nov 14, 5:26 PM
Unknown Object (File)
Wed, Nov 12, 10:27 PM
Unknown Object (File)
Mon, Nov 3, 4:31 PM
Unknown Object (File)
Mon, Nov 3, 2:13 PM
Unknown Object (File)
Sun, Nov 2, 7:29 AM
Unknown Object (File)
Sun, Nov 2, 5:28 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