Fix unsafe client removal from list at timeout.
(upstream git commit ad3bc56f96b024ac31e8927f21d1f5e7b8f61b56)
Reset timeout timer when receiving UDP data too: fix timeout when
using push-to-talk. Correct speling error.
(upstream git commit 6087b18a630eb32df682a7fd90d88408aa99c726)
Fix handling of long cipherstrings/lists with OpenSSL.
(upstream git commit 35d4608d0e044df48ee8cea13d3cbeafbb33535d)
cuetools is a set of utilities for working with Cue Sheet (cue) and Table of
Contents (toc) files. It includes:
cueconvert - convert between the cue and toc formats
cuebreakpoints - print the breakpoints from a cue or toc file
cueprint - print disc and track infomation for a cue or toc file
fookebox is a jukebox-style web-frontend to mpd.
- Use as a keyboard-less jukebox frontend
- Or as a powerful mpd control frontend
- Also great for parties with only part-time jukebox
ok landry@
- Corrupted FLAC files scan can result in heavy CPU consumption:
fix it by considering a file as being invalid if a 0 length block
is found
- Fix a crash when saving xm files
While here, also sync patches/patch-tests_CMakeLists_txt with upstream
The libmusicbrainz (also known as mb_client or MusicBrainz Client
Library) is a development library geared towards developers who wish to
add MusicBrainz lookup capabilities to their applications.
ok jasper@
update-desktop-database and updae-mime-database are present in the PATH,
and if not resets FREEDESKTOP to 0, which results in a packaging failure.
Add RUN_DEPENDS to BUILD_DEPENDS to fix that.
It certainly needs more work, but it should be functionnal for playback.
Imported so that further testing and developement can happen in-tree.
prodded by ajacoutot@
ports, for the ports that are built both on ruby 1.8 and ruby 1.9,
switch the category Makefiles to explicitly list the ruby18 FLAVOR
instead of the ruby19 FLAVOR.
Also, for home_run, fastri, and fastercsv, explicitly build only the
ruby 1.8 version of the port. These libraries can run on ruby 1.9, but
it doesn't make sense to build a ruby 1.9 version by default.