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
F160263708: D22406.id.diff
Mon, Jun 22, 5:05 PM
F160229308: D22406.id.diff
Mon, Jun 22, 9:41 AM
Unknown Object (File)
Fri, Jun 19, 8:24 PM
Unknown Object (File)
Thu, Jun 18, 3:34 PM
Unknown Object (File)
Thu, Jun 4, 4:41 PM
Unknown Object (File)
Thu, Jun 4, 4:41 PM
Unknown Object (File)
Thu, Jun 4, 5:23 AM
Unknown Object (File)
Mon, Jun 1, 6:02 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