Package Details: logitechmediaserver-git 20240514.22852.251c1b0de-1

Git Clone URL: https://aur.archlinux.org/logitechmediaserver-git.git (read-only, click to copy)
Package Base: logitechmediaserver-git
Description: Slimserver for Logitech Squeezebox players. This server is also called Logitech Media Server. (Git-Version, if you prefer stability consider using logitechmediaserver instead)
Upstream URL: https://github.com/Logitech/slimserver
Keywords: logitech slimserver squeezebox
Licenses: GPL, custom
Provides: logitechmediaserver
Submitter: stef.an
Maintainer: stef.an (FabioLolix)
Last Packager: stef.an
Votes: 9
Popularity: 0.000112
First Submitted: 2015-05-16 16:04 (UTC)
Last Updated: 2024-05-14 12:54 (UTC)

Dependencies (10)

Required by (0)

Sources (3)

Pinned Comments

FabioLolix commented on 2024-05-26 08:41 (UTC)

-bin variant uploaded https://aur.archlinux.org/packages/logitechmediaserver-bin

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 Next › Last »

mar77i commented on 2016-06-22 17:26 (UTC)

This package should use the repo's perl packages wherever it can. the non-git PKGBUILD does so without much hassle. Building LMS with the upstream vendor tarballs is the worst, literally.

stef.an commented on 2016-06-13 19:45 (UTC)

There is a "bug" in upstream with perl 5.24 if you use boxes with display. I've remove an expression from Slim/Display/Lib/Fonts.pm (thanks setone!) in my repo. Please rebuild (or replace Fonts.pm) if you encounter errors regarding BidiR and/or BidiL.

stef.an commented on 2016-06-08 07:08 (UTC)

Maybe I can help you if you post the output of systemctl status logitechmediaserver-git.service -l

jasonwryan commented on 2016-06-07 22:43 (UTC)

I can't get this to start: logitechmediaserver-git.service: Failed at step USER spawning /opt/logitechmediaserver-git/slimserver.pl: No such process Also, sidenote: this should conflict with logitechmediaserver (and vice versa) and the binary should be logitechmediaserver (likewise the service file): you are not going to want both installed at once.

Renophaston commented on 2016-06-06 22:26 (UTC)

Well then I guess it wasn't as stupid as I feared! :) I updated to your new version 7.9.0-7, and everything's working great so far. Thanks!

stef.an commented on 2016-06-06 16:00 (UTC)

Slowly moving over to system provided perl libs where possible. Please give this one a try and report back, thanks!

stef.an commented on 2016-06-05 21:02 (UTC)

Renophaston, that's basically what I changed when I forked the original script to make it work on 5.22 some time ago. Please report if you find errors. Upstream lms knows 5.22 for the time being, I'll rebase and Patch it asap... Arm core hasn't been updated to 5.24 yet, that's why I missed this one.

Renophaston commented on 2016-06-05 19:37 (UTC)

For what it's worth, LMS is running for me so far on i686 with perl 5.24. All I did was change the dependency in the PKGBUILD and set PERL_522=$PERL_BIN in that long case statement in slimserver-vendor/CPAN/buildme.sh. (Telling the script it was using 5.22 even though it isn't.) This is ugly and stupid, but if you're desperate to update perl, it's been working for me.

blackhole commented on 2016-06-05 17:01 (UTC)

How to install with the new perl 5.24?

stef.an commented on 2016-03-09 10:07 (UTC)

Okay, thanks for the hint! I'll take a look...