WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Audacious missing extensions?  (Read 2761 times)

Offline thane

  • Hero Member
  • *****
  • Posts: 688
Audacious missing extensions?
« on: February 06, 2016, 05:25:51 PM »
Yesterday I downloaded the Audacious media player (gtk3 version). It wouldn't play any media files or streams (mp3, m3u) so tried running the app in a terminal. Saw several error messages relating to libraries not being found. Using the Apps 'Provides' function I found and downloaded the additional extensions containing the missing libraries. Audacious now works fine.

Since the missing libraries are available in current TC extensions, this looks like a dependencies issue.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Audacious missing extensions?
« Reply #1 on: February 06, 2016, 05:54:39 PM »
Hi thane
If you would share which addition extensions you required, an administrator could probably adjust the dependency
file accordingly.

Offline thane

  • Hero Member
  • *****
  • Posts: 688
Re: Audacious missing extensions?
« Reply #2 on: February 06, 2016, 08:32:15 PM »
Trying to reconstruct after the fact (looking at extensions not depended on that aren't apps I specifically downloaded):

faad.tcz
gnutls.tcz
libmms.tcz
libnotify.tcz
libsamplerate.tcz
mpg123.tcz
neon.tcz
wavpack.tcz

Quite a number when I look at it, so maybe something else is going on? Bad dep file somewhere?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Audacious missing extensions?
« Reply #3 on: February 06, 2016, 09:26:38 PM »
Hi thane
Is it possible you're supposed to install  audacious-plugins.tcz  to play media files or streams (mp3, m3u)? From
the  audacious-plugins.tcz.info  file:
Code: [Select]
Comments:       Requires alsa or pulseaudio sound
                can optionally use the neon, libmms, wavpack, libvorbis, libsndfile, flac,
                libcdio, lame, libsamplerate, libnotify curl, mpg123,  faad and libsamplerate extensions
The list in the comments section looks very similar to what you reported. If that's the case, maybe a notation in the
comments section of  audacious.tcz.info  file should be added.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Audacious missing extensions?
« Reply #4 on: February 06, 2016, 10:16:09 PM »
audacious-plugins is one of the audacious deps - audacious will play ogg files without problems, but for most other formats the problem is here:
Code: [Select]
$ audacious
 *** ERROR: /usr/local/lib/audacious/Input/ffaudio.so could not be loaded: libavcodec.so.55: cannot open shared object file: No such file or directory

..I'll take a look.

Offline thane

  • Hero Member
  • *****
  • Posts: 688
Re: Audacious missing extensions?
« Reply #5 on: February 07, 2016, 01:21:35 AM »
Thanks Rich and Juanito.

Thane

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Audacious missing extensions?
« Reply #6 on: February 07, 2016, 04:31:20 AM »
updated audacious and audacious-plugins posted

Offline thane

  • Hero Member
  • *****
  • Posts: 688
Re: Audacious missing extensions?
« Reply #7 on: February 07, 2016, 07:30:05 PM »
I downloaded the updated audacious and audacious-plugins extensions (version 3.7.1).

When I ran audacious in a terminal, got messages about libraries not found. Downloading the following extensions corrected most of this:

faad.tcz
gnutls.tcz
libnotify.tcz
libsamplerate.tcz
neon.tcz
SDL.tcz
wavpack.tcz

Also got a message that referred to a library I couldn't find:

/usr/lib/libstdc++.so.6:version 'GLIBCXX_3.4.21' not found

And possibly curl.tcz is outdated?

/usr/local/lib/libcurl.so.4: undefined symbol: SSLv2_client_method

edit: Audacious does work though as far as playing mp3 and m3u files, in spite of the last two messages.
« Last Edit: February 07, 2016, 07:41:00 PM by thane »

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Audacious missing extensions?
« Reply #8 on: February 08, 2016, 03:32:47 AM »
When I ran audacious in a terminal, got messages about libraries not found. Downloading the following extensions corrected most of this...
Yes, this is mentioned in the audacious-plugins info file...

Quote
/usr/lib/libstdc++.so.6:version 'GLIBCXX_3.4.21' not found
Oops - I guess I compiled it in tc-7.x

Quote
And possibly curl.tcz is outdated?

/usr/local/lib/libcurl.so.4: undefined symbol: SSLv2_client_method
Yes - it's awaiting a recompile.

Quote
edit: Audacious does work though as far as playing mp3 and m3u files, in spite of the last two messages.
Good  :)

Offline thane

  • Hero Member
  • *****
  • Posts: 688
Re: Audacious missing extensions?
« Reply #9 on: February 08, 2016, 08:40:21 PM »
Thanks!