summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* make compiler warnings a bit less fascistLennart Poettering2008-08-271-1/+1
|
* driver: GStreamer using decodebin2Marc-André Lureau2008-08-273-1/+536
| | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* theme: use a sound_file_open callback during the lookupMarc-André Lureau2008-08-273-22/+54
| | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* multi: accept CANBERRA_DRIVER=multi, pulseMarc-André Lureau2008-08-272-6/+30
| | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* multi: respect given backend orderMarc-André Lureau2008-08-271-2/+6
| | | | | 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-215-1/+617
| | | | | | | 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-203-0/+36
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* reword mailing list commentv0.7Lennart Poettering2008-08-141-1/+1
|
* fix urlLennart Poettering2008-08-141-1/+1
|
* update homepage makefile targetsLennart Poettering2008-08-141-2/+3
|
* update docs for releaseLennart Poettering2008-08-141-3/+5
|
* add a few notes about localizationLennart Poettering2008-08-141-6/+7
|
* look into all themes for soundsLennart Poettering2008-08-142-42/+55
|
* enable a few additional gcc warnings and fix all problems foundLennart Poettering2008-08-1414-78/+80
|
* hide READMELennart Poettering2008-08-142-1/+1
|
* add proper documentationLennart Poettering2008-08-147-24/+224
|
* move gtkdoc docs to gtkdoc subdirLennart Poettering2008-08-148-3/+3
|
* handle terminated context state properlyLennart Poettering2008-08-141-1/+4
|
* allow sound events with no event id, but with file nameLennart Poettering2008-08-141-34/+46
|
* fall back to filename property if event id property doesn't existLennart Poettering2008-08-141-5/+6
|
* don't assert existance of event id in propertiesLennart Poettering2008-08-141-1/+3
|
* add test case for by-filename sound eventsLennart Poettering2008-08-141-0/+8
|
* correct dependency on gtk 2.13.4 instead of 2.14Lennart Poettering2008-08-131-1/+1
|
* adapt bootstrap.sh to Diego's recent build system changesLennart Poettering2008-08-131-3/+3
|
* Merge commit 'flameeyes/autoconf-2.62'Lennart Poettering2008-08-135-31/+277
|\
| * 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.
| * Set up m4 directory for inclusion of macro files.Diego 'Flameeyes' Pettenò2008-08-074-1/+267
| | | | | | | | | | let it be known to aclocal. Don't ignore the whole directory, just the macro files in it that should not be tracked by git.
| * 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.
| * Install the README file in docdir.Diego 'Flameeyes' Pettenò2008-08-071-1/+3
| |
| * Bump autoconf requirement to 2.62 (latest released version).Diego 'Flameeyes' Pettenò2008-08-071-1/+1
| |
* | Non-portable linker flagDaniel Macks2008-08-132-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -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
| |
* | hide warning by defaultLennart Poettering2008-08-071-2/+2
| |
* | fix license wordingLennart Poettering2008-08-0638-38/+38
|/
* bump versionLennart Poettering2008-08-041-1/+1
|
* implicitly add a few common propertiesLennart Poettering2008-08-041-0/+16
|
* actually generate logout sounds on logoutLennart Poettering2008-08-041-1/+1
|
* bump revision and sonamev0.6Lennart Poettering2008-08-041-2/+2
|
* don't fail if we fail to set canberra propertiesLennart Poettering2008-08-041-3/+3
|
* add G_MODULE_EXPORT to gtk_module_init()Lennart Poettering2008-07-301-1/+1
|
* include libldtl in subdirsv0.5Lennart Poettering2008-07-301-1/+1
|
* bump revisionLennart Poettering2008-07-301-1/+1
|
* strip canberra properties already when we are connectingLennart Poettering2008-07-301-0/+2
|
* strip more properties when cacheingLennart Poettering2008-07-301-5/+7
|
* allow setting of cache control propertyLennart Poettering2008-07-301-3/+7
|
* generate gnome login/logout sounds from libcanberraLennart Poettering2008-07-304-0/+39
|
* explicitly require am 1.9Lennart Poettering2008-07-281-1/+1
|
* fix bogus assertv0.4Lennart Poettering2008-07-251-1/+1
|
* move ca_debug to a proper source filesLennart Poettering2008-07-253-9/+36
|
* hide .bak filesLennart Poettering2008-07-251-0/+1
|