Commit Graph

3174 Commits

Author SHA1 Message Date
dcoppa
2463359bec libpiano: add stationToken to addFeedback request: fixes thumbs
up/down and move song
(upstream git commit c4330c3f65b2eacd3433ba19b1483f6704303205)
2012-05-14 08:07:00 +00:00
ajacoutot
e33d03a625 Fix LIB_DEPENDS to unbreak on a clean machine. 2012-05-14 07:50:36 +00:00
ajacoutot
667abe2ab0 Fix after recent neon update. 2012-05-14 06:27:12 +00:00
naddy
82f42e6f04 update to 1.14.2 for minor bug fixes 2012-05-13 20:12:17 +00:00
dcoppa
234abdd653 Add proper header/library checks for the sndio backend within the
autoconf script and tweak the build infrastructure to better integrate
with upstream's way of doing things. From brad.

Enable the MMS transport and sync WANTLIB.
2012-05-11 11:59:31 +00:00
dcoppa
d9d6701485 sync patches 2012-05-11 10:53:54 +00:00
stsp
0c83251c43 Update to audacious-plugins-3.2.2; ok dcoppa 2012-05-11 09:58:09 +00:00
stsp
349c0c5ac7 Update to audacious-3.2.2. ok dcoppa 2012-05-11 09:57:29 +00:00
ratchov
9970c33a42 use milliseconds for the buffer size, in the sndio backend
ok stsp, dcoppa
2012-05-10 22:42:23 +00:00
dcoppa
cf4bb2e84b Correct LDFLAGS for pianobar/libpiano linking
from upstream git
2012-05-10 11:23:18 +00:00
ratchov
d155f572cb Update the plug-in to the newer 3.x plug-in semantics. Fixes audacious
unpausing by itself as various other bugs caused by using the version
2.x plug-in.

ok stsp, dcoppa
2012-05-09 20:53:35 +00:00
ajacoutot
48c1f786ac Wrap gtk.main, not app.main, thanks kurt@ :) 2012-05-09 14:28:54 +00:00
dcoppa
e5d2ca44f5 Sync with patch that was committed upstream. 2012-05-09 09:35:08 +00:00
ajacoutot
86cce23279 Properly call gtk.gdk.threads_enter and gtk.gdk.threads_leave to prevent
abort() on startup due to gtk trying to unlock a uninitialized mutex.

looks good to kurt@
2012-05-09 08:30:14 +00:00
landry
030e3f858e Update to easytag 2.1.7, bringing 5 years of fixes ! 2012-05-08 12:52:03 +00:00
landry
d4034d55bd adapt after libmp4v2 update 2012-05-08 12:49:45 +00:00
landry
492ef95c93 Fix WANTLIB and DEPENDS. libmp4v2 moves to RUN_DEPENDS since it's
dlopen()'ed at runtime.
2012-05-08 12:48:58 +00:00
landry
9fa0cccbde Adapt after libmp4v2 update. 2012-05-08 12:48:14 +00:00
dcoppa
972bc1d24f Update to *release* 2012.05.06 2012-05-07 11:04:21 +00:00
ajacoutot
981f12e4ea Fix a runtime warning; not that this does not fix the thread related
crash on startup, so it is still broken.
2012-05-05 09:40:43 +00:00
dcoppa
3332620b80 Update to a newer git snapshot (2012-04-17) 2012-05-04 11:05:02 +00:00
dcoppa
7979b67d5f Update to a new snapshot dated 2012-05-02.
Makes pianobar work again, after the umpteenth change to Pandora API.

New dependencies: devel/json-c, security/libgcrypt
2012-05-04 10:32:33 +00:00
ajacoutot
09ebf67432 curl is a BUILD_DEPENDS, not LIB_DEPENDS. 2012-05-04 06:34:53 +00:00
ajacoutot
b3d16d877a Update to picard-0.16.
from Brad, maintainer timeout
2012-05-04 06:24:04 +00:00
naddy
3f53c84034 maintenance update to 1.14.0 2012-05-02 19:58:16 +00:00
dcoppa
641c1b22d6 Update to taglib-1.7.2, rolling in the fix for SECURITY issue
CVE-2012-2396: fixed division by zero while parsing corrupted MP4
files.
2012-05-02 08:48:51 +00:00
jasper
702bfef43c switch to MASTER_SITE_DEBIAN 2012-04-30 19:22:08 +00:00
ajacoutot
f1f73293c5 Update xmms2 for newer libavcodec API.
from Brad
2012-04-30 06:05:17 +00:00
jeremy
47d1cd7fde Update to newer FFmpeg API.
From brad@comstyle.com, OK @ajacoutot
2012-04-30 00:54:00 +00:00
ajacoutot
0114a2eef7 Update akode for newer FFmpeg API..
CODEC_TYPE_VIDEO == AVMEDIA_TYPE_VIDEO with the current snapshot of
FFmpeg, so no pkg change.

