* this fixes the wrong recipe names introduced by myself in #d525fee
* adjust patch names to match corresponding recipes
* additionally: create 'additional-files' folders as hint to some
ports that do not have a proper recipe yet
* this package has been updated without adjusting the repository
in HaikuPM which is using it - declaring this unstable such
that 3.01-a07 is the active version again
WIP on taglib recipes, Note that taglib-1.8 won't build with gcc2,
Thus for a gcc2 built armyknife we may need a taglib-1.7.2 library.
Fix filename for ed-1.7, still may need more work, not fully tested
yes but it is getting further than previous version.
* We no longer try to install the terminfo DB when we don't need it
(and can't build it anyway due to not building tic).
* When building the wide-char version of the libraries, build only the
libraries, not the programs or any documentation/data. That's already
done for the non-wide-char version anyway.
* Use current source revision.
* Copy and paste error in INSTALL(): installDir was used instead of
gccInstallDir. Notsure why the bootstrap recipe and this one use
different variable names.
* Fix stdc++ library symlink when built for secondary architecture.
* As per our mailing list discussion, package
management will support multiple versions of
the same package being installed at the same
time, so this *should* work like this in theory.
* Adjust patch to match 1:1 SDL changes accepted
upstream.
* Small number of changes to get it building
* Very unstable, but getting there.
* split sdl 2.0 from libsdl to libsdl2. The reasoning
behind this is that libsdl uses -lsdl, while libsdl 2.x
uses -lsdl2. (SDL2 breaks a lot of binary compat I guess)
* Remove old sdl2 bep's in libsdl.. these never worked well.
* libsdl 2.0.0 seems to build with gcc2 and gcc4 (yay)
* libsdl 2.0.0 patch pushed upstream in SDL bug #2046
* Thanks to the gsoc students for their hard work!