Bug 301544

Summary: k3b doesn't find sox
Product: [Applications] k3b Reporter: Janet <bugzilla>
Component: K3bSetupAssignee: Michał Małek <michalm>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 2.0.2   
Target Milestone: ---   
Platform: Debian unstable   
OS: Linux   
Latest Commit: Version Fixed In:

Description Janet 2012-06-10 01:09:50 UTC
Although sox package is installed (Debian Sid, sox --version: sox:      SoX v14.4.0) k3b reports "not found". sox executable is in /usr/bin. I tried reinstalling but that did not change anything.


Reproducible: Always
Comment 1 Pino Toscano 2012-07-08 20:23:53 UTC
Git commit 2b672a2928d57b1132644ee4da1d6c664050bce1 by Pino Toscano.
Committed on 08/07/2012 at 22:20.
Pushed by pino into branch '2.0'.

fix sox detection with sox >= 14.4.0

sox 1.14.0 changed the string that is printed out on --version, breaking the simply string matching done;
add a new case to cover also this new version

(cherry picked from commit 79cd49cac3a6b7031556aae53ce3ecff8c360cb9)

M  +3    -0    plugins/encoder/sox/k3bsoxencoder.cpp

http://commits.kde.org/k3b/2b672a2928d57b1132644ee4da1d6c664050bce1
Comment 2 Pino Toscano 2012-07-08 20:23:54 UTC
Git commit 79cd49cac3a6b7031556aae53ce3ecff8c360cb9 by Pino Toscano.
Committed on 08/07/2012 at 22:20.
Pushed by pino into branch 'master'.

fix sox detection with sox >= 14.4.0

sox 1.14.0 changed the string that is printed out on --version, breaking the simply string matching done;
add a new case to cover also this new version

M  +3    -0    plugins/encoder/sox/k3bsoxencoder.cpp

http://commits.kde.org/k3b/79cd49cac3a6b7031556aae53ce3ecff8c360cb9