alsa-tools/envy24control
Diego 'Flameeyes' Pettenò 56970e8143 Fix building of alsa-tools when using the --as-needed linker option.
Please note that LDFLAGS is the _wrong_ variable to pass libraries
with, automake tells you to use _LDADD for binaries and _LIBADD for
libraries, while autoconf wants them in the LIBS variable.

Signed-off-by: Diego 'Flameeyes' Pettenò <flameeyes@gmail.com>
2008-11-13 13:13:53 +01:00
..
AUTHORS Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:25:36 +02:00
config.c envy24control save state of LRGang button in config file 2005-07-27 06:55:31 +00:00
config.h envy24control save state of LRGang button in config file 2005-07-27 06:55:31 +00:00
configure.in Support both GTK+1.2 and GTK+2.x 2006-03-29 11:33:02 +00:00
configure.in-gtk1 Support both GTK+1.2 and GTK+2.x 2006-03-29 11:33:02 +00:00
configure.in-gtk2 Change scroll policy in envy24control 2006-01-09 11:51:33 +00:00
COPYING Updated GNU GPL (address) 2001-12-30 09:37:54 +00:00
cvscompile Fix exec permission of cvscompile and add .hgignore 2006-04-07 18:17:19 +02:00
driverevents.c Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:25:36 +02:00
envy24control.1 Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:25:36 +02:00
envy24control.c Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:25:36 +02:00
envy24control.h Fix ADC controls with higher resolution in envy24control 2006-09-07 20:55:49 +02:00
gitcompile more gitcompile cleanups 2008-08-19 19:22:20 +02:00
hardware.c Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:25:36 +02:00
levelmeters.c Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:25:36 +02:00
Makefile.am Fix building of alsa-tools when using the --as-needed linker option. 2008-11-13 13:13:53 +01:00
midi.c Fix segfault of envy24control 2005-09-02 17:01:32 +00:00
midi.h envy24control: enhanced mapping of midi controller 2005-08-03 13:52:13 +00:00
mixer.c Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:25:36 +02:00
new_process.c Added missing files for profile patch 2004-05-16 13:37:31 +00:00
patchbay.c Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:25:36 +02:00
profiles.c Don't compare with a literal 2006-10-17 17:34:42 +02:00
profiles.h Added missing files for profile patch 2004-05-16 13:37:31 +00:00
README hgcompile -> gitcompile changes (include README files) 2008-06-03 10:39:28 +02:00
README.profiles Added missing files for profile patch 2004-05-16 13:37:31 +00:00
strstr_icase_blank.c Fix for segmentation fault in envy24control 2005-07-26 12:32:24 +00:00
volume.c Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:25:36 +02:00

envy24control - Control tool for Envy24 (ice1712) based soundcards

Needs:
	ALSA, GTK+, an Envy24-based soundcard

To build (from unpacked tarball):
	./configure
If you use GTK+-1.2, pass --with-gtk2=no

	make
	su -c 'make install'

To build (from GIT):
	./gitcompile
	su -c 'make install'