LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-16-2014, 04:07 PM   #1
scarrz
Member
 
Registered: Aug 2014
Location: Thunder Bay, Ontario
Distribution: Slackware, Ubuntu
Posts: 80

Rep: Reputation: Disabled
Unhappy soundconverter fails compile, a little help?


hi all...
I use soundconverter alot to encode files for my iPhone and I prefer to use Slackware as my main OS. I emailed the package maintainer about this but got no response. here is the body of the email:

hello
I use soundconverter extensively and am getting an error when I try to perform "sboinstall soundconverter"

here is the error:

configure: error: required python-gnome version not found

as far as I know I have all the correct dependencies installed and am wondering what is wrong. the only thing I can think of is the SBo package I installed is called "gnome-python" and NOT "python-gnome"

I am on Slackware-Current and this package installed correctly the last time I did an install on the same operating system. I just nuked my system to get dropline gnome off of it and am going through the motions of getting my favorite software set up. I am a bit of a newb when it comes to slackbuilds but usually don't have any problems. I read somewhere on the net that the package might not be in the correct PATH, but I don't know how to investigate that.

any help would be appreciated. Thanks

I really want this program on my system so I can make .m4a files for my phone. any direction from you guys would be greatly appreciated. Thanks.
 
Old 09-16-2014, 04:10 PM   #2
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Rep: Reputation: 72
Look for a thread with PACPL in it. I posted there to install this program and I really like it, been using it for some years now.
 
Old 09-16-2014, 05:03 PM   #3
55020
Senior Member
 
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware
Posts: 1,307
Blog Entries: 4

Rep: Reputation: Disabled
I suspect you're missing gnome-python-desktop, or built it without some of its deps. I can build soundconverter successfully on 14.1 (not current) with these dependencies:
Code:
Dependencies of audio/soundconverter:
  audio/a52dec
  audio/aften
  audio/faac
  audio/faad2
  audio/twolame
  development/gnome-common
  libraries/PyXML
  libraries/gnome-media
  libraries/lame
  libraries/libgnomeui
  misc/gnome-mime-data
  multimedia/ffmpeg
  python/gnome-python-desktop
  python/gst-python
Dependencies of audio/faac:
  libraries/libmp4v2
Dependencies of libraries/libgnomeui:
  libraries/libbonoboui
Dependencies of libraries/libbonoboui:
  libraries/libgnome
  libraries/libgnomecanvas
Dependencies of libraries/libgnome:
  system/gnome-vfs
Dependencies of system/gnome-vfs:
  libraries/libbonobo
  misc/gnome-mime-data
Dependencies of libraries/libbonobo:
  libraries/ORBit2
Dependencies of multimedia/ffmpeg:
  audio/celt
  audio/faac
  audio/opencore-amr
  audio/speex
  libraries/OpenAL
  libraries/frei0r
  libraries/gsm
  libraries/lame
  libraries/libdc1394
  libraries/libvpx
  libraries/openjpeg
  multimedia/rtmpdump
  multimedia/schroedinger
  multimedia/x264
  multimedia/xvidcore
Dependencies of audio/faac:
  libraries/libmp4v2
Dependencies of multimedia/schroedinger:
  development/orc
Dependencies of python/gnome-python-desktop:
  python/gnome-python
Dependencies of python/gnome-python:
  libraries/libgnome
  python/pyorbit
Dependencies of libraries/libgnome:
  system/gnome-vfs
Dependencies of system/gnome-vfs:
  libraries/libbonobo
  misc/gnome-mime-data
Dependencies of libraries/libbonobo:
  libraries/ORBit2
Dependencies of python/pyorbit:
  libraries/ORBit2
So just work your way through that lot cleanly and methodically, and everything will be fine.

Last edited by 55020; 09-16-2014 at 05:08 PM.
 
Old 09-17-2014, 12:08 PM   #4
Paulo2
Member
 
Registered: Aug 2012
Distribution: Slackware64 15.0 (started with 13.37). Testing -current in a spare partition.
Posts: 956

Rep: Reputation: 540Reputation: 540Reputation: 540Reputation: 540Reputation: 540Reputation: 540
Hello scarrz , if you cannot get soundconverter working, ffmpeg can covert to m4a.
At least VLC can play the .m4a file, I don't know about iphone or ipod.
But seems that the cover image is lost, ffmpeg tries to convert it as video.
With -vn option (disable video) the conversion is ok.

Code:
ffmpeg -i test.mp3 -f mp4 test.m4a
 
Old 09-19-2014, 03:20 AM   #5
scarrz
Member
 
Registered: Aug 2014
Location: Thunder Bay, Ontario
Distribution: Slackware, Ubuntu
Posts: 80

Original Poster
Rep: Reputation: Disabled
Post Slackware Current packaging system stable... yay :)

hi all...

I managed to get soundconverter installed correctly. here's how I did it on slackware-current

tools: pkgtool, sbotools, slackpkg, http://google.ca

I used pkgtool to view and remove the following: gst-python gnome-media gnome-python-desktop and soundconverter

then I used sbotools to re-install all the above along with EVERY possible package dependency possible for soundconverter.

after that I used sbotools to install soundconverter but the build failed on the very same package as before so I looked at the version and did a little googling...
and came up with the following: soundconverter-2.1.2-x86_64-1vl71.txz
here: (link)

Quote:
installpkg soundconverter-2.1.2-x86_64-1vl71.txz
and almost there... running soundconverter in a console complained of a missing libaudiofile.so.0 so I did a
Quote:
locate libaudiofile
as root and found /usr/lib64/libaudiofile.so.1 so all I did was:
Quote:
cp /usr/lib64/libaudiofile.so.1 /usr/lib64/libaudiofile.so.0
and now soundconverter is running correctly.

marking my little venture on slackware-current as solved
 
  


Reply

Tags
gstreamer, plugins, soundconverter


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with soundconverter wuthering Linux - Newbie 9 05-25-2013 02:24 AM
soundconverter disabled wuthering Linux - Newbie 8 05-20-2013 03:00 PM
[SOLVED] Trying to install soundconverter 2handband Slackware 5 10-25-2010 06:21 PM
GCC fails to compile - Chapter 6.14 - C preprocessor "/lib/cpp" fails sanity check jaydoc Linux From Scratch 1 01-28-2009 05:17 PM
soundconverter lies to me phreakshew Linux - Software 4 09-30-2007 05:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration