* Build fix
* Improved patchset
* Forgot the haiku specific files
* Patch cleanup
* On the road to the nirvana
* Broken recipe
* Redoing install section
* libetonyek requires specifically 1.0.
* It is header only, so it needs to be specified explicitly
in dependencies. That is why I defined mdds in mdds12's PROVIDES.
* live555: Use $developLibDir instead of $developDir/lib since the
latter is not appropriate for 2nd arch builds.
* aplayer: Drop $secondaryArchSuffix for cmd:nasm in BUILD_PREREQ.
* re2c: use tabs (instead of white spaces) in BUILD_REQUIRES.
* Remove x86_64 from SECONDARY_ARCHITECTURES for sdl2_net, edgar,
paladin-git and mediainfo-0.7.61.
* Add PATCH() to use Haiku-style directories instead of the defaults:
/usr/local/etc/ccache.conf => /boot/system/settings/ccache.conf
$HOME/.ccache/ccache.conf => /home/config/cache/ccache/ccache.conf
$HOME/.ccache/ => /home/config/cache/ccache/
/usr/local/bin/ => /boot/home/config/non-packaged/bin/
* Create [/boot/system/]settings/ccache.conf as the system-wide
configuration file with the "keep-old" label.
* Pass "`finddir B_SYSTEM_SETTINGS_DIRECTORY`" as sysconfdir in order
to have the short path displayed instead of the long one, in case
the system-wide configuration file contains errors.
* Add recipe for version 0.29.1.
* Use the runConfigure wrapper.
* Use exact copy of the patchset for 0.29 as there are no offset
mismatches.
For 0.27.1:
* Call configure wuth "--with-pc-path" instead of "--with-pc_path".
For 0.28:
* Several changes to make it build and look almost like 0.29.1.
For 0.29:
* Switch to runConfigure in order to prevent pkg-config on secondary
arch from shadowing that of the primary arch.
For 0.27.1, 0.28, 0.29 and 0.29.1:
* Fix COPYRIGHT.
* Update HOMEPAGE and SOURCE_URI to avoid "301 Moved Permanently".