WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: mpd-minimal won't run - missing libcdio_paranoia.so  (Read 10075 times)

Offline Nomadic

  • Newbie
  • *
  • Posts: 11
Re: mpd-minimal won't run - missing libcdio_paranoia.so
« Reply #30 on: March 10, 2016, 04:17:38 AM »
Please test extended build (added curl, cdio_paranoia, required files for repo)

Code: [Select]
Music Player Daemon 0.19.13

Copyright (C) 2003-2007 Warren Dukes <warren.dukes@gmail.com>
Copyright (C) 2008-2014 Max Kellermann <max@duempel.org>
This is free software; see the source for copying conditions.  There is NO
warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Database plugins:
 simple proxy

Storage plugins:
 local

Decoders plugins:
 [mad] mp3 mp2
 [mpg123] mp3
 [vorbis] ogg oga
 [oggflac] ogg oga
 [flac] flac
 [sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
 [audiofile] wav au aiff aif
 [dsdiff] dff
 [dsf] dsf
 [faad] aac
 [wavpack] wv
 [pcm]

Output plugins:
 null fifo alsa ao oss httpd recorder

Encoder plugins:
 null vorbis lame wave flac

Archive plugins:
 [bz2] bz2

Input plugins:
 file alsa archive curl cdio_paranoia

Playlist plugins:
 extm3u m3u pls cue embcue

Protocols:
 file:// http:// https:// cdda:// alsa://

Download
« Last Edit: March 10, 2016, 04:39:13 AM by Nomadic »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14568
Re: mpd-minimal won't run - missing libcdio_paranoia.so
« Reply #31 on: March 10, 2016, 04:29:50 AM »
I'm unable to download the file.

What is meant by "added curl, cdio_paranoia, required files for repo"?

Offline Nomadic

  • Newbie
  • *
  • Posts: 11
Re: mpd-minimal won't run - missing libcdio_paranoia.so
« Reply #32 on: March 10, 2016, 04:38:34 AM »
I'm unable to download the file.
Reupload file
Quote
What is meant by "added curl, cdio_paranoia, required files for repo"?
added compared to the previous build

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14568
Re: mpd-minimal won't run - missing libcdio_paranoia.so
« Reply #33 on: March 10, 2016, 05:35:19 AM »
You need to add bzip2-lib and icu to the dep file.

Also mpd will not start without mpd.conf, so I'd suggest you add a start-up script to copy mpd.conf.example into /usr/local/etc as mpd.conf after first testing for it's presence.

Finally, mpd looks for alsa.conf and aliases.conf, so I guess a comment about requiring alsa-config/alsa to be installed and configured in the info file would be good  :)

Offline Nomadic

  • Newbie
  • *
  • Posts: 11
Re: mpd-minimal won't run - missing libcdio_paranoia.so
« Reply #34 on: March 10, 2016, 06:07:10 AM »
Add alsa-config to dep file?

Package includes file /usr/local/etc/mpd.conf.example
I think it is to manually copy and configure

Offline Nomadic

  • Newbie
  • *
  • Posts: 11
Re: mpd-minimal won't run - missing libcdio_paranoia.so
« Reply #35 on: March 14, 2016, 03:10:59 AM »
Added deps:
  • bzip2-lib.tcz
  • icu.tcz
  • alsa-config.tcz

Download