aprins: Edit /opt/squeezebox-server/modules.conf and replace 0.88 by 0.9.
I believe this comes from an inconsistency upstream, and I will update this package to reflect that soon.
Search Criteria
Package Details: logitechmediaserver 8.5.2-1
Package Actions
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: | stef.an (FabioLolix) |
Last Packager: | stef.an |
Votes: | 72 |
Popularity: | 0.000089 |
First Submitted: | 2011-11-03 06:54 (UTC) |
Last Updated: | 2024-07-01 19:06 (UTC) |
Dependencies (10)
- perl (perl-gitAUR)
- perl-io-socket-ssl
- gd (gd-gitAUR) (make)
- nasm (nasm-gitAUR) (make)
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make, aarch64)
- yasm (yasm-gitAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR) (optional, x86_64) – transcoding on 64-bit systems
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR, lib32-glibc-eac-binAUR, lib32-glibc-eac-rocoAUR) (optional, x86_64) – transcoding on 64-bit systems
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 35 36 37 38 39 40 41 42 43 44 45 .. 50 Next › Last »
vesath commented on 2011-08-07 21:05 (UTC)
<deleted-account> commented on 2011-08-07 19:46 (UTC)
Vesath, thanks for your work on this ;-)
I have one problem when installing the package (pacman -U):
The following CPAN modules were found but cannot work with Squeezebox Server:
Audio::Scan (loaded 0.90, need 0.88)
To fix this problem you have several options:
1. Install the latest version of the module(s) using CPAN: sudo cpan Some::Module
2. Update the module's package using apt-get, yum, etc.
3. Run the .tar.gz version of Squeezebox Server which includes all required CPAN modules.
Any idea how to come around this problem?
vesath commented on 2011-07-31 00:54 (UTC)
So I partly fixed the scanner problem: you can now do `./scanner.pl --wipe --progress ~/music/` and it will work. Not sure why the GUI still doesn't do anything, though.
vesath commented on 2011-07-29 18:50 (UTC)
rubble: CPAN/XML/Simple.pm needs to be corrected similarly to fix the issue you reported.
vesath commented on 2011-07-29 18:42 (UTC)
Korthaerd: Maybe try replacing "arm-linux" by "i386-linux" in the PKGBUILD. But unless Arch Linux officially decides to support ARM, it seems wrong for archlinuxarm to put this burden on AUR maintainers.
rubble: Thanks for reporting but your patch doesn't solve the issue for me: line 447 of Expat.pm seems to have little to do with what you patch.
Korthaerd commented on 2011-07-29 17:10 (UTC)
Can you add support form arm architecture ?I t will be very useful for all the archlinuxarm's users.
I got that issue during the cleanup of the installation :
-> Strip des symboles inutiles dans les binaires et les bibliothèques...
/usr/bin/strip: Unable to recognise the format of the input file `./opt/squeezebox-server/Bin/i386-linux/faad'
==> ERREUR: Makepkg n'a pas pu construire squeezebox-server.
<deleted-account> commented on 2011-07-28 22:09 (UTC)
After upgrading to 7.6.0-3, I tried a "Clear library and rescan everything" only to end up with an empty library and the following error in /opt/squeezebox-server/Logs/slimserver.log ...
[11-07-28 08:09:19.1626] Slim::Utils::Misc::msg (1236) Warning: [08:09:19.1621] Use of tied on a handle without * is deprecated at /opt/squeezebox-server/CPAN/XML/Parser/Expat.pm line 447.
It looks as though the Perl 5.14 syntax has been tidied up since 5.12 (http://perl5.git.perl.org/perl.git/blob/HEAD:/pod/perldelta.pod lines 399/400). To fix the issue, I changed the following lines in /opt/squeezebox-server/CPAN/XML/Parser/Expat.pm
[old line 492] my $ret = $self->parse(*FILE);
[new line 492] my $ret = $self->parse(\*FILE);
[old line 675] $parser->parse(*FOO);
[new line 675] $parser->parse(\*FOO);
vesath commented on 2011-07-27 16:07 (UTC)
Thanks, apnar; I've updated the package accordingly.
<deleted-account> commented on 2011-07-27 11:00 (UTC)
Looks good vesath. I think you can drop the dependency on 'perl-dbd-mysql' and 'mysql' as it looks like they've switched to sqllite.
Also, the '--reject "mysql-*"' in my wget line saves a good bit of the download as mysql is the biggest thing in that dir and isn't used.
vesath commented on 2011-07-27 07:26 (UTC)
This update supports perl-5.14; in fact, you should upgrade perl to 5.14.1 before building it.
Enjoy and thanks apnar again.
Pinned Comments
FabioLolix commented on 2024-05-26 08:40 (UTC)
-bin variant uploaded https://aur.archlinux.org/packages/logitechmediaserver-bin