Remove pointless "mad" flavor. On arm, we now default to the
internal ffmp3 integer decoder.
Clean up README and DESCR.
Various contributions from edd@, jakemsr@, sthen@
Remove a conflicting malloc declaration
In xview-lib, use XAllocIDs instead of several calls to XAllocID
that lead to segfaults with newer libX11
At least it runs now...
OK naddy@
cannot be satisfied at present (binutils). This allows gtk+2 to build and in
turn opens up a lot more of the ports tree. Problem pointed out by Jay K.
ok, and advice on simplifying my original diff, espie@
* zap pthread from WANTLIB in tkdnd
* get rid of expensive SUBST_VARS in pre-configure or whole pre-configure
* get rid of tktreectrl PFRAG.shared
* bump tkdnd and tktreectrl
OK, landry@ who's eyes got burned ;)
While here:
Zap -Wredundant-decls from CFLAGS to avoid a lot of harmless but
noisy warnings during compilation (cluestick by landry@ for this).
Switch to new-style LIB_DEPENDS/WANTLIB.
Remove the non-blocking flag from the fd passed to
g_daemon_file_input_stream_new(). This is needed because our userland
threads set the fd to non-blocking where g_input_stream_*() functions
are blocking operations.
This fixes the progress bar display and allows to write to remote
directories like ftp, sftp, webdav. Reading from these remote locations
is "somehow" working now too, but there is still something fishy when
copying directories.
You have been warned. However, it's much better than it was.
defaults (which can be changed in the preferences):
* disable monitoring (gamin uses kqueue(2) and will run out of fds very
fast on a default GNOME system so it will fall back to polling which is
very ressource intensive)
* stop indexing if available space is =< 5%
* set default indexing speed to 10 (i.e. medium value 0->20)
* don't index removable devices
I will revisit this later when/if tracker behaves nicer.