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)
Sun, May 17, 11:30 AM
Unknown Object (File)
Fri, May 15, 10:59 AM
Unknown Object (File)
Fri, May 15, 8:40 AM
Unknown Object (File)
Fri, May 15, 3:50 AM
Unknown Object (File)
Thu, May 14, 5:35 PM
Unknown Object (File)
Wed, May 13, 12:03 AM
Unknown Object (File)
Tue, May 12, 2:36 PM
Unknown Object (File)
Mon, May 11, 12:11 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