Package Details: logitechmediaserver 8.4.0-1

Git Clone URL: https://aur.archlinux.org/logitechmediaserver.git (read-only, click to copy)
Package Base: logitechmediaserver
Description: Slimserver for Logitech Squeezebox players. This server is also called Logitech Media Server. (Release-Version, if you prefer bleeding edge consider using logitechmediaserver-git instead)
Upstream URL: https://github.com/Logitech/slimserver
Keywords: logitech slimserver squeezebox
Licenses: GPL, custom
Submitter: vesath
Maintainer: stef.an (FabioLolix)
Last Packager: stef.an
Votes: 73
Popularity: 0.005697
First Submitted: 2011-11-03 06:54 (UTC)
Last Updated: 2024-02-16 09:11 (UTC)

Dependencies (9)

Required by (0)

Sources (3)

Latest Comments

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

sadays commented on 2024-05-02 08:01 (UTC)

@agora

https://forums.slimdevices.com/forum/user-forums/3rd-party-software/1686739-announce-deezer-local-plugin

forum friends add deezer local, but it requires lms 8.5 or higher to work

Tidal local has no problems

agora commented on 2024-05-01 20:13 (UTC)

@sadays, 8.5 or 8.5.2 is not going to help you to access Deezer. With mysqueezebox.com gone, there is no more Deezer support - unless a miracle has happened in the last 10 days that I have not heard about.

sadays commented on 2024-04-30 15:11 (UTC)

The source is here but I can't configure arch linux https://lyrion.org/lms-server-repository/

FabioLolix commented on 2024-04-30 12:37 (UTC)

Thanks Stefan!


@sadays in the pkgbuild change pkgver=, run updpkgsums to calculate new hash, build

There is also _vendorver=8.4 bunt didn't see a 8.5 branch for that

sadays commented on 2024-04-30 12:20 (UTC)

hi everyone

lms need update 8.5.0 or 8.5.2 for Deezer

how to update?

FabioLolix commented on 2024-04-04 15:35 (UTC)

 stef.an commented on 2023-08-11 09:52 (UTC)

Hi, I've updated the package. Since I don't actively use LMS anymore, I'm not aware of such breaking updates, so thanks for the heads up and the patch! Feel free to contact me if you'd like to adopt the package, the reason I don't orphan it is because I'm afraid it will die if I do...

btw I'm interested in co-maintaining/maintaining, I have quite a backlog now but I'll return to use LMS in some time

agora commented on 2024-04-04 15:31 (UTC)

Hi, I just saw here https://lyrion.org/lms-server-repository/ that there is a version 8.5 of logitechmediaserver, but also an upcoming version 9.0 that will be rebranded to lyrionmediaserver. What will this mean for the AUR package? Can we simply carry on with the existing package, or will there be a new package and we will have to migrate to it? Probably reinstalling would not be a big deal, but I have not looked into how the server stores its configuration, which I would of course like to keep.

stef.an commented on 2024-02-16 09:23 (UTC)

Hi everyone, I've pushed the update to 8.4.0 which should also solve the verification errors. Happy building!

ispotter commented on 2024-02-15 20:04 (UTC)

Edited the existing PKGBUILD to the new 8.4.0 release and the appropriate sha256sum for the archive.

Built fine.

escuta commented on 2024-01-23 16:34 (UTC) (edited on 2024-01-24 15:42 (UTC) by escuta)

I'm also getting the following installation error when installing with yay: "ERROR: One or more files did not pass the validity check!".

slimserver-vendor-public-8.4.tar.gz fails the check.

Sorry I don't know how to resolve in the way @squawk describes.


==> Criando o pacote: logitechmediaserver 8.3.1-1 (ter 23 jan 2024 13:32:58)
==> Verificando as dependências de tempo de execução...
==> Verificando as dependências de tempo de compilação...
==> Obtendo fontes...
  -> Encontrado slimserver-8.3.1.tar.gz
  -> Encontrado slimserver-vendor-public-8.4.tar.gz
  -> Encontrado logitechmediaserver.service
==> Validando source arquivos com sha256sums...
    slimserver-8.3.1.tar.gz ... Passou
    slimserver-vendor-public-8.4.tar.gz ... FALHOU
    logitechmediaserver.service ... Passou
==> ERRO: Um ou mais arquivos não passaram na verificação de validade!
 -> erro ao construir: logitechmediaserver

*EDIT*

I believe that I worked out how to change the checksums, however the installation fails at the next step:

==> Validando source arquivos com sha256sums...
    slimserver-8.3.1.tar.gz ... Passou
    slimserver-vendor-public-8.4.tar.gz ... Passou
    logitechmediaserver.service ... Passou
==> Extraindo fontes...
  -> Extraindo slimserver-8.3.1.tar.gz com bsdtar
bsdtar: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
==> ERRO: Falha ao extrair slimserver-8.3.1.tar.gz
    Abortando...

*EDIT 2*

Got past this by first installing openssl-1.1 .

However all ends badly with:

==> Verificando problemas de empacotamento...
==> ATENÇÃO: O pacote contém referência a $srcdir
opt/logitechmediaserver/CPAN/auto/DBD/SQLite/SQLite.so
==> Criando o pacote "logitechmediaserver"...
  -> Gerando o arquivo .PKGINFO...
  -> Gerando o arquivo .BUILDINFO...
  -> Adicionando o arquivo install...
  -> Gerando o arquivo .MTREE ...
  -> Compactando o pacote...
bsdtar: Option --no-read-sparse is not supported
Usage:
  List:    bsdtar -tf <archive-filename>
  Extract: bsdtar -xf <archive-filename>
  Create:  bsdtar -cf <archive-filename> [filenames...]
  Help:    bsdtar --help
Error : incorrect library version (expecting : 1.4.9 ; actual : 1.5.5 ) 
Please update library to version 1.4.9, or use stand-alone zstd binary 
==> ERRO: Falha ao criar o arquivo do pacote.

If I run zstd in a terminal, I get the same error. I use pacman to reinstall zstd, it again tries to reinstall version 1.5.5

*EDIT 3*

This last error was a PATH problem on my sytem. In the process of figuring that out, I installed the AUR logitechmediaserver-git package.