Opened 14 years ago

Last modified 5 weeks ago

#26096 new enhancement

gst-plugins-good: add no_x11 variant — at Version 1

Reported by: mike@… Owned by: rmsfisher@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: gstreamer010-gst-plugins-good

Description (last modified by ryandesign (Ryan Carsten Schmidt))

GTK2 and its supporting libraries may be built with a Quartz backend using:

port install cairo +quartz+no_x11 pango +quartz+no_x11 python26 +no_tkinter gtk2 +quartz+no_x11 poppler +quartz

Gst-plugins-base also has a no_x11 variant.

I'd like to see a no_x11 variant of gst-plugins-good. The gst-plugins-base Portfile contains:

variant no_x11 {
    configure.args-append --without-x --disable-x --disable-xvideo --disable-xshm
}

In the case of gst-plugins-good, "--with-default-videosink=ximagesink" would also have to be changed for the no_x11 variant.

Change History (1)

comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to rmsfisher@…
Summary: Request no_x11 variant of gst-plugins-goodgst-plugins-good: add no_x11 variant

Please remember to use WikiFormatting, and Cc the port's maintainer.

FYI now that MacPorts 1.9 is out, there is no longer any reason to create variants whose names begin with "no"; instead, make it a variant "x11" which is a default variant.

Note: See TracTickets for help on using tickets.