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 »

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?

IanDury commented on 2016-10-15 12:41 (UTC)

@Frans-Willem - Done

Frans-Willem commented on 2016-09-10 10:45 (UTC)

Could you remove the systemctl enable from the post_upgrade step? Squeezelite system-wide is interfering with pulseaudio, and I have a user service to make up for it. Yet everytime I upgrade this package, it re-enables the system wide service and my audio is toast again :/

IanDury commented on 2016-07-03 15:14 (UTC)

@firefox2501 - Sure, added in my first comment below.

firefox2501 commented on 2016-07-03 13:39 (UTC)

@IanDury - your PKGBUILD looks good, but it is looking for the "service", "install", and "conffile" files. Do you have those available? Thanks

IanDury commented on 2016-06-18 15:53 (UTC) (edited on 2016-07-03 15:10 (UTC) by IanDury)

Request to rebase this package to the active maintained source: https://github.com/ralph-irving/squeezelite Here's my currently used: PKGBUILD: https://ptpb.pw/xCtV service: https://ptpb.pw/8-B0 conffile: https://ptpb.pw/v0YE install: https://ptpb.pw/gFCO Thanks

mgrimes commented on 2016-02-24 17:37 (UTC)

I can confirm that this works on armv7h. Would you add that to the arch=() definition.

blackhole commented on 2015-05-17 15:34 (UTC)

Do you confirm that the "u" flag for resampling is not active in this version?

ggalt commented on 2015-01-16 15:16 (UTC)

I recently started to get the following error: /usr/bin/ld: output_alsa.o: undefined reference to symbol 'log10@@GLIBC_2.0' /usr/lib/libm.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status I corrected it by adding "-lm" to the LDFLAGS lines in PKGBUILD so that "libm" was linked in correctly.