]> CyberLeo.Net >> Repos - CDN/portage-cdn.git/blob - media-plugins/alsaequal/files/alsaequal-0.6-eq-name.patch
media-plugins/alsaequal: work around false error
[CDN/portage-cdn.git] / media-plugins / alsaequal / files / alsaequal-0.6-eq-name.patch
1 Description: Fix CAPS Eq plugin name
2 Origin: vendor
3 Bug-Debian: http://bugs.debian.org/721355
4 Forwarded: no
5 Author: Alessandro Ghedini <ghedo@debian.org>
6 Last-Update: 2013-08-30
7
8 --- a/ctl_equal.c
9 +++ b/ctl_equal.c
10 @@ -167,7 +167,7 @@
11         snd_ctl_equal_t *equal;
12         const char *controls = ".alsaequal.bin";
13         const char *library = "/usr/lib/ladspa/caps.so";
14 -       const char *module = "Eq";
15 +       const char *module = "Eq10";
16         long channels = 2;
17         const char *sufix = " Playback Volume";
18         int err, i, index;
19 --- a/pcm_equal.c
20 +++ b/pcm_equal.c
21 @@ -151,7 +151,7 @@
22         snd_config_t *sconf = NULL;
23         const char *controls = ".alsaequal.bin";
24         const char *library = "/usr/lib/ladspa/caps.so";
25 -       const char *module = "Eq";
26 +       const char *module = "Eq10";
27         long channels = 2;
28         int err;
29         
30 --- a/README
31 +++ b/README
32 @@ -1,11 +1,11 @@
33  Alsaequal is a real-time adjustable equalizer plugin for ALSA. It can
34  be adjusted using any ALSA compatible mixer, e.g. alsamixergui.
35  
36 -Alsaequal uses the Eq CAPS LADSPA Plugin for audio processing, actually
37 +Alsaequal uses the Eq10 CAPS LADSPA Plugin for audio processing, actually
38  alsaequal is a generic LADSPA plugin interface with real-time access to
39  the LADSPA controls (the LADSPA plugin included with alsa doesn't allow
40  for real-time controls) but it was developed for and only tested with
41 -Eq CAPS LADSPA plugin. You are welcome to try it with other plugins, it
42 +Eq10 CAPS LADSPA plugin. You are welcome to try it with other plugins, it
43  may work. Let me know how it goes, you can reach me at
44  <charles@thedigitalmachine.net>.
45  
46 @@ -66,7 +66,7 @@
47         library -- location of the LADSPA library, the default is
48                                         "/usr/lib/ladspa/caps.so"
49         module -- module name within the LADSPA library, the deafault
50 -                                       is "Eq"
51 +                                       is "Eq10"
52         channels -- number of channels, the default is 2
53  }
54  
55 @@ -81,7 +81,7 @@
56         library -- location of the LADSPA library, the default is
57                                         "/usr/lib/ladspa/caps.so"
58         module -- module name within the LADSPA library, the deafault
59 -                                       is "Eq"
60 +                                       is "Eq10"
61         channels -- number of channels, the default is 2
62  }
63