To help nomacs handle RIFF format. Hint from Laurence Tratt, thanks!
Also remove unused DISABLE_QT_DEBUG and all ":Bool" cmake-hints in
configure-args.
OK sthen@, feedback from jca@
and tests along the way to getting this and the tree in shape from many
including kn@ cwen@ jca@ naddy@ and myself
all build-time fallout on i386/amd64 has been fixed, please test your
favourite FFmpeg-related software after new packages are available and
report back if there are any problems.
would fail as they were linked with -lcaca without -L/usr/local/lib.
Build with -DHAVE_LIBCACA:BOOL=FALSE so libcaca isn't picked up and
doesn't break tests for asprintf ffs etc.
Reported, diagnosed by and ok aja@
Turns out I made a bad assumption and the update didn't go through
a bulk. There's a bunch of failures on exopi and I'm not sure I have
the time to fix them today. Sorry folks.
Switch to cmake, enable i18n support and unit tests.
Also:
- don't install libxmp.a from the Adobe XMP SDK, to avoid confusion with
audio/libxmp
- don't provide the new Exiv2::getProcessPath() function. Not portable,
doesn't work on OpenBSD, and shouldn't be exposed in the API of
a graphics library. Instead, define a macro with CMake to help runtime
find gettext files.
Sample executables are now built and installed, not sure if all of them
are very useful.
From danj@ with input from sthen@, ajacoutot@ and me, tested in a bulk
by ajacoutot@
Library for converting ANSI, ASCII, and other formats to PNG, allowing
to render ANSI and artscene-related file formats into PNG images, and
supporting ANSI (.ANS), PCBoard (.PCB), Binary (.BIN), Artworx (.ADF),
iCE Draw (.IDF), Tundra (.TND) and XBin (.XB) formats.
It creates size optimized 4-bit PNG files and supports SAUCE (Standard
Architecture for Universal Comment Extentions), 80x25 and 80x50 PC fonts
(including all the 14 MS-DOS charsets), Amiga fonts, and iCE colors.
OK sthen@