Package Details: logitechmediaserver 8.5.2-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/LMS-Community/slimserver
Keywords: logitech slimserver squeezebox
Licenses: GPL, custom
Submitter: vesath
Maintainer: FabioLolix (FabioLolix)
Last Packager: stef.an
Votes: 72
Popularity: 0.000000
First Submitted: 2011-11-03 06:54 (UTC)
Last Updated: 2024-07-01 19:06 (UTC)

Dependencies (10)

Required by (0)

Sources (3)

Pinned Comments

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

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

Latest Comments

« First ‹ Previous 1 .. 37 38 39 40 41 42 43 44 45 46 47 .. 50 Next › Last »

vesath commented on 2011-07-26 18:17 (UTC)

Thanks a lot for this apnar! It seems great and I'll look into packaging it later today.

<deleted-account> commented on 2011-07-26 17:22 (UTC)

I managed to get things working on 5.14 by building my own modules. I just used the mysql perl modules from pacman, so make sure you have the perl-dbd-mysql package installed. The rest are built using a modified build script that is hacked together. Here are the steps if anyone wants to do it: # grab all the perl modules wget -r -nH --cut-dirs=5 --no-parent --reject "index.html*" --reject "mysql-*" http://svn.slimdevices.com/repos/slim/7.5/trunk/vendor/CPAN/ cd CPAN # get new Sub-Name module as old one does not compile properly wget http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Sub-Name-0.05.tar.gz # grab hacked up module build script wget http://botch.com/buildme-arch-perl-514-hack.sh # build the modules chmod +x buildme-arch-perl-514-hack.sh ./buildme-arch-perl-514-hack.sh # copy compiled modules and new versions over cp -r build/arch/5.14 /opt/squeezebox-server/CPAN/arch/ cp -f build/5.14/lib/perl5/x86_64-linux-thread-multi/Audio/Scan.pm /opt/squeezebox-server/CPAN/Audio/ cp -f build/5.14/lib/perl5/x86_64-linux-thread-multi/Sub/Name.pm /opt/squeezebox-server/CPAN/Sub/ #tweak modules.conf for new versions sed -i 's/Audio::Scan 0.8. 0.8./Audio::Scan 0.88 0.88/' /opt/squeezebox-server/modules.conf sed -i 's/Sub::Name 0.0. 0.0./Sub::Name 0.05 0.05/' /opt/squeezebox-server/modules.conf

vesath commented on 2011-07-26 15:41 (UTC)

It still doesn't have a CPAN/arch/5.14 directory... I'll package it later today anyway.

<deleted-account> commented on 2011-07-26 15:27 (UTC)

7.6.0 released 25 Jul 2011. I haven't seen anything yet about working with perl 5.14 -- I might examine that today.

<deleted-account> commented on 2011-07-17 07:36 (UTC)

oh, and apparently a 5.14 compile is on it's way (for some time now) http://www.networkedmediatank.com/showthread.php?tid=50167&pid=497931#pid497931

<deleted-account> commented on 2011-07-17 07:34 (UTC)

With a downgraded perl on 5.12 I could install and run 7.5.5. Also tried the 7.6.0. works also (and thank God uses SQlite by default).

vesath commented on 2011-07-13 20:58 (UTC)

No it doesn't: this can only be fixed by upstream building their CPAN modules for perl-5.14, which has not happened yet.

setone commented on 2011-07-13 19:51 (UTC)

Thanks for doing that. Do we know if this resolves the Perl issue?

Pank commented on 2011-07-13 06:43 (UTC)

'A new version of Squeezebox Server is available (7.5.5)' Seems rather dull: http://wiki.slimdevices.com/index.php/Release_Notes#7.5.5_Release_Highlights