from Brad
2012-04-29 07:09:23 +00:00
ajacoutot
689f54b24a --localstatedir=/var is the default now. 2012-04-28 10:52:08 +00:00
ajacoutot
f3535a9bfe Cope with recent audio/tremor update.
from Brad
2012-04-28 09:03:45 +00:00
ajacoutot
ed82376280 Update to an up to date snapshot of the Tremor decoder.
* fixes a few security related issues and a good number of bugs

from Brad
2012-04-28 09:03:08 +00:00
sthen
71544ab8b4 Update pacpl to 4.0.4 and switch to FFmpeg for AC3 encoding. From Brad,
ok with maintainer "if it works for you".

- also fix AC3 decoding, which was broken in the old version too (and found
while testing the above changes), from me.
2012-04-28 09:02:36 +00:00
espie
4ed7caa04f first pass at handling sqlite3 move 2012-04-23 17:15:17 +00:00
dcoppa
49e9ffe538 Sync patch; committed upstream (no pkg change) 2012-04-21 13:38:47 +00:00
dcoppa
6c80f42a16 garbage collect gcc3 patches: gcc3 architectures are history and
celt won't compile with gcc2 anyway.

naddy@ agrees.
2012-04-21 13:15:52 +00:00
sthen
15af9f5e89 Remove optional dependency faac from RUN_DEPENDS, no need for it as
gnupod will use ffmpeg's own aac coder instead. From Brad.
2012-04-21 08:39:13 +00:00
dcoppa
5e98afa5bd Fix after celt update
ok ajacoutot@
2012-04-20 13:28:50 +00:00
dcoppa
9e7619ca15 Update to celt-0.11.3
ok ajacoutot@
2012-04-20 13:25:34 +00:00
jasper
82ec075700 sort 2012-04-20 10:57:28 +00:00
dcoppa
8d92823768 Roll new distfile and gc local patches 2012-04-20 08:22:34 +00:00
dcoppa
dc08854ae2 Bandaid fix to avoid unlocking a non-locked mutex.
PTHREAD_MUTEX_STRICT_NP is merciless ;-)
2012-04-19 21:39:08 +00:00
dcoppa
45ff4ccf4b Add option to enable TLS for all actions (not just sending login
credentials). Useful to get around GeoIP restrictions.
(upstream git commit 35763dea799c96361e288a10eab0fbd16c36e880)
2012-04-16 13:09:26 +00:00
dcoppa
6aafab44cc Fix up DESCR: fix mistake with the tremor FLAVOR description and
fix capitalisation within the DESCR file.

from Brad
2012-04-16 09:50:17 +00:00
edd
5e31011d2d Fix missing CFLAGS exposed by sqlite import. Patch from Nigel Taylor. Thanks 2012-04-15 15:23:54 +00:00
dcoppa
aa0c1124ca Update to umurmur-0.2.10.
From maintainer Jonathon Sisson, tweaked by me
2012-04-12 10:03:19 +00:00
dcoppa
5620040242 Garbage collect patches/patch-src_playerlistener_cpp: it works fine
now that we have rthreads.

While here, fix WANTLIB.
2012-04-12 09:15:40 +00:00
dcoppa
c93679301c Warn if ctl is not a fifo.
Ordinary files are not supported and cause problems, so close the
fd and print a warning instead.
(upstream git commit ed6d013054f589f2999926b02f4ac6dc76c7fe91)
2012-04-11 08:41:58 +00:00
dcoppa
b55651d9bf Update to 0.16.8. Minor bugfixes, most likely the end of the line
for the 0.16.x releases.
2012-04-10 15:12:54 +00:00