summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* Enable canberra-gtk-module via GConfMatthias Clasen2008-09-261-0/+5
| | | | | | | | The most recent version of gnome-settings-daemon now supports activating Gtk+ modules via a GConf setting. We should be using this to activate our Gtk+ module automatically on install. Signed-off-by: Lennart Poettering <lennart@poettering.net>
* prepare new releaseLennart Poettering2008-09-091-2/+2
|
* add tdb based shared lookup cacheLennart Poettering2008-09-021-0/+60
|
* bump verson infoLennart Poettering2008-08-281-1/+1
|
* bump versionLennart Poettering2008-08-281-1/+1
|
* make compiler warnings a bit less fascistLennart Poettering2008-08-271-1/+1
|
* driver: GStreamer using decodebin2Marc-André Lureau2008-08-271-1/+65
| | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* OSS driver take 3Joe Marcus Clarke2008-08-211-1/+84
| | | | | | | This adds the necessary error checking, and fixes the s/alsa/oss/ problem in configure.ac. Signed-off-by: Lennart Poettering <lennart@poettering.net>
* Implement ca_strdup for platforms that lack it nativelyJoe Marcus Clarke2008-08-201-0/+3
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* fix urlLennart Poettering2008-08-141-1/+1
|
* enable a few additional gcc warnings and fix all problems foundLennart Poettering2008-08-141-1/+1
|
* add proper documentationLennart Poettering2008-08-141-0/+25
|
* move gtkdoc docs to gtkdoc subdirLennart Poettering2008-08-141-1/+1
|
* correct dependency on gtk 2.13.4 instead of 2.14Lennart Poettering2008-08-131-1/+1
|
* Merge commit 'flameeyes/autoconf-2.62'Lennart Poettering2008-08-131-29/+7
|\
| * Replace the CFLAGS-checking code with a common macro from xine-lib.Diego 'Flameeyes' Pettenò2008-08-071-25/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of writing custom code to check for cflags checking, import a copy of attributes.m4 from xine-lib's repository and use the CC_CHECK_CFLAGS macro. The advantage lies not only in being able to reduce the custom code in configure.ac, but also in the fact that the CC_CHECK_CFLAGS macro caches the results, making ./configure -C quite faster on second run. Check for the CFLAGS for any compiler and not just GCC, if the compiler does support the flag it is better to u se it anyway, otherwise it will be skipped.
| * Use AC_PROG_CC_C99 to discover C99-compliant compiler.Diego 'Flameeyes' Pettenò2008-08-071-4/+2
| | | | | | | | | | | | Instead of just checking if the compiler supports -std=c99 option, make use of the autoconf macro for discovering C99. This way other non-GCC compiler could be used in C99 mode too.
| * Bump autoconf requirement to 2.62 (latest released version).Diego 'Flameeyes' Pettenò2008-08-071-1/+1
| |
* | Non-portable linker flagDaniel Macks2008-08-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -version-script is an ELF/GNU-ld feature, not available with other linkers & platforms. Libtool already knows when to use it, so attached path just piggy-backs on their main test for this feature. I think they also exclude some other platforms, but this appears to work on linux (passes the flag, tested with libtool-1.5.22) with and OS X (doesn't pass it, tested with libtool-2.2.4). dan -- Daniel Macks dmacks@netspace.org http://www.netspace.org/~dmacks Signed-off-by: Lennart Poettering <lennart@poettering.net>
* | depend on gtk 2.14 at leastLennart Poettering2008-08-131-1/+1
| |
* | fix license wordingLennart Poettering2008-08-061-1/+1
|/
* bump versionLennart Poettering2008-08-041-1/+1
|
* bump revision and sonamev0.6Lennart Poettering2008-08-041-2/+2
|
* bump revisionLennart Poettering2008-07-301-1/+1
|
* explicitly require am 1.9Lennart Poettering2008-07-281-1/+1
|
* bump sonamesLennart Poettering2008-07-251-2/+3
|
* actually make gcc option detection work, patch from fizzLennart Poettering2008-07-181-1/+1
|
* add new tool canberra-gtk-play for playing arbitrary event sounds from the ↵Lennart Poettering2008-06-221-1/+1
| | | | command line
* drop glib from depsv0.3Lennart Poettering2008-06-141-2/+2
|
* bump versionLennart Poettering2008-06-141-1/+1
|
* minor build fix for external PAv0.2Lennart Poettering2008-06-121-1/+1
|
* bump versionLennart Poettering2008-06-111-1/+1
|
* also define HAVE_PULSE if we use a local dev treeLennart Poettering2008-06-111-0/+1
|
* actually define HAVE_PULSE properly. This fixes automatic backend selection ↵Lennart Poettering2008-06-111-1/+1
| | | | for the dso driver.
* Remove svn ids, since they are obsolete in git timesLennart Poettering2008-06-101-2/+0
|
* add complete documentationLennart Poettering2008-06-091-0/+5
| | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@57 01b60673-d06a-42c0-afdd-89cb8e0f78ac
* unify double inclusion defines src/sound-theme-spec.h src/read-wav.h ↵Lennart Poettering2008-06-061-3/+51
| | | | | | src/read-vorbis.h src/proplist.h src/mutex.h src/llist.h src/common.h git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@52 01b60673-d06a-42c0-afdd-89cb8e0f78ac
* rework build system do support different backends properlyLennart Poettering2008-06-051-41/+143
| | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@48 01b60673-d06a-42c0-afdd-89cb8e0f78ac
* add gtk moduleLennart Poettering2008-05-301-2/+7
| | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@39 01b60673-d06a-42c0-afdd-89cb8e0f78ac
* preliminary gtk bindingLennart Poettering2008-05-291-0/+1
| | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@36 01b60673-d06a-42c0-afdd-89cb8e0f78ac
* autoconfizationLennart Poettering2008-05-271-0/+310
git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@13 01b60673-d06a-42c0-afdd-89cb8e0f78ac