summarylogtreecommitdiffstats
path: root/config.patch
diff options
context:
space:
mode:
authorPeter Pickford2016-02-18 21:02:35 -0800
committerPeter Pickford2016-02-18 21:02:35 -0800
commit8f501d7cacbb79e97527143d779531d173389d49 (patch)
tree0159de2c137f52000ae9c17225e382ed16debedf /config.patch
parentb68cbb3d16e6598fdc96270473f6b890ad490c21 (diff)
downloadaur-8f501d7cacbb79e97527143d779531d173389d49.tar.gz
add config.patch to correct path to lame and add lame as a dependency
Diffstat (limited to 'config.patch')
-rw-r--r--config.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.patch b/config.patch
new file mode 100644
index 000000000000..7b564fa2c648
--- /dev/null
+++ b/config.patch
@@ -0,0 +1,11 @@
+--- prog/bin/pvftomp3.orig 2003-02-03 15:12:52.000000000 -0800
++++ prog/bin/pvftomp3 2016-02-18 18:24:05.188636754 -0800
+@@ -28,7 +28,7 @@
+ # below since it depends on the application that you choose. "lame" is a very nice
+ # free encoder that can be installed easily. At the time of writing, you could dowmnload
+ # it from www.mp3dev.org/mp3.
+-my $encoder = "/usr/local/bin/lame";
++my $encoder = "/usr/bin/lame";
+ my $encoderOptions = " --silent --preset phon+ -h ";
+
+ my $pvftooldir = $VOCP::Vars::Defaults{'pvftooldir'} || "/usr/local/bin"; # Use full path to 'pvftoXXX' executables