** 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 mailin
** 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
h
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 DrungTue,
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 mailin
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 http://ppa.launchpad.net/dtl131/media
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 U
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.
--
ubun
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-fre
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 rec
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 y
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
u
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 becau
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 notificati
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 beca
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
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.
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 /usr/s
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
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 loo
** 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
ubuntu-b
** 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
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
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.
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 PROTE
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, i
** 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.
-
26 matches
Mail list logo