mesonbuild / sdl2

Meson build files for SDL2
MIT License
4 stars 6 forks source link

Update to SDL2 2.0.9 #5

Open Giacom opened 5 years ago

Giacom commented 5 years ago

Would it be possible to update this to SDL2 2.0.9? The latest version has so many new features and improvements compared to this version.

I could look into it if I was shown how to test wraps locally so I can be sure I'm committing something that works. I have had trouble making my own wraps because I could not figure out a way to test it properly.

sarum9in commented 5 years ago

Just submit a pull request. That's really the best way now. Note that until someone (most likely me) approves it, nothing is going to break, so don't worry about that. There is also mesonwrap review tool from https://github.com/mesonbuild/wrapweb, but it works the best with submitted pull requests.

dreamer-coding commented 4 years ago

I see some assistance is needed how can I help?

legeana commented 4 years ago

Hi, thank you for looking into this. I just wanted to indicate that a pull request is welcome: https://mesonbuild.com/Adding-new-projects-to-wrapdb.html#add-a-new-wrap

I can review and merge it.

dreamer-coding commented 4 years ago

Should I cover the missing versions between the current sdl2 wrap and the latest version of sdl2 or just do the latest?

legeana commented 4 years ago

I don't think there is much of a point. People tend to use the latest version and they can submit the older one if they need to.

dreamer-coding commented 4 years ago

Will get to work as soon as possible.