103 Commits

Author SHA1 Message Date
jsg
9cdf3afc4a mpd already builds with ports gcc, now that the arm baseline is armv6k
builtin atomics are available on arm and mpd builds so stop marking it
as BROKEN on arm.
2016-12-30 08:59:10 +00:00
dcoppa
f58c26665e Bugfixing update to mpd-0.19.21 2016-12-15 10:59:12 +00:00
dcoppa
7248d50801 Update to mpd-0.19.20 2016-12-11 12:59:40 +00:00
dcoppa
141232de7e LogInit: initialize out_fd properly to avoid closing stdin
(upstream git commit 301abac0c1ca55e591b5afc53bf332cda294da19)
2016-12-05 11:56:19 +00:00
dcoppa
ffcf575f77 Merge fixes from branch 'v0.19.x' of git://git.musicpd.org/master/mpd
decoder/pcm: round buffer size down to nearest frame size
(upstream git commit 7019f6bea455f0d843131ec5b88cf057ebba5058)

decoder/ffmpeg: ignore empty packets
(upstream git commit 77a9940461f96a608b1f564f810b146980e63c4d)

fix comment in mpdconf.example ("can setting can" -> "setting can")
(upstream git commit 7c251fe19013d17f5ecd65361a560d433c0c19ef)
2016-11-24 08:27:28 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
landry
f1c8e5a408 Now that --gc-sections has been disabled on powerpc (thanks jca@!),
remove the hacks in ports to disable it locally. Those should build ootb
in the next-next bulk...
2016-09-15 06:50:05 +00:00
jasper
f8b1ceec32 bump after faad subpackage changes 2016-08-30 10:20:15 +00:00
dcoppa
e26244174d Update to mpd-0.19.19 2016-08-25 07:24:20 +00:00
dcoppa
5646c497ce Update to mpd-0.19.18 2016-08-08 08:06:54 +00:00
dcoppa
f072b093b8 Bugfixing update to mpd-0.19.17 2016-07-11 06:14:48 +00:00
dcoppa
ed3aabcd28 Merge fixes from the upstream stable 'v0.19.x' branch:
commit 072e39c9cf449ccb8d7be301768a769f479c2875
Author: Max Kellermann <max@duempel.org>
Date:   Fri Jul 1 21:17:52 2016 +0200

filter/ReplayGain: skip PcmVolume if a mixer is set

Previously, volume was applied twice: once by PcmVolume, and again by
the hardware mixer.

commit ba8e579e9b8126a694d1125e001acddbeb494299
Author: Max Kellermann <max@duempel.org>
Date:   Fri Jul 1 21:22:21 2016 +0200

pcm/Volume: use 0x69 to generate DSD silence
2016-07-04 08:50:28 +00:00
dcoppa
954a1f016c Update to mpd-0.19.16 2016-06-14 14:11:08 +00:00
dcoppa
aa607f1be8 Update to mpd-0.19.15 2016-05-01 17:48:02 +00:00
dcoppa
0b175d320e Update to mpd-0.19.14 2016-03-21 12:42:31 +00:00
dcoppa
5d4f662137 Update to mpd-0.19.13 2016-02-25 09:04:50 +00:00
jsg
578ae7c7ca Don't attempt to build on arm. sync atomic builtins required. 2016-02-21 16:17:25 +00:00
dcoppa
c1fbc5a0bc Bugfixing update to mpd-0.19.12 2015-12-16 08:48:09 +00:00
landry
1e36c4ab89 Fix linking on powerpc by disabling -Wl,--gc-sections
With hint from mpi@, ok dcoppa@ (maintainer)
2015-12-16 07:58:56 +00:00
dcoppa
5b59ea681b Merge the fix from upstream 2015-12-04 14:48:56 +00:00
dcoppa
7365542d14 Update to mpd-0.19.11 2015-10-28 19:01:39 +00:00
dcoppa
a2d0f64186 Merge fixes from the upstream stable 'v0.19.x' branch:
decoder/ffmpeg: fix crash due to wrong avio_alloc_context() call
(git commit 1958f78cc1bd47ce1c9b57db41194f85aed942ab)

decoder/gme: call decoder_seek_error() on seek error
(git commit 93c97972b9cb41284f8af8b653e056484bbf4717)

output/Command: flush the mixer cache when enabling/disabling output
(git commit ac61d43720393803cb3f6bc5c74aea588e1ca68d)
2015-10-26 16:03:56 +00:00
dcoppa
c5fd84aa33 ffmpeg decoder: avoid a double free error while decoding a stream
bug reported and fix tested by "J. Scott Heppler"
2015-10-23 07:53:05 +00:00
dcoppa
53572c8d83 Merge fixes from upstream stable 'v0.19.x' branch:
encoder/flac: fix crash with 32 bit playback
(upstream git commit 4e3d1821895c92d060fc3a9059e83ac58c8c79a3)

tag/ApeLoader: fix buffer overflow after unterminated key
(upstream git commit 205fba74cffffb9df985cdf928101633ffc41772)

decoder/mpcdec: use Clamp()
(upstream git commit 2a58f2264936787ddd96b40c7626046592c2d1a0)
2015-10-20 15:10:42 +00:00
dcoppa
488651d1f9 Enable SoundCloud support through libyajl; Nils Reusse <n DOT reusse AT hxgn DOT net>
Do some housekeeping while here
2015-09-24 08:28:48 +00:00
jasper
13dc0d52c1 don't disable exceptions; as needed by newer boost and doesn't harm current boost 2015-06-29 07:31:40 +00:00
dcoppa
f1755835e3 Update to mpd-0.19.10 2015-06-22 08:09:28 +00:00
pascal
f0585aa4cf gcc4 bumps, reminded by aja@ 2015-05-28 10:17:22 +00:00
dcoppa
b0e985dcbd Merge fix from the stable 'v0.19.x' branch:
OpusEncoderPlugin: initialise granulepos so we end up with sane values
(upstream git commit 0d7ee2b014db4f5072ac17839d0c7f3535c60675)
2015-05-07 16:15:41 +00:00
landry
9ba0235636 BROKEN-hppa = no atomic ops 2015-03-16 21:40:18 +00:00
dcoppa
08b80070d4 Bugfixing update to mpd-0.19.9 2015-02-08 14:09:35 +00:00
landry
0fee0d0b4e Unbreak by adding hppa to MODGCC4_ARCHS. 2015-01-21 10:17:40 +00:00
dcoppa
2b8020c003 Update to mpd-0.19.8 and enable the sqlite option to gain sticker
support
2015-01-15 08:15:14 +00:00
ajacoutot
0d9e65e39d Add our late tremor FLAVOR to pkgpath.
ok dcoppa@
2014-11-27 19:57:16 +00:00
dcoppa
156a030e9a bye bye tremor flavor
ok landry@
2014-11-27 18:20:55 +00:00
dcoppa
93a9485fe0 Update to mpd-0.19.5 2014-11-27 13:52:08 +00:00
dcoppa
d82c7419d2 Update to mpd-0.19.3 2014-11-12 08:46:02 +00:00
dcoppa
f2979e1a35 Bugfix update to mpd-0.19.2 2014-11-03 12:12:12 +00:00
dcoppa
166c213eeb Update to mpd-0.19.1
Tested by landry@ on powerpc, and on amd64 by me and Bryan Linton
2014-10-27 11:07:18 +00:00
dcoppa
48496e33df Update to mpd-0.18.16 2014-09-29 08:43:47 +00:00
dcoppa
84ce3dfdd8 Bugfix update to mpd-0.18.14 2014-09-15 08:44:35 +00:00
dcoppa
e10546bca1 Bugfix update to mpd-0.18.13 2014-09-02 08:33:59 +00:00
landry
433ec38d08 Fix build on alpha by adding it to MODGCC4_ARCHS, 4.6 works. 2014-08-19 06:39:05 +00:00
jturner
6a181bfc1f Enable the ffmpeg decoder plugin bringing back various mp4 (m4a, m4b,
etc.) playback support. mp4 support was lost when 0.18 dropped support
for the mp4ff decoder plugin (provided by audio/faad).

ok dcoppa@
2014-06-06 14:53:37 +00:00
dcoppa
9fc3168536 Update to mpd-0.18.11 2014-05-19 07:52:07 +00:00
dcoppa
8dc34205a0 Update to mpd-0.18.10, now that a nasty race condition when using
GLib event loop has been fixed upstream.

It adds a dependency on gcc 4.8 because code was rewritten c++11-style.

Original diff for 0.18.9 by landry@.
Tested by landry@ and Bryan Linton.
OK landry@
2014-05-06 10:49:23 +00:00
dcoppa
7ffb9f0cd5 Bugfix update to mpd-0.17.6 2013-11-05 07:08:52 +00:00
dcoppa
0e9ef25da3 Bugfix update to mpd-0.17.5 2013-09-19 15:02:16 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00