Commit Graph

52 Commits

Author SHA1 Message Date
espie
2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
dcoppa
55bffdb81b config-example: update fingerprint of internal-tuner
(upstream git commit 214050e0567f1d152a001c7dd0ee903c6039ce37)
2012-12-31 10:38:17 +00:00
dcoppa
8f789047a2 Update to pianobar-2012.12.01 2012-12-05 12:20:43 +00:00
dcoppa
99617a49c5 Unbreak after pandora.com's api changes:
waitress: Fix chunked decoder
Fix "Get stations... Network error: Invalid encoded data."

New default TLS fingerprint
Fix "(i) Login... Network error: TLS handshake failed."

From upstream github.
2012-11-30 15:52:56 +00:00
dcoppa
4ac94ca3e5 player: fix typecast
(upstream git commit 12f132dd220027ee2075572d7271a5b13cfa4cbe)
2012-11-20 09:23:59 +00:00
dcoppa
6e08287364 player: Recover from AAC decoding error
Decoding errors are usually not fatal, so we can recover by skipping
the broken frame. This also fixes invalid memory reads caused by
sampleSizeCurr >= sampleSizeN.

(upstream git commit dd6c620b53272e2eb4b091a835cd250309f04cad)
2012-10-30 16:59:23 +00:00
dcoppa
2128820f04 piano: Fix memory leak pointed out by clang
from upstream git
2012-09-23 10:18:21 +00:00
dcoppa
48744b881c Update to pianobar-2012.09.07 2012-09-18 12:35:03 +00:00
dcoppa
f0928ceec0 Properly initialize libgcrypt
(upstream git commit 96db841a16670b52fa462337c657c6dc6bd2844a)

Work around libgcrypt deprecation warnings. See:
http://lists.gnupg.org/pipermail/gcrypt-devel/2011-July/001830.html
2012-07-06 08:32:13 +00:00
dcoppa
52148ee6b3 Update to release 2012.06.24 2012-06-28 07:10:25 +00:00
dcoppa
94978fd54b Update to snapshot 2012.06.10, chasing changes in pandora's api. 2012-06-12 14:45:06 +00:00
dcoppa
dcaa682854 properly handle more error messages.
from upstream git.
2012-06-08 11:01:20 +00:00
dcoppa
bc214f6fe3 Add libgcrypt CFLAGS to %.o target
(upstream git commit db4c66b2956a4da2745f16131fe573962c3fcbfb)

Fix ambiguous error message "Invalid Partner Login" on wrong
email address/password failure
(upstream git commit 81bf363ac69e0036562434ca0e7153c3e624c8c3)

Move mutex initalization to main thread
(upstream git commit ed7b2597a439c27e60d0b4cec85e801c9099173c)
2012-05-28 09:47:00 +00:00
ajacoutot
15ea48cb4b Remove workarounds now that we have a modern faad.
from Brad
2012-05-22 18:39:42 +00:00
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
dcoppa
cf4bb2e84b Correct LDFLAGS for pianobar/libpiano linking
from upstream git
2012-05-10 11:23:18 +00:00
dcoppa
972bc1d24f Update to *release* 2012.05.06 2012-05-07 11:04:21 +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
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
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
b7adff3b5f Correctly initialize fd using -1
(upstream git commit 7d659d4bd624b3100b0c0852039648d7803cbaf9)
2012-03-29 13:54:17 +00:00
dcoppa
1d4efb175e Update to snapshot dated 2012.03.17 2012-03-20 14:27:45 +00:00
dcoppa
c09d43ceba Don't use custom format output as format string: fixes a segmentation
fault when searching for a station named '%'
(upstream git commit e6a87e15043767c0f1f00a62110e4bbb53de4ece)
2012-03-02 11:42:56 +00:00
dcoppa
746495d322 Update to the latest snapshot from upstream git to unbreak pianobar
after pandora.com's API changes.
2012-01-20 13:04:16 +00:00
dcoppa
7a9cb86304 Update to pianobar-2012.01.10 2012-01-16 13:27:09 +00:00
dcoppa
f162a1b58a Fix genre selection segfault
(upstream git commit d20878bce0c0d84e5b49d1b9642e71bb0d18341a)
2011-12-19 12:44:37 +00:00
dcoppa
49b4100237 Update to pianobar-2011.12.11 2011-12-13 09:10:09 +00:00
dcoppa
5a51d88be5 Fix memset (upstream git commit 2da38556d614b9bc969f65b3683c2ce6eb99e6bc) 2011-12-08 18:27:19 +00:00
dcoppa
4eacb07c51 Update to pianobar-2011.11.21 2011-11-28 14:11:25 +00:00
dcoppa
68a5e76a98 Update to pianobar-2011.09.22 2011-09-22 14:28:13 +00:00
dcoppa
d421a5ffd4 Unbreak: pandora.com changed api (again) 2011-09-22 09:22:41 +00:00
espie
6011c3d2f0 normalize pkgpath in bsd.port.mk 2011-09-16 08:26:09 +00:00
dcoppa
402fb03e7c Fix false bookmarking error message
(upstream commit c5a89908b05126fd59ea7d4fd42d9570a2ca6228)
2011-07-18 15:04:08 +00:00
dcoppa
3e03e10468 repair my stupidity 2011-07-11 13:31:14 +00:00
dcoppa
60d2b30878 Update to pianobar-2011.07.09.
Actually unbreak it, after pandora.com's api change.
2011-07-10 11:01:05 +00:00
dcoppa
82a1ce94a8 Fix a bug: QuickMix stations losing state.
(upstream commit 49f64fd33c202831407ba6b02fa74c2037052f1c)
2011-05-13 09:52:51 +00:00
dcoppa
ae3cdb13ec Update to pianobar-2011.04.27 2011-05-04 07:48:04 +00:00
dcoppa
8745e8735b Update to pianobar-2011.04.10
USE_GROFF no more needed.
2011-04-21 10:02:09 +00:00
dcoppa
713cf6530f Add missing include to suppress nasty warnings. 2011-03-20 16:05:38 +00:00
dcoppa
08ae9a8d1b Update to pianobar-2011.01.24 2011-03-14 12:28:57 +00:00
dcoppa
f6e6f5ee26 Fix high cpu usage when started with nohup (backported from upstream git)
Fix audio playback on big-endian machines (from upstream git)
Sanitize CFLAGS
2011-01-05 14:06:51 +00:00
espie
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
dcoppa
a85afc8609 Update to pianobar-2010.11.06
Fixing "Error: Protocol incompatible. Please upgrade libpiano."

pianobar is playing cat and mouse with pandora.com...
2010-11-13 12:59:18 +00:00
espie
7b7cc80d38 USE_GROFF=Yes 2010-10-18 16:52:44 +00:00
dcoppa
7be5152acf Update to pianobar-2010.10.07
Unbreak after pandora.com API changes ("Error: Protocol incompatible. Please upgrade libpiano.")
2010-10-07 14:27:36 +00:00
dcoppa
0a58c70784 Update to pianobar-2010.08.21
"go ahead" jasper@
2010-09-14 15:10:12 +00:00
jasper
fab4167387 - move distfiles/ to a proper mirroring location. 2010-09-12 16:49:08 +00:00
dcoppa
9ca00f379f Update to pianobar-3631791.
No more cmake, build system is plain make now.

OK landry@, sthen@
2010-07-20 09:47:18 +00:00