Opened 14 years ago
Last modified 3 months ago
#26096 new enhancement
gst-plugins-good: add no_x11 variant
Reported by: | mike@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
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 (9)
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-good → gst-plugins-good: add no_x11 variant |
comment:2 Changed 14 years ago by rmsfisher@…
Mike,
I understand your desire to use +quartz+no_x11 but was under the impression that tk could not be built as such on OS X 10.6 per ticket #20799.
Until tk builds properly without a bunch of hacks I have no way to test a +no_x11 variant.
If you can make a patch for the current Portfile (keeping in mind Ryan's suggestion regarding naming) I will update the Portfile to include your x11-less variant.
Cheers,
Ryan
comment:3 Changed 14 years ago by rmsfisher@…
Owner: | changed from rmsfisher@… to rmstonecipher@… |
---|
comment:4 Changed 14 years ago by rmstonecipher@…
Status: | new → assigned |
---|
comment:5 Changed 10 years ago by mf2k (Frank Schima)
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
This port no longer exists.
comment:6 follow-up: 8 Changed 10 years ago by jmroot (Joshua Root)
Port: | gstreamer010-gst-plugins-good added; gst-plugins-good removed |
---|---|
Resolution: | wontfix |
Status: | closed → reopened |
It was renamed. We’d rather a non-negatively-named x11 variant that is on by default and can be turned off, though.
comment:7 Changed 10 years ago by mf2k (Frank Schima)
Owner: | changed from rmstonecipher@… to macports-tickets@… |
---|---|
Status: | reopened → new |
Version: | 1.9.1 |
comment:8 Changed 3 months ago by cooljeanius (Eric Gallager)
Replying to jmroot:
It was renamed. We’d rather a non-negatively-named x11 variant that is on by default and can be turned off, though.
so perhaps this ticket should be retitled accordingly, then?
comment:9 Changed 3 months ago by cooljeanius (Eric Gallager)
Cc: | cooljeanius added |
---|
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.