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.000158
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 2 3 4 5 6 7 .. 11 Next › Last »

jasonwryan commented on 2024-05-11 22:27 (UTC)

Build is currently failing:

gif_hash.c: In function '_InitHashTable':                                                                                                                                                      
gif_hash.c:71:43: error: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]                                                                                           
   71 |     if ((HashTable = (GifHashTableType *) malloc(sizeof(GifHashTableType)))                                                                                                            
      |                                           ^~~~~~                                                                                                                                       
gif_hash.c:54:1: note: include '<stdlib.h>' or provide a declaration of 'malloc'

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