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)
Wed, Sep 24, 1:42 AM
Unknown Object (File)
Thu, Sep 18, 2:50 AM
Unknown Object (File)
Fri, Sep 12, 8:12 AM
Unknown Object (File)
Tue, Sep 9, 5:26 PM
Unknown Object (File)
Mon, Sep 8, 1:25 AM
Unknown Object (File)
Mon, Sep 8, 1:21 AM
Unknown Object (File)
Sep 6 2025, 11:53 PM
Unknown Object (File)
Sep 2 2025, 6:22 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