philn / glide

Linux/macOS media player based on GStreamer and GTK
https://philn.github.io/glide/
MIT License
264 stars 22 forks source link

Install error on macOS #75

Open TuDo73 opened 1 year ago

TuDo73 commented 1 year ago

Hi,

When I try to install step 2.Install GStreamer and GTK+ with brew install command brew install --build-from-source --with-pango --with-{libogg,libvorbis,opus,theora} gst-plugins-base, I always get this error

image

It seems like brew remove the options, is there anything I can do to install this successful?

TIA..

philn commented 1 year ago

Try to remove the --with-pango option? Sorry I can't help much, no longer using macOS...

TuDo73 commented 1 year ago

I have removed the --with-pango but another error appear.. I think all the options is not working anymore...

image

But thank for your reply, I will try to research more.

philn commented 1 year ago

Yeah, I'm afraid this is a question to ask to the Brew community. If you manage to get glide working on macOS I would be happy to accept a PR updating the docs though.