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.
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).
So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
ac_cv_path_GTKDOC_REBASE="" \
ac_cv_path_GTKDOC_MKPDF=""
The CELT codec is an experimental audio codec for use in low-delay
speech and audio communication. It's meant to close the gap between
Vorbis and Speex for applications where both high quality audio and
low delay are desired.
This package contains the celt051 API.
ok aja@
passing arguments, but this is needed when attempting to launch the
last.fm player from a browser via the uri handler (last.fm radio
links).
Fix it by replacing the "Exec=last.fm" line with "Exec=last.fm %U".
From gentoo linux
before sndio but akode has had sndio support for a long time now
- Mark SHARED_ONLY as akode is a set of plugins for KDE and the rest of
KDE is SHARED_ONLY too
from Brad
Ardour is a full-featured, free and open-source hard disk recorder and
digital audio workstation program suitable for professional use. It
features unlimited audio tracks and buses, non-destructive, non-linear
editing with unlimited undo, and anything-to-anywhere signal routing. It
supports standard file formats, such as BWF, WAV, WAV64, AIFF and CAF,
and it can use LADSPA, LV2, VST and AudioUnit plugin formats.
with and ok ajacoutot@
aubio is a tool designed for the extraction of annotations from audio
signals. Its features include segmenting a sound file before each of its
attacks, performing pitch detection, tapping the beat and producing midi
streams from live audio.
help/ok ajacoutot
* add @comment for the libtool la files corresponding to modules
* fix RUN_DEPENDS
* add '${CONFIGURE_SHARED} --disable-static' in CONFIGURE_ARGS
* remove post-install hack, add the -avoid-version libtool option in the
corresponding Makefile(s).
ok aja@, dcoppa@
playlist disappeared in columns display mode when there is no config
file)
(upstream git commit 6126def6c5b339c7f43d99c47501dde21d4943b3)
help: fix typo
(upstream git commit a22e875473bb796eb1e905ca4d40b39c90133637)
The Opus codec is designed to handle a wide range of interactive
audio applications, including Voice over IP, videoconferencing,
in-game chat, and even remote live music performances. It can scale
from low bit-rate narrowband speech to very high quality stereo
music.
ok sthen@
opencore-amr contains an implementation of the 3GPP TS 26.073
specification for the Adaptive Multi Rate (AMR) speech codec
and an implementation of the 3GPP TS 26.173 specification for
the Adaptive Multi-Rate Wideband (AMR-WB) speech decoder.
The implementation is derived from the OpenCORE framework,
part of the Google Android project.
Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.
Some hidden issues may appear, in which case please contact me.
discussed with and ok blind jasper@
support to use mpg321 in any way.
- Switch AAC/FLAC decoding and FLAC encoding to using FFmpeg
and eliminates the run-time dependencies on the faad/flac ports.
- Switch WavPack decoding to FFmpeg.
reset maintainer per andreas' request
from brad