After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 588454 - Cygwin also uses GLX
Cygwin also uses GLX
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
0.10.x
Other Cygwin
: Normal normal
: 0.10.2
Assigned To: Julien Isorce
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-13 15:22 UTC by Yaakov Selkowitz
Modified: 2010-02-09 11:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Cygwin GLX patch (356 bytes, patch)
2009-07-13 15:29 UTC, Yaakov Selkowitz
none Details | Review

Description Yaakov Selkowitz 2009-07-13 15:22:10 UTC
I'm attaching a patch for gst-plugins-gl-0.10.1 to build on Cygwin using GLX.
Comment 1 Yaakov Selkowitz 2009-07-13 15:29:09 UTC
Created attachment 138336 [details] [review]
Cygwin GLX patch

* configure.ac: Add Cygwin GLX support.
Comment 2 Filippo Argiolas 2009-07-14 19:04:10 UTC
I know it's a pretty trivial patch, but could you make it with git format-patch? So I can just apply it preserving your commit messages and most of all the author information.
Comment 3 Yaakov Selkowitz 2009-07-14 20:31:49 UTC
This patch is generated against the 0.10.1 release tarball, not git, so I don't have a git format-patch readily available.
Comment 4 Julien Isorce 2009-07-27 08:54:49 UTC
hi,

git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-gl
Comment 5 Julien Isorce 2009-08-31 12:00:52 UTC
Hi,
Why are you using GLX on cygwin ? (why not wgl ?)
Do you mean that GUI applications built with cygwin always use the cygwin X server ?
Comment 6 Yaakov Selkowitz 2009-08-31 17:08:10 UTC
(In reply to comment #5)
> Why are you using GLX on cygwin ? (why not wgl ?)

Because Cygwin is a *NIX/X11 platform.

> Do you mean that GUI applications built with cygwin always use the cygwin X
> server ?

Yes.
Comment 7 Julien Isorce 2009-09-01 09:25:07 UTC
commit 3359bb602069825be00d1d9f54220d69325052fb
Author: Cygwin Ports maintainer <yselkowitz@users.sourceforge.net>
Date:   Tue Sep 1 11:24:25 2009 +0200

    Cygwin also uses GLX. Fix bug #588454

    Cygwin is a *NIX/X11 platform