* 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.
* Drop 2.6.3 & 2.7.2, bump 2.8.6 to 2.8.7 and 3.0.1 to 3.0.2.
* ffmpeg, ffprobe and ffserver were being shipped in secondary arch
builds (due to rm $binDir instead of rm $prefix/bin where they were
being installed) but did not have a cmd: in PROVIDES. Fixed this by
moving these to a _bin subpackage on x86_gcc2 using 2nd arch x86.
* Fix CONFLICTS_devel in 3.0.2 (missing "_legacy"),
* Add ffmpeg2_bin to CONFLICTS in 3.0.2.
* Add ffmpeg and ffmpeg_legacy to CONFLICTS_bin in 2.8.7.
* Reorder some sections.
* Switch all HOMEPAGE and SOURCE_URI to https.
* Switch from tar.bz2 to tar.xz for 2.8.7.
* 2.8.7 and 3.0.2 build OK (on x86_gcc2 using x86 as 2nd arch) but
"make check" fails with "runtime_loader: Cannot open file
libavutil.so.55: No such file or directory". Failure happens on
TEST api-threadmessage for 3.0.2 and on TEST api-flac for 2.8.7.
* No need to ship the cddb_check command line tool for secondary
archies since the recipe builds on all primary architectures.
* Also do not ship (nor build) the static lib.
Use a secure SOURCE_URI.
Mark as not building under gcc4.
Clean up BUILD_REQUIRES, added BUILD_PREREQUIRES.
Declared USER_SETTINGS_FILES.
Package ReadMe PDF.
* Drop the mirror for SOURCE_URI, since the official website is back.
* No changes, other than SOURCE_URI, in primary arch base packages.
* On primary arch devel pacakges, move documentation/man/man3/ and
develop/documentation/libcaca/ to a libcaca_doc arch-independent
package, without any dependencies, though, for more flexibility.
* On secondary arch there is no need to ship man pages, data files
and runtimes (except for caca-config-*), since they are already in
the new doc package. All we need for secondary arch packages is:
in the base package: the shared libs;
in the devel package: caca-config-* and develop/{headers,lib}.
The only file we need to keep in every package is the licence.
* Cosmetic: fix double white spaces, fake tab, add "-e" for sed.
* Add TEST() with "make check". Test results: PASS = TOTAL = 5.
* Bump version.
* Build with libiconv, libintl, libncurses and libreadline.
* Mark x86 and x86_64 as tested.
* Sort cmd:* in BUILD_PREREQUIRES.
* Use mirror redirector for SOURCE_URI.
* Add TEST() with "make check".
* Add recipe for 1.8 and use a mirror redirector for SOURCE_URI.
* Sort cmd:* in PROVIDES and BUILD_PREREQUIRES and add cmd:less to
the latter since less(1) is required for "make check".
* Add TEST() with "make check". Test results: PASS = TOTAL = 18.
* Drop removal of lib/charset.alias as it has disappeared.
* Fix test for setting commandSuffix and commandBinDir on x86_gcc2.
* Install runtimes in bin instead of bin/x86/ for x86 2nd arch.
* Do not move documentation/man/man1/listgeo.1 to devel package.
* Add "!x86_gcc2" to SECONDARY_ARCHITECTURES.
* Reorder sections and Update COPTIRIGHT years.