Gcenx / macports-wine

Updated wine Portfiles for macports
89 stars 11 forks source link

gstreamer: A monolithic build #75

Closed Gcenx closed 9 months ago

Gcenx commented 1 year ago

Seems like a good outline

Gcenx commented 1 year ago

Should install into ${prefix}/libexec/gstreamer to not conflict with macports-ports ancient “gstreamer1-*” packages.

Should also install the custom ffmpeg package into this location renamed to “gst-ffmpeg” that would also avoid conflicts.

dandongus commented 1 year ago

Is this planned to be merged at any point? It would be great to get rid of these conflicts.

Gcenx commented 1 year ago

Is this planned to be merged at any point? It would be great to get rid of these conflicts.

This repo currently replaces the ancient versions offered by macports so it doesn't exactly conflict thought yes the plan is to eventually get around to completing this and have the custom wine that's used for wine in another location.

Gcenx commented 11 months ago

Need to rebase this branch and try to complete it…..

Instead of carrying a custom version of ffmpeg allow meson to download subprojects meaning using gstreamers own meson FFmpeg. Only for the isolated monolithic version.