~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-security

« back to all changes in this revision

Viewing changes to debian/patches/libmp3lame.patch

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2007-05-17 02:36:41 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517023641-5yjqt9434cbcb6ph
Tags: 1.3.2-4
* debian/patches:
   - desktop_file.patch: fixed broken Category entry
* debian/audacity.mime:
   - added entry for application/x-audacity-project

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- old/src/export/ExportMP3.cpp        2006-10-29 01:05:27.000000000 +0200
 
2
+++ new/src/export/ExportMP3.cpp        2007-05-12 09:32:18.000000000 +0200
 
3
@@ -263,12 +263,12 @@
 
4
 
 
5
          wxString GetLibraryName()
 
6
          {
 
7
-            return wxT("libmp3lame.so");
 
8
+            return wxT("libmp3lame.so.0");
 
9
          }
 
10
          
 
11
          wxString GetLibraryTypeString()
 
12
          {
 
13
-            return wxString(_("Only libmp3lame.so|libmp3lame.so|Primary Shared Object files (*.so)|*.so|Extended Libraries (*.so*)|*.so*|All Files (*)|*"));
 
14
+            return wxString(_("Only libmp3lame.so.0|libmp3lame.so.0|Primary Shared Object files (*.so)|*.so|Extended Libraries (*.so*)|*.so*|All Files (*)|*"));
 
15
          }
 
16
          
 
17
          wxString GetLibraryMessage()