PromyLOPh / pianobar

Console-based pandora.com player
http://6xq.net/pianobar/
Other
1.74k stars 321 forks source link

Has anyone tried to compile this on Buster? have you had success? #691

Closed kentisevil closed 4 years ago

kentisevil commented 4 years ago

Subject of the issue

Attempting to compile on RPiZeroW on buster

Your environment

pi@EvilPhatBeat:~ $ lsb_release -a No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster

Steps to reproduce

Tell us how to reproduce this issue. just download buster and try to compile / install required dependencies

Expected behaviour

when attempting to install dependencies I expect apt to either find them or suggest alternatives

Actual behaviour

package not found:

pi@EvilPhatBeat:~/pianobar $ sudo apt install gmake pthreads libao libcurl gcrypt json-c ffmpeg -y Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package gmake E: Unable to locate package pthreads E: Unable to locate package libao E: Unable to locate package libcurl E: Unable to locate package gcrypt E: Unable to locate package json-c

PromyLOPh commented 4 years ago

The debian package description file says you need: debhelper-compat, libao-dev, libavcodec-dev, libavfilter-dev, libavformat-dev, libavutil-dev, libcurl4-gnutls-dev, libgcrypt20-dev, libjson-c-dev, libpth-dev, pkg-config Note there’s a prebuilt binary available for debian buster, just apt-get install pianobar

kentisevil commented 4 years ago

let me try that - thanks for the quick response - my problem with the prebuilt on my rasberry pi's it constant breaking up....

kentisevil commented 4 years ago

well that solved one problem - I can compile it now - but it is still horribly laggy skippy even on my raspberry pi 4 through the HDMI port ..... I don't remember having this much skippy laggy on my Pi2 - weird......

kentisevil commented 4 years ago

thanks for your help!