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