13 Nov
2008
13 Nov
'08
3:33 p.m.
At Thu, 13 Nov 2008 14:21:12 +0100, Diego 'Flameeyes' Pettenò wrote:
Takashi Iwai tiwai@suse.de writes:
Thanks for fixing. If finished, please post again with summaries.
git://git.flameeyes.eu/others/alsa/alsa-utils.git master
- Fix building speaker-test when NLS is enabled, locale.h was not being included;
- Fix alsaconf use of dialog by redirecting to a new descriptor, or "snd-***" was tried for loading in case of errors;
- Replace modules-update with update-modules in alsaconf, since Gentoo also use the same command name as Debian.
git://git.flameeyes.eu/others/alsa/alsa-tools.git master
- Fix building with --as-needed ld option, by not passing library names on LDFLAGS variables;
git://git.flameeyes.eu/others/alsa/alsa-plugins.git master
- Add --disable options for jack, pulseaudio, libsamplerate and libavcodec based plugins, so that they can be disabled even if the software is found in the system;
Thanks, all pulled in, pushed out now.
BTW, you can create summaries more easily via git-shortlog:
% git shortlog origin/master..HEAD
Takashi