The pkgbuild is maintained at https://github.com/FabioLolix/PKGBUILD
Search Criteria
Package Details: lyrionmusicserver-git 9.0.2.r191.gb0aa22c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lyrionmusicserver-git.git (read-only, click to copy) |
---|---|
Package Base: | lyrionmusicserver-git |
Description: | Slimserver for Logitech Squeezebox players. This server is also called Logitech Media Server) |
Upstream URL: | https://github.com/LMS-Community/slimserver |
Licenses: | GPL-2.0-only |
Submitter: | FabioLolix |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 1 |
Popularity: | 0.23 |
First Submitted: | 2025-03-23 22:23 (UTC) |
Last Updated: | 2025-03-23 22:23 (UTC) |
Dependencies (8)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- perl (perl-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- rsync (rsync-gitAUR, rsync-reflink-gitAUR, rsync-reflinkAUR) (make)
- yasm (yasm-gitAUR) (make)
Required by (0)
Sources (3)
Latest Comments
FabioLolix commented on 2025-08-11 13:25 (UTC)
FabioLolix commented on 2025-08-11 13:25 (UTC)
Currently broken https://github.com/LMS-Community/Audio-Scan/issues/8
jonoke commented on 2025-07-24 21:58 (UTC) (edited on 2025-07-24 22:02 (UTC) by jonoke)
Recent update to perl has caused problems (here and with logitechmediaserver.git).
jon@majaro:/usr/local/src$ git clone https://aur.archlinux.org/lyrionmusicserver-git.git
Cloning into 'lyrionmusicserver-git'...
remote: Enumerating objects: 6, done.
remote: Counting objects: 100% (6/6), done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 6 (delta 0), reused 6 (delta 0), pack-reused 0 (from 0)
Receiving objects: 100% (6/6), done.
jon@majaro:/usr/local/src$ cd lyrionmusicserver-git/
jon@majaro:/usr/local/src/lyrionmusicserver-git$ makepkg
==> Making package: lyrionmusicserver-git 9.0.2.r191.gb0aa22c-1 (Fri 25 Jul 2025 07:33:43)
==> Checking runtime dependencies...
==> Missing dependencies:
-> perl<=5.42
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
I modified the PKGBUILD ... just in case:
depends=('perl>=5.40' 'perl<=5.52' glibc gcc-libs zlib)
and the build errors out:
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Scan.bs blib/arch/auto/Audio/Scan/Scan.bs 644
Unparseable XSUB parameter: 'char ' in Scan.xs, line 220
Unparseable XSUB parameter: 'char ' in Scan.xs, line 272
Unparseable XSUB parameter: 'char ' in Scan.xs, line 288
Unparseable XSUB parameter: 'char ' in Scan.xs, line 312
Unparseable XSUB parameter: 'char ' in Scan.xs, line 328
Unparseable XSUB parameter: 'char ' in Scan.xs, line 366
Please specify prototyping behavior for Scan.xs (see perlxs manual)
make: *** [Makefile:363: Scan.c] Error 1
make failed, aborting
blackhole commented on 2025-06-15 13:39 (UTC)
You are right. This is not consistent. User and group must be the same everywhere. I hope for a fix soon.
higzbosun commented on 2025-05-04 20:28 (UTC)
Hello, I noticed the git version, lyrionmusicserver.install file creates and chowns user and owner as 'logitechms'.
The bin version however creates and chowns user and owner as 'lyrionms'.
And the service file for both bin and git has user and group as 'lyrionmusicserver'. Should the service file have the same user and owner as the install file?
Curious why the two install files have different user:group?
Pinned Comments
FabioLolix commented on 2025-08-11 13:25 (UTC)
The pkgbuild is maintained at https://github.com/FabioLolix/PKGBUILD
FabioLolix commented on 2025-08-11 13:25 (UTC)
Currently broken https://github.com/LMS-Community/Audio-Scan/issues/8