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)

Latest Comments

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

IanDury commented on 2018-05-18 17:57 (UTC)

Ok, so some libraries are probably still missing during linking. Unfortunately I do not have an Arch target anymore to do tests but I can give you the output of a full build on a RPi-3 running Debian as a reference. See https://ptpb.pw/MukV Do not use -DRPI and -lwiringPI if you're not building for a RPi. Also look at https://github.com/ralph-irving/squeezelite/blob/master/Makefile

FabioLolix commented on 2018-05-18 16:18 (UTC)

@IanDury tried to compile using: export CFLAGS="${CFLAGS} -DDSD -DRESAMPLE -DVISEXPORT -DFFMPEG -DLINKALL"

but fails as @mervinb does

as side note lirc is needed for compiling

IanDury commented on 2018-05-18 14:29 (UTC)

I don't use Arch anymore so I just disowned this package. Any volunteers who want to continue maintaining this package?

@mervinb When comparing how I build it for Debian I suspect that the CFLAG -DLINKALL needs to be added. Can you test this?

mervinb commented on 2018-05-18 05:53 (UTC)

I've previously built squeezelite without problem, but most recently I have this issue:

.... cc main.o slimproto.o buffer.o stream.o utils.o output.o output_alsa.o output_pa.o output_stdout.o output_pack.o decode.o flac.o pcm.o mad.o vorbis.o mpg.o ir.o faad.o -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lasound -lpthread -lm -lrt -lasound -lpthread -lm -lrt -ldl -o squeezelite main.o: In function main': main.c:(.text.startup+0x4fa): undefined reference todsd_init' main.c:(.text.startup+0x52f): undefined reference to process_init' main.c:(.text.startup+0x104b): undefined reference tooutput_vis_init' ...

The version is v1.9.0_1098.b2ed99e-1

amuze commented on 2016-11-06 14:25 (UTC)

Thanks. I'm using ODROID-C2.

IanDury commented on 2016-11-06 09:22 (UTC)

@amuze - Sure, I will add aarch64. Thanks for validating. Just curious, which board do you use?

amuze commented on 2016-11-06 08:44 (UTC)

Can't believe I missed that :-/ Please could you add aarch64 to PKGBUILD. I added it manually and the install worked.

IanDury commented on 2016-11-05 14:23 (UTC) (edited on 2016-11-05 14:26 (UTC) by IanDury)

Use lowercase makepkg -s option git clone https://aur.archlinux.org/squeezelite-git.git cd squeezelite-git/ makepkg -si

amuze commented on 2016-11-04 20:44 (UTC)

Excuse my ignorance, but how does one use this repo? git clone https://aur.archlinux.org/squeezelite-git.git followed by makepkg -Si creates squeezelite-git-v1.8.5_809.637e941-1.src.tar.gz No source is downloaded to compile?