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
F123080491: D22406.id64431.diff
Fri, Jul 11, 12:22 AM
Unknown Object (File)
Tue, Jul 8, 3:15 AM
Unknown Object (File)
Sun, Jul 6, 10:01 PM
Unknown Object (File)
Sat, Jul 5, 6:05 PM
Unknown Object (File)
Thu, Jul 3, 10:00 PM
Unknown Object (File)
Thu, Jul 3, 6:56 AM
Unknown Object (File)
Tue, Jul 1, 1:55 PM
Unknown Object (File)
Tue, Jul 1, 11:47 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