Commit Graph

3330 Commits

Author SHA1 Message Date
jasper
18361c4962 sync 2012-10-11 07:15:38 +00:00
jasper
87f506efeb import fookebox-0.6.1
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@
2012-10-11 07:14:21 +00:00
dcoppa
c3bcdaf164 Apply two fixes from upstream git:
- 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
2012-10-10 10:51:01 +00:00
sthen
b2d9fd57f2 depend on p5-Switch to avoid one instance of annoying whining 2012-10-09 17:13:01 +00:00
eric
6790cfd2fc make sndio backend control the sndiod master volume rather than its own
channel.  This makes pulseaudio mixers work for all audio.

requested by and ok ajacoutot@
2012-10-08 17:19:56 +00:00
landry
a2034a50dd Mark as ONLY_FOR_ARCHS=amd64 i386 powerpc. Scons detects sparc64 as i686
and anyway upstream doesnt target other archs at all.
2012-10-06 10:55:42 +00:00
landry
2f06abaac5 Mark as BROKEN-hppa due to the lack of atomic operations. Pulseaudio
tries to detect/use libatomic-ops as a fallback, but then linking fails,
and i've already lost enough time on it.
ok ajacoutot@
2012-10-06 08:34:07 +00:00
ajacoutot
65b98e729a Missing LIB_DEPENDS after webkit lost some of its bloat.
spotted by nigel@
2012-10-06 07:33:30 +00:00
ajacoutot
18512d3da3 depend on multimedia/gstreamer-0.10/plugins-ugly for mp3 support. 2012-10-05 17:00:51 +00:00
dcoppa
f2a8f02335 Bugfixing update to mpd-0.17.2
ok landry@
2012-10-05 08:29:39 +00:00
dcoppa
5cc7870231 Unbreak build with taglib>=1.8
While here, add pthread to WANTLIB and remove bogus optimizations

OK sthen@
2012-10-04 09:17:31 +00:00
brad
bdd5a0df6b Update audacious-plugins to 3.3.2.
ok dcoppa@
2012-10-01 07:56:40 +00:00
brad
8d10fc9054 Update audacious to 3.3.2.
ok dcoppa@
2012-10-01 07:56:11 +00:00
dcoppa
d0ee27cff7 Update to taglib-1.8
Suggestions and OK brad@
2012-10-01 07:31:17 +00:00
ajacoutot
6c0e6184fb Update to rhythmbox-2.98. 2012-09-30 14:58:38 +00:00
ajacoutot
a8528bb4c9 Unbreak after recent grilo update.
Enable the zeitgeist plugin.
@comment -> post-install rm
2012-09-29 12:20:14 +00:00
ajacoutot
969b1d8c8c +libmusicbrainz5 2012-09-29 12:11:28 +00:00
ajacoutot
e1d726bcda Import libmusicbrainz5-5.0.1.
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@
2012-09-29 12:11:10 +00:00
ajacoutot
1cf5ea4afd Missed in previous. 2012-09-29 09:32:52 +00:00
ajacoutot
e3128536fa Disable OSS now that we have sndio(7) support.
Note that the mixer does not really work anymore... since sndio cannot
modify mixer(4) values :-/
2012-09-29 09:32:05 +00:00
landry
d589429af2 Mark as BROKEN-hppa, undefined references to :
__sync_bool_compare_and_swap_4
__sync_add_and_fetch_4
__sync_sub_and_fetch_4
__sync_lock_test_and_set_4
2012-09-29 06:49:03 +00:00
landry
782f62adc5 SConscript checks at configure time if gtk-update-icon-cache,
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.
2012-09-29 06:25:48 +00:00
eric
ef10a5a6e1 Add a sndio backend implementation.
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@
2012-09-28 17:09:03 +00:00
dcoppa
c67fe66ae9 Fix broken HOMEPAGE/MASTER_SITES 2012-09-28 12:56:03 +00:00
brad
f022992b79 Don't create the shared lib using soname.
ok sthen@
2012-09-28 01:47:02 +00:00
ajacoutot
3c70fa453b Forgot in previous. 2012-09-27 07:18:35 +00:00
ajacoutot
a0f9a20273 Update to sound-theme-freedesktop-0.8. 2012-09-27 07:18:09 +00:00
ajacoutot
a6d5fd4bd2 Minor update to libcanberra-0.30. 2012-09-27 06:17:08 +00:00
brad
be013343c1 Don't create the shared lib using soname.
ok sthen@
2012-09-26 19:20:59 +00:00
landry
f4118c2caf Backport fix for an issue with httpd output streaming. Audio was being
played too fast when resuming, see http://bugs.musicpd.org/view.php?id=3527
ok dcoppa@ (maintainer)
2012-09-24 16:26:33 +00:00
jeremy
5542f53b23 Now that ruby 1.9 is the default ruby implementation for gem/extconf
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.
2012-09-23 17:20:41 +00:00
jeremy
c3579f1baf Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00
dcoppa
2128820f04 piano: Fix memory leak pointed out by clang
from upstream git
2012-09-23 10:18:21 +00:00
ajacoutot
178e2b0ce3 typo in comment 2012-09-22 06:08:31 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
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=""
2012-09-21 14:48:05 +00:00
jasper
67900c9c25 sync 2012-09-20 17:41:30 +00:00
jasper
4edbb42f5a import celt051
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@
2012-09-20 17:40:57 +00:00
jasper
c3990dee0b sync after recent lua.port.mk change 2012-09-19 08:15:08 +00:00
dcoppa
e48584d7b6 The desktop entry created for the last.fm player did not support
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
2012-09-18 20:39:25 +00:00
dcoppa
48744b881c Update to pianobar-2012.09.07 2012-09-18 12:35:03 +00:00
naddy
e5d4cd0dbc update to 0.1.5 2012-09-14 21:42:57 +00:00
naddy
26586fe1b0 update to 1.0.1; Opus has now been standardized by the IETF as RFC 6716 2012-09-14 21:42:32 +00:00
ajacoutot
fddaec21cc Unbreak when avahi is not around; spotted by nigel@ 2012-09-10 09:50:21 +00:00
ajacoutot
fd2e4aced3 - Disable JACK as it was a means of having audio via a sound server
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
2012-09-07 06:19:19 +00:00
ratchov
b48e78d96b fix locking problem exposed by rthreads 2012-09-06 22:18:23 +00:00
ajacoutot
d9a4bcc50e Bump after gstreamer-plugins-base subpackaging change. 2012-09-06 12:38:35 +00:00
ajacoutot
67e4096c40 Remove dependency on gstreamer-0.10/plugins-bad. 2012-09-06 12:12:22 +00:00
ajacoutot
4043a75cd8 Switch gstreamer-0.10/plugins-ffmpeg with gstreamer-0.10/plugins-ugly;
this is an audio app, not video.

ok mpi@ (maintainer)
2012-09-06 11:57:48 +00:00
ajacoutot
5169208f30 Remove unused gstreamer-0.10/plugins-bad dependency.
ok mpi@ (maintainer)
2012-09-06 09:53:15 +00:00
ajacoutot
3359300d5a - Fix random crashes caused by invalid 32-bit shifts on 32-bit values (from upstream).
- Add to the pkg-config file the missing libm library for static linking

from Brad
2012-09-04 06:17:51 +00:00