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
F163950587: D22406.diff
Mon, Jul 27, 10:15 AM
F163930080: D22406.id64431.diff
Mon, Jul 27, 6:26 AM
Unknown Object (File)
Sun, Jul 26, 7:44 AM
Unknown Object (File)
Sat, Jul 25, 7:40 AM
Unknown Object (File)
Sat, Jul 25, 7:40 AM
Unknown Object (File)
Fri, Jul 24, 4:59 PM
Unknown Object (File)
Thu, Jul 23, 1:01 AM
Unknown Object (File)
Sun, Jul 19, 2:32 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