Package Details: squeezelite-git 1.9.9.1401.r473.894df3e-2

Git Clone URL: https://aur.archlinux.org/squeezelite-git.git (read-only, click to copy)
Package Base: squeezelite-git
Description: Lightweight headless squeezebox emulator
Upstream URL: https://github.com/ralph-irving/squeezelite
Licenses: GPL3
Conflicts: squeezelite
Provides: squeezelite
Submitter: mika.fischer
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 15
Popularity: 0.000000
First Submitted: 2013-01-10 10:37 (UTC)
Last Updated: 2022-03-04 22:37 (UTC)

Pinned Comments

FabioLolix commented on 2025-10-21 18:15 (UTC)

error: failed to prepare transaction (could not satisfy dependencies)
:: installing $PACKAGE ($VERSION) breaks dependency 'libXXX.so=$VERSION' required by $THIS_PACKAGE

You need to remove this package before updating and rebuild it after the update (re-installing the old package will not work) or maintain your local AUR packages repository; this is for preventing to keep a non-working package which will fail to run with the error: error while loading shared libraries: libXXX.so.XXX: cannot open shared object file: No such file or directory

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

ggalt commented on 2014-03-01 13:15 (UTC)

Once you have downloaded the tarball and unpacked it, edit the line in PKGBUILD that currently reads "arch=('i686' 'x86_64' 'armv6h')" to read "arch=('i686' 'x86_64' 'armv6h' 'armv7h')". Then build the package as you normally would for any other AUR package. Nothing complicated.

lenovomi commented on 2014-03-01 10:37 (UTC)

ggalt could you please provide more information about how to install it on armv7?

ggalt commented on 2014-01-24 20:10 (UTC)

FYI, this compiles under armv7h too. I've built it for my new Odroid-U3 (http://hardkernel.com/main/products/prdt_info.php?g_code=G138733896281) and it seems to work just fine.

cacack commented on 2013-05-22 20:27 (UTC)

Needs dependency on git. Trying to build this on a fresh install didn't realize I hadn't installed git yet.. I know this pkg is orphaned but wanted to note this somewhere.

ggalt commented on 2013-04-30 00:51 (UTC)

Adding -a 80 to my squeezelite command line did the trick. This increases the buffers available for ALSA. Power supply is fine.

KamiKasi commented on 2013-04-29 07:39 (UTC)

@ggalt: Are you sure this comes from the update? A friend of mine had a similar problem but the only thing he changed was the power supply. With a new PS the Pi works like a charm but the sound output crackels and clicks. After switching back to the old PS everything was back to normal. Just an idea...

ggalt commented on 2013-04-28 18:19 (UTC)

I'm on a Rasperry Pi, and this had been working well until a recent system update. I'm getting a bunch of the following in my log and slow, crackling output after the recent system update: [13:38:16.013945] ALSA snd_pcm_hw_start:590 SNDRV_PCM_IOCTL_START failed (-32) [13:38:16.073608] output_thread:594 XRUN Any ideas?

pendle commented on 2013-03-26 19:22 (UTC)

Mika Did you want a systemd .service file to auto start this player? Environment file: /etc/conf.d/squeezelite server=<server ip> mac=<mac address> name=<player name> logtype=all loglevel=info logfile=/var/log/squeezelite.log Systemd .service file: /usr/lib/systemd/system/squeezelite.service [Unit] Description=Squeezelite Service After=network.target [Service] Type=simple EnvironmentFile=/etc/conf.d/squeezelite ExecStart=/usr/bin/squeezelite -n ${name} -m ${mac} -d ${logtype}=${loglevel} -f ${logfile} ${server} RestartSec=5 Restart=on-failure [Install] WantedBy=multi-user.target If you could add this to the PKGBUILD then you can just #systemctl start squeezelite to start the server. You should also add "git" to the makedepends. This is working well on my Raspberry Pi, so thank you for packaging it.

KamiKasi commented on 2013-02-12 10:47 (UTC)

Oh, yes, your right... It's GIT! Ouch... ;) But thanks for adding ARM!

mika.fischer commented on 2013-02-12 07:45 (UTC)

@KamiKasi: I added armv6h, let me know if there are problems, since I don't have a Pi... PS: It's a git package. Just rebuild and it will fetch the latest git version :)