On Fri, Nov 13, 2015 at 05:22:35PM +0100, Gerhard Gedigk wrote:
> The installation of audacious-plugins was a hopping from error to error. I
> want to install codices but I do not need everything. The line that would
> help users is
> 
> ./configure --help=short
> 
> Plus a hint that packages that are enabled but have not been installed will
> produce a crash.
> Thanks for your time
> Gerhard
> 
I'm having a hard time understanding your problem.  On the machine
where I'm typing this, audacious-3.6.2 appears to work fine.
Obviously, I have been using audacious for some years, so I know
which dependencies matter to me, but I simply build it with
 ./configure --prefix=/usr

Are you saying that you specifically enabled things which you knew
you had not installed ?

I'll attach the part of my log which tells me what configure found.
Perhaps it will give you some clues about which dependencies you
might want to use (I'm old-school, I just play wav, flac, ogg, mpg
and occasionally CDs, and I use alsa not the Devil's own pulse).

The only advice I can give you is to take a guess at which deps you
will want, then work back prom the descriptions on configure's
summary to find the internal variable names, and from those look at
what programs or libraries or pkgconfig files the configure script
is looking for.  And do not attempt to tell it you have things which
are not installed.  If you put programs, libraries and pkgconfig files into
odd prefixes such as /opt/something, make sure that they are on your
PATH, in /etc/ld.so.conf, and in PKG_CONFIG_PATH.

After it is built, see if it does what you need.  If it doesn't
review what else you need to install.  The arch page at
https://www.archlinux.org/packages/extra/i686/audacious-plugins/
lists what some of the optional deps enable.  I've no idea what the
'(make)' description on that page means.

ĸen
-- 
Il Porcupino Nil Sodomy Est! (if you will excuse my latatian)
  aka "The hedgehog song"
Configuration:

  Install path:                           /usr/lib/audacious

  Output Plugins
  --------------
  Open Sound System (oss4):               yes
  Advanced Linux Sound Arch. (alsa):      yes
  Sndio (sndio):                          no
  CoreAudio (coreaudio):                  no
  PulseAudio (pulse):                     no
  Jack Audio Connection Kit (jack):       no
  Simple DirectMedia Layer (sdlout):      yes
  Qt Multimedia (qtaudio):                no
  FileWriter:                             yes
    -> FileWriter MP3 output part:        yes
    -> FileWriter Vorbis output part:     yes
    -> FileWriter FLAC output part:       yes

  Input Plugins
  -------------
  MPEG-1 Layer I/II/III (mpg123):         yes
  MPEG-2/4 AAC (aac):                     yes
  FFaudio (ffaudio):                      ffmpeg
  Module decoder (modplug):               no
  MIDI synthesizer (amidi-plug):          no
  CD Digital Audio (cdaudio_ng):          yes
  sndfile extensions:                     yes
  Tone Generator:                         yes
  Ogg Vorbis (vorbis):                    yes
  Free Lossless Audio Codec (flacng):     yes
  Commodore 64 audio (SID):               no
  Game music (spc, nsf & gbs):            yes
  PlayStation (psf/psf2) audio:           yes
  Nintendo DS audio (xsf):                yes
  AdLib synthesizer (adplug):             no
  WavPack 4.31+ (wavpack):                no
  Metronom:                               yes
  VTX Decoder:                            yes

  General
  -------
  Alarm:                                  yes
  Album Art:                              yes
  Delete from Filesystem:                 yes
  Linux Infrared Remote Control (LIRC)    no
  MPRIS 2 Server:                         yes
  Playlist Manager:                       yes
  Search Tool:                            yes
  Song Change:                            yes
  Status Icon:                            yes
  Audacious OSD:                          yes
    -> X Composite support:               yes
  libnotify OSD:                          no
  Global Hotkey Plugin:                   yes
  Gnome Shortcuts Plugin:                 yes
  Scrobbler 2.0:                          yes
  LyricWiki viewer:                       yes
  Mac Media Keys:                         no

  Effect
  ------
  Channel Mixer:                          yes
  Crystalizer:                            yes
  Dynamic Range Compressor:               yes
  Echo/Surround:                          yes
  Extra Stereo:                           yes
  LADSPA Host:                            yes
  Voice Removal:                          yes
  Bauer stereophonic-to-binaural (bs2b):  no
  Sample Rate Converter (resample):       yes
  Silence Removal:                        yes
  Speed and Pitch:                        yes
  SoX Resampler:                          no

  Visualization
  -------------
  Blur Scope:                             yes
  Cairo Spectrum Analyzer:                yes
  GTK+ OpenGL Spectrum Analyzer:          yes
  Qt OpenGL Spectrum Analyzer:            no

  Transport
  ---------
  neon-based http/https:                  yes
  libmms-based mms:                       no
  GIO:                                    yes

  Container
  ---------
  Audacious playlist format (audpl):      yes
  Winamp PLS playlist format (pls):       yes
  M3U playlist format (m3u):              yes
  Microsoft ASX (legacy):                 yes
  Microsoft ASX 3.0:                      yes
  XML Sharable Playlist Format (xspf):    yes
  CUE playlist format (cue):              no

  Interfaces
  ----------
  GTK (gtkui):                            yes
  Qt (qtui):                              no
  Winamp Classic (skins):                 yes

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to