Changes:
* Add blame command line option to open annotated file at the specified line
* merge upstream libfossil changes that eliminate gcc compiler warnings
* adopt libfossil diff v1 implementation into fnc tree to replace v2 API
* refactor diff implementation to comport with code style
* fix --whitespace option (w keymap) diffv2 regression from 0.7 [105123b40e]
* implement diff --line-numbers opt (L keymap) to display file line numbers
* implement display of enclosing function in diff chunk headers (enabled by
default like CVS and Git, disabled with --no-prototype or p keymap); works
with all C-like languages, but not Lisps or markup languages
* upstream libfossil fix for segv bug when fsl_int_d and fsl_id_t differ in size
* fix incorrect malloc producing undefined behaviour on 32-bit platforms
* add unveil (c)reate permission to the checkout dir to fix some diff commands
* change conflicting diff and blame view key maps
* implement taggable timeline nodes to interactively diff arbitrary commits
* implement C timeline keymap to diff selected commit against local changes
* clean code of OS-dependent ifdefs by consolidating them in called functions
* add support for landlock Linux security module in Linux builds
* significant diff driver refactoring for finer granularity in view manipulation
* implement --sbs (S keymap) to display side-by-side formatted diffs
* add FNC_COLOUR_DIFF_SBS_EDIT option to set colour of edited lines in SBS diff
* plug small memory leak when interactively changing diff format
Libdmapsharing is a library which allows programs to access, share and control
the playback of media content using DMAP (DAAP, DPAP & DACP).
<...>
ok mpi@
amused is a minimalistic music player that doesn't have many amazing
features but instead aims to work well with other standard Unix tools.
It supports flac, mp3, ogg vorbis and opus files.
ok sthen, sdk
It actually just starts nmbd and smbd. I had already removed the
samba_ad_dc rc script when disabling AD DC support.
Reported by bket@ who kindly provided the revert diff, sorry for the
trouble!
This is due to a lack of backwards compatibility; all these and others
are full versions.
Separate versions can be installed at the same time; there are no file
conflicts. 1.9.9 will allow running Urtuk the Desolation.
At this point, remove the scripts libgdx-{setup,run} as they don't fit
in this layout anymore.
Discussed the gritty details of this with sthen, jca, espie...
This prevent WebKitWebProcess from crashing due to:
WebKit wasn't able to find a WebVTT encoder. Subtitles handling will be
degraded unless gst-plugins-bad is installed.
(can be trigger on https://www.washingtonpost.com/)
crash reported by David Raymond, thanks!
from base Perl. The newer version of the header fixes compiler warnings
(-Wcompound-token-split-by-macro) which are noisy in build logs.
Tweaked from diff from espie@ via bluhm@, earlier version ok afresh1@