<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">Its replacement is OAHBuild, which is OABuild completely redone from scratch<br>
by Haakon Sporsheim.<br><br>
Some of its advantages:<br>
- Isn't monolithic like OABuild, so the different modules are independent in the<br>
sense that you no longer need them placed in a certain layout in the<br>
filesystem.<br>
In other words you can choose to install GLib and GStreamer -core from MSIs,<br>
and build /only/ -bad yourself if you're fixing bugs in a plugin,<br>
you don't need to<br>
build any of the dependencies. This also means that the project files are<br>
completely local to the module and can thus be pushed upstream. The only<br>
dependency if you want to build things yourself is the common OAH component.<br>
- Integrates with, and makes heavy use of, pkg-config.<br>
- Integrated easy way of building .msm packages.<br>
- Designed to work with the Express Edition of MSVS 2008, the commercial<br>
version is no longer a requirement to build it using the IDE.<br>
- Cleaner, less project files.<br></blockquote>
<br>I would also like to point out (once again) that OAH uses pkg-config for compiler and linker switches instead of project dependencies/references in Visual Studio. Hence, there is no monolitic "master" build/solution file, but separate build/solution file for each module which could reside in each respective module repository. For GStreamer this would be (to follow the OAH convention) in win32/oah, which is beside the existing win32/vs*.<br>
<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">The existing GStreamer modules in OABuild aren't yet forward-ported to OAH, but<br>
this is work in progress.<br></blockquote><br>Yes, I've already started the work, but currently I'm sort of waiting for the upcoming cvs->git migration. Ref. Edward Hervey's mail to mailinglist a couple of days ago. :)<br>
<br>Regards,<br>Haakon<br>