]> git.pld-linux.org Git - packages/audacity.git/commitdiff
- Remove requirement for lamelibs-devel (s/.so/.so.*.*.*/).
authormkochano <mkochano@pld-linux.org>
Sun, 17 Feb 2002 13:20:29 +0000 (13:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audacity-not_require_lame-libs-devel.patch -> 1.1

audacity-not_require_lame-libs-devel.patch [new file with mode: 0644]

diff --git a/audacity-not_require_lame-libs-devel.patch b/audacity-not_require_lame-libs-devel.patch
new file mode 100644 (file)
index 0000000..522f8d3
--- /dev/null
@@ -0,0 +1,18 @@
+diff -urN audacity-src-0.98.orig/ExportMP3.cpp audacity-src-0.98/ExportMP3.cpp
+--- audacity-src-0.98.orig/ExportMP3.cpp       Tue Jan 22 07:14:15 2002
++++ audacity-src-0.98/ExportMP3.cpp    Sat Feb  2 15:59:19 2002
+@@ -212,12 +212,12 @@
+          
+          wxString GetLibraryName()
+          {
+-            return "libmp3lame.so";
++            return "libmp3lame.so.0.0.0";
+          }
+          
+          wxString GetLibraryTypeString()
+          {
+-            return wxString("Shared Object files (*.so)|*.so");
++            return wxString("Shared Object files (*.so*)|*.so*");
+          }
+          
+          wxString GetLibraryMessage()
This page took 0.245357 seconds and 4 git commands to generate.