[Bug 223783] Re: SoX was compiled without MP3 encoding support

2011-03-02 Thread Bug Watch Updater
** Changed in: sox (Debian) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/223783 Title: SoX was compiled without MP3 encoding support -- ubuntu-bugs

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2011-02-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/sox -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/223783 Title: SoX was compiled without MP3 encoding support -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2011-02-08 Thread Launchpad Bug Tracker
This bug was fixed in the package sox - 14.3.1-1ubuntu1 --- sox (14.3.1-1ubuntu1) natty; urgency=low * Enable lame support (drop --without-lame and add libmp3lame-dev to build dependencies) (LP: #223783). * Set distro based on the build distribution. -- Benjamin Drung

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2010-12-23 Thread LenWeisberg
I tried to install sox from the PPA and still can't write MP3. Here's the story (some newlines added). Any idea what's wrong? [code] $ sudo add-apt-repository ppa:dtl131/mediahacks $ sudo apt-get update $ sudo apt-get install sox [messages included:] Get:1

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2010-12-23 Thread LenWeisberg
Forgot to mention, I also did: $ sudo apt-get install libsox-fmt-all -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/223783 Title: SoX was compiled without MP3 encoding support -- ubuntu-bugs

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2010-10-31 Thread Dave Lentz
I have liberated versions of sox in PPA: https://launchpad.net/~dtl131/+archive/mediahacks -- SoX was compiled without MP3 encoding support https://bugs.launchpad.net/bugs/223783 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2010-10-31 Thread Dave Lentz
I have sox in my PPA too, though it looks like Domenico Martella is doing a good job of maintaining his PPA. -- SoX was compiled without MP3 encoding support https://bugs.launchpad.net/bugs/223783 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2010-06-17 Thread Michael Hipp
I guess I don't understand this comment: I can't distribute sox binaries with mp3 encoding support compiled in at least in Debian main. I presume this refers to the non-free mp3 encoder. But just removing the configure switch '--disable-lame' does not cause the sox binary to include any non-free

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2010-06-16 Thread IDtheTarget
I made the mistake of upgrading to lucid, and now can't use sox for mp3 again. I desperately need this ability. I've tried to use your ppa, but it didn't work. do you have one for lucid? Thank you! -- SoX was compiled without MP3 encoding support https://bugs.launchpad.net/bugs/223783 You

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2010-01-05 Thread Domenico Martella
I've just recompiled sox with mp3 support (thought liblame0). It's available at ppa: deb http://ppa.launchpad.net/domenico-martella-alcacoop/ppa/ubuntu karmic main -- SoX was compiled without MP3 encoding support https://bugs.launchpad.net/bugs/223783 You received this bug notification because

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2009-12-27 Thread Risto H. Kurppa
Any updates here, someone working on this? Still an issue with Karmic. -- SoX was compiled without MP3 encoding support https://bugs.launchpad.net/bugs/223783 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2009-04-14 Thread Dimitrios Symeonidis
marking as confirmed, importance wishlist ** Changed in: sox (Ubuntu) Importance: Undecided = Wishlist ** Changed in: sox (Ubuntu) Status: New = Confirmed -- SoX was compiled without MP3 encoding support https://bugs.launchpad.net/bugs/223783 You received this bug notification

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2009-04-13 Thread Adrian
For simple scenarios, this should work: for a in *; do sox $a `basename $a .ogg`.wav; done for a in *.wav; do lame --preset extreme $a `basename $a .wav`.mp3; done -- SoX was compiled without MP3 encoding support https://bugs.launchpad.net/bugs/223783 You received this bug notification because

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2009-03-07 Thread frederyk
I understand that too, but a mp3-enabled sox should be available, especially for the server-market hat tool could be the audio- imagemagick. this should be fixed soon. -- SoX was compiled without MP3 encoding support https://bugs.launchpad.net/bugs/223783 You received this bug notification

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2009-01-31 Thread Dimitrios Symeonidis
I can understand if Ubuntu doesn't want to distribute sox with mp3 encoding enabled by default, but couldn't there be another sox version (maybe in multiverse, or even in a ppa) with mp3 encoding enabled? -- SoX was compiled without MP3 encoding support https://bugs.launchpad.net/bugs/223783 You

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2009-01-25 Thread Arie Skliarouk
Actually the mp3-enabled sox segfaults on attempt to create any output file, not just the mp3 one. -- SoX was compiled without MP3 encoding support https://bugs.launchpad.net/bugs/223783 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2009-01-22 Thread Arie Skliarouk
I tried to rebuild sox with enabled mp3 encoding support and the resulting binary segfaults on any mp3-encoding operation. I have used following procedure to do that (on Ubuntu 8.10, both i386 and x86_64 architectures): apt-get install sox libmp3lame0 libmp3lame-dev apt-get build-dep sox cd

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2008-11-09 Thread Joshua Swink
Absolutely, the program should work after installing its main package. That is, it should include some format libraries. There should be a sox- base package that doesn't include any format libraries, like the main sox package does now. The sox package should depend on most or all open formats, and

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2008-09-21 Thread luke2760
It would be really nice to have a simple thing that just works after installing one package or metapackage like Imagemagick does for images... To the point that I think a 'full' version of SoX in the nonfree repositories would be a nice thing to have around. I know it's fairly redundant, but

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2008-08-18 Thread Jorge O. Castro
** Also affects: sox (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=382275 Importance: Unknown Status: Unknown -- SoX was compiled without MP3 encoding support https://bugs.launchpad.net/bugs/223783 You received this bug notification because you are a member of Ubuntu

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2008-08-18 Thread Bug Watch Updater
** Changed in: sox (Debian) Status: Unknown = Confirmed -- SoX was compiled without MP3 encoding support https://bugs.launchpad.net/bugs/223783 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2008-08-07 Thread Pascal Giard
I can't distribute sox binaries with mp3 encoding support compiled in at least in Debian main. One of SoX developpers posted a patch to support mp3 encoding via dlopen awhile back but many changes occured in SoX since then. That patch needs to be reworked and i don't currently have the time to do

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2008-06-17 Thread Ken Fallon
I think that the error message SoX was compiled without MP3 encoding support is misleading. It can convert from mp3 but not to mp3. If I run the command sox x.mp3 y.mp3 tempo 1.5 it fails but the command sox x.mp3 y.ogg tempo 1.5 works fine. So this issue is just related to writing mp3 files. --

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2008-06-04 Thread Ken Fallon
I just confirmed that this is also an issue with Debian Lenny/SID [EMAIL PROTECTED]:~$ sox --version sox: SoX v14.0.1 [EMAIL PROTECTED]:~$ cat /etc/debian_version lenny/sid [EMAIL PROTECTED]:~$ uname -a Linux papps02 2.6.16-2-686-smp #1 SMP Fri Aug 18 19:25:21 UTC 2006 i686 GNU/Linux [EMAIL

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2008-05-13 Thread Fevrin
I can confirm that SoX returns this error when you try to output an MP3 file. In my case, I was trying to convert a FLAC file to an MP3 file with sox -i -V4 song.flac song.mp3. Trying it with sudo of course didn't change anything. Also, I installed Sox and libsox-fmt-all through Synaptic, if

[Bug 223783] Re: SoX was compiled without MP3 encoding support

2008-04-28 Thread Ken Fallon
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/13990808/Dependencies.txt -- SoX was compiled without MP3 encoding support https://bugs.launchpad.net/bugs/223783 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --