Package Details: logitechmediaserver-git 20210327.21451_359cd3a1d-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
Last Packager: stef.an
Votes: 9
Popularity: 0.34
First Submitted: 2015-05-16 16:04 (UTC)
Last Updated: 2021-03-27 12:02 (UTC)

Dependencies (10)

Required by (0)

Sources (3)

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

FabioLolix commented on 2024-03-17 21:00 (UTC)

Can you add 'wget' to the makedepends?

Why? This build fine in clean chroot without wget

BertiBoeller commented on 2024-03-17 18:12 (UTC)

Can you add 'wget' to the makedepends?

baslking commented on 2024-02-01 11:52 (UTC) (edited on 2024-02-02 12:06 (UTC) by baslking)

This is currently failing for me, but the problem is possibly/probably on the git archive side:

Error: 2318 bytes of body are still expectedMiB | 5.29 MiB/s 
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
==> ERROR: Failure while downloading slimserver-vendor git repo
    Aborting...

Went away a day later, Github prob I expect nevermind....

FabioLolix commented on 2021-10-03 13:10 (UTC)

On a second though this likely can co-exist with logitechmediaserver

FabioLolix commented on 2021-10-02 18:14 (UTC)

hello, conflicts=(logitechmediaserver) is missing

stef.an commented on 2021-05-31 09:10 (UTC) (edited on 2021-05-31 09:10 (UTC) by stef.an)

For me it seems to work. As for every perl-update do a clean make, so eiher use a fresh snapshot (recommended) or remove the pkg and src dirs and the pkg file itself. makepkg and install by pacman -U.

Corrobor commented on 2021-05-30 07:15 (UTC) (edited on 2021-05-30 07:54 (UTC) by Corrobor)

Today archlinux got perl update to 5.34 and now logitech media server git not works. I try to reinstall but i get a makepkg error. Can you check? thanks Edit: i got working again by moving, after the error, the CPAN folder created during the package build, in /opt/Logitechmediaserver-git @stef.an can you check?

stef.an commented on 2021-04-01 08:03 (UTC) (edited on 2021-04-01 08:05 (UTC) by stef.an)

@Corrobor This is pretty straight forward: Uninstall logitechmediaserver, backup (no backup no pity!), rename the remaining directory, install logitechmediaserver-git.

No warranty:

cd /opt

pacman -R logitechmediaserver

tar cvzf /opt/logitechmediaserver.tar.gz -C /opt logitechmediaserver

mv /opt/logitechmediaserver /opt/logitechmediaserver-git

Now install the git-version, e.g

pacman -U /path/to/your/logitechmediaserver-git-...pkg.tar.xz

and make sure the owner is correct:

chown -R logitechms:logitechms /opt/logitechmediaserver-git

stef.an commented on 2021-04-01 07:49 (UTC) (edited on 2021-04-01 07:50 (UTC) by stef.an)

@fragfutter I tried to find a way to do that but afaik every possible entrypoint like pkgver() is executed after downloading the defined sources. So I simply didn't find a way to build the URL you mentioned as a source. Maybe someone more advanced has a solution for this?

So this would require some dirty workarounds. Not defining any source, determining the git hash in prepare(), dowloading and extracting the source there and so on.