Quantum
f7064a9707
Use AM_CONDITIONAL to do conditional compilation
6 years ago
Quantum
19fdf69664
Split config.c into a separate object file
6 years ago
Quantum
45b538ad10
Split output modules into separate object files
6 years ago
Quantum
2aa4a9308d
Split input modules into separate object files
6 years ago
karlstav
f9b91b7264
readded bundled iniparser ref: #231
6 years ago
karlstav
3c85435a88
removed bundled iniparser as it is now also avalable in most package repos
6 years ago
karlstav
282c2fac33
added automatic detection of legacy iniparser #236
6 years ago
karl
e746d52c33
Revert "all: remove include *.c from cava.c"
9 years ago
Chelovechishko
6e27b5a9c1
all: remove include *.c from cava.c
...
add common.h and some stuff to make it compiled
9 years ago
karlstav
750708d2ba
Revert "Remove cava_LDFLAGS"
...
This reverts commit dce2221d6e .
LDFLAGS apparently needed, even though they shouldn't...
9 years ago
Michael Vetter
48de3d14c3
Add font directory environment variable
...
Adds a variable to specify the location where the font will be installed.
In this patch I chose to use /usr/share/consolefonts as the default,
though on my openSUSE system it will be /usr/share/kbd/consolefonts.
Maybe it varies between distros, so its good to have a variable.
Example usage:
FONT_DIR="/usr/share/kbd/consolefonts" ./configure && make && make install
Fixes https://github.com/karlstav/cava/issues/147
9 years ago
Michael Vetter
dce2221d6e
Remove cava_LDFLAGS
...
Not needed.
9 years ago
karlstav
ac98e0f6b4
added check for .git in autogen.sh
...
git is used to get version number in config script
this check will use a hardcoded version number if
git is not found. This to solve #139
9 years ago
karlstav
fdb065106f
added usr/local/lib with LDFLAGS to makefile, issue #84
10 years ago
karlstav
cdff7c64fe
increased maxlength pulseaudio buffer attribute
...
apperrently having this as the same as buffer size caused latency
10 years ago
karlstav
abfcfc0a62
added copying of config file
...
fixed a bug where default config was not loaded
removed AC_CONFIG_MACRO_DIRS([m4]) from configure.ac
10 years ago
karlstav
cf3a92d1e4
removed command line options, now conf file only
...
added option for path to config file, defaults to home/.config/cava/config like before
also improved configscript, still not 100% sure what I'm doing
11 years ago
karlstav
120b5a3a04
added libtoolize and Wall, Wextra, std=c99
11 years ago
karlstav
c53d592438
first working edition, verry untested
11 years ago
karlstav
99fe6342f6
initial commit, not working yet, need help
11 years ago