Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build-sys: fix module path | Lennart Poettering | 2009-09-20 | 1 | -2/+2 |
| | |||||
* | gtk: initialize window.desktop property by default | Lennart Poettering | 2009-09-19 | 1 | -1/+2 |
| | |||||
* | build-sys: actually include libcanberra-ready-sound.desktop.in in tarballv0.17 | Lennart Poettering | 2009-09-12 | 1 | -0/+2 |
| | |||||
* | gnome: play system-ready sound when gdm is ready | Lennart Poettering | 2009-08-28 | 1 | -0/+8 |
| | |||||
* | Detect forks | Lennart Poettering | 2009-03-23 | 1 | -1/+2 |
| | | | | | | | | Some really stupid applications (Hey, vim, that means you!) love to fork after initializing gtk/libcanberra. This is really bad style. We however have to deal with this cleanly, so we try to detect the forks making sure all our calls fail cleanly after the fork. | ||||
* | Remove libltdl, similarly to what has been done on PulseAudio. | Diego Elio 'Flameeyes' Pettenò | 2009-01-31 | 1 | -2/+0 |
| | | | | | | | Get rid of the internal copy of libltdl and instead use the system copy, requiring that to be available. It does not make sense to duplicate this further, and it's especially a bad idea to use an internal older copy of the library for distributors and final users. | ||||
* | since our module interfacing is not versioned, move the modules to a ↵ | Lennart Poettering | 2008-10-26 | 1 | -1/+1 |
| | | | | versioned subdir | ||||
* | remove AM_LIBADD again since it is pointless | Lennart Poettering | 2008-10-05 | 1 | -1/+0 |
| | |||||
* | minor build system fixes | Lennart Poettering | 2008-10-05 | 1 | -0/+1 |
| | |||||
* | add tdb based shared lookup cache | Lennart Poettering | 2008-09-02 | 1 | -0/+12 |
| | |||||
* | driver: GStreamer using decodebin2 | Marc-André Lureau | 2008-08-27 | 1 | -0/+35 |
| | | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | OSS driver take 3 | Joe Marcus Clarke | 2008-08-21 | 1 | -0/+28 |
| | | | | | | | This adds the necessary error checking, and fixes the s/alsa/oss/ problem in configure.ac. Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | Non-portable linker flag | Daniel Macks | 2008-08-13 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | -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> | ||||
* | fix license wording | Lennart Poettering | 2008-08-06 | 1 | -1/+1 |
| | |||||
* | generate gnome login/logout sounds from libcanberra | Lennart Poettering | 2008-07-30 | 1 | -0/+25 |
| | |||||
* | move ca_debug to a proper source files | Lennart Poettering | 2008-07-25 | 1 | -1/+1 |
| | |||||
* | bump sonames | Lennart Poettering | 2008-07-25 | 1 | -2/+2 |
| | |||||
* | add new multi driver, which hands of a play request to the first driver that ↵ | Lennart Poettering | 2008-06-25 | 1 | -1/+20 |
| | | | | wants to take it | ||||
* | add new tool canberra-gtk-play for playing arbitrary event sounds from the ↵ | Lennart Poettering | 2008-06-22 | 1 | -0/+12 |
| | | | | command line | ||||
* | ship versioning script in tarball | Lennart Poettering | 2008-06-17 | 1 | -0/+3 |
| | |||||
* | hide unprefixed driver symbols in libcanberra.so to avoid name clashes | Lennart Poettering | 2008-06-17 | 1 | -1/+3 |
| | |||||
* | bump version | Lennart Poettering | 2008-06-14 | 1 | -1/+1 |
| | |||||
* | move plugins to a subdirectory of /usr/lib | Lennart Poettering | 2008-06-14 | 1 | -18/+21 |
| | |||||
* | bump version id | Lennart Poettering | 2008-06-11 | 1 | -1/+3 |
| | |||||
* | Remove svn ids, since they are obsolete in git times | Lennart Poettering | 2008-06-10 | 1 | -2/+0 |
| | |||||
* | extend the the gtk module | Lennart Poettering | 2008-06-10 | 1 | -4/+32 |
| | | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@60 01b60673-d06a-42c0-afdd-89cb8e0f78ac | ||||
* | make the drivers real lt modules | Lennart Poettering | 2008-06-06 | 1 | -0/+12 |
| | | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@53 01b60673-d06a-42c0-afdd-89cb8e0f78ac | ||||
* | unify double inclusion defines src/sound-theme-spec.h src/read-wav.h ↵ | Lennart Poettering | 2008-06-06 | 1 | -1/+17 |
| | | | | | | 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 properly | Lennart Poettering | 2008-06-05 | 1 | -14/+78 |
| | | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@48 01b60673-d06a-42c0-afdd-89cb8e0f78ac | ||||
* | add gtk module | Lennart Poettering | 2008-05-30 | 1 | -1/+18 |
| | | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@39 01b60673-d06a-42c0-afdd-89cb8e0f78ac | ||||
* | finalize gtk binding | Lennart Poettering | 2008-05-29 | 1 | -1/+10 |
| | | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@37 01b60673-d06a-42c0-afdd-89cb8e0f78ac | ||||
* | make the whole mess compile | Lennart Poettering | 2008-05-27 | 1 | -2/+1 |
| | | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@15 01b60673-d06a-42c0-afdd-89cb8e0f78ac | ||||
* | autoconfization | Lennart Poettering | 2008-05-27 | 1 | -0/+58 |
git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@13 01b60673-d06a-42c0-afdd-89cb8e0f78ac |