summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: modernize build systemLennart Poettering2012-05-151-3/+4
|
* gtk: enable gtk module by default in gnome3Lennart Poettering2011-02-241-1/+6
|
* systemd: add unit for bootup and shutdown soundsLennart Poettering2011-02-091-1/+21
|
* boot: add utility to play boot up soundLennart Poettering2011-02-091-1/+22
|
* build-sys: various build-system beautificationsLennart Poettering2010-06-131-4/+4
|
* build-sys: properly create gtk3 module linkLennart Poettering2010-06-131-2/+4
|
* gtk: optionally build for both gtk2 and gtk3Lennart Poettering2010-06-101-8/+69
|
* build-sys: fix module pathLennart Poettering2009-09-201-2/+2
|
* gtk: initialize window.desktop property by defaultLennart Poettering2009-09-191-1/+2
|
* build-sys: actually include libcanberra-ready-sound.desktop.in in tarballv0.17Lennart Poettering2009-09-121-0/+2
|
* gnome: play system-ready sound when gdm is readyLennart Poettering2009-08-281-0/+8
|
* Detect forksLennart Poettering2009-03-231-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-311-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 Poettering2008-10-261-1/+1
| | | | versioned subdir
* remove AM_LIBADD again since it is pointlessLennart Poettering2008-10-051-1/+0
|
* minor build system fixesLennart Poettering2008-10-051-0/+1
|
* add tdb based shared lookup cacheLennart Poettering2008-09-021-0/+12
|
* driver: GStreamer using decodebin2Marc-André Lureau2008-08-271-0/+35
| | | | | 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-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 flagDaniel Macks2008-08-131-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 wordingLennart Poettering2008-08-061-1/+1
|
* generate gnome login/logout sounds from libcanberraLennart Poettering2008-07-301-0/+25
|
* move ca_debug to a proper source filesLennart Poettering2008-07-251-1/+1
|
* bump sonamesLennart Poettering2008-07-251-2/+2
|
* add new multi driver, which hands of a play request to the first driver that ↵Lennart Poettering2008-06-251-1/+20
| | | | wants to take it
* add new tool canberra-gtk-play for playing arbitrary event sounds from the ↵Lennart Poettering2008-06-221-0/+12
| | | | command line
* ship versioning script in tarballLennart Poettering2008-06-171-0/+3
|
* hide unprefixed driver symbols in libcanberra.so to avoid name clashesLennart Poettering2008-06-171-1/+3
|
* bump versionLennart Poettering2008-06-141-1/+1
|
* move plugins to a subdirectory of /usr/libLennart Poettering2008-06-141-18/+21
|
* bump version idLennart Poettering2008-06-111-1/+3
|
* Remove svn ids, since they are obsolete in git timesLennart Poettering2008-06-101-2/+0
|
* extend the the gtk moduleLennart Poettering2008-06-101-4/+32
| | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@60 01b60673-d06a-42c0-afdd-89cb8e0f78ac
* make the drivers real lt modulesLennart Poettering2008-06-061-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 Poettering2008-06-061-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 properlyLennart Poettering2008-06-051-14/+78
| | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@48 01b60673-d06a-42c0-afdd-89cb8e0f78ac
* add gtk moduleLennart Poettering2008-05-301-1/+18
| | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@39 01b60673-d06a-42c0-afdd-89cb8e0f78ac
* finalize gtk bindingLennart Poettering2008-05-291-1/+10
| | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@37 01b60673-d06a-42c0-afdd-89cb8e0f78ac
* make the whole mess compileLennart Poettering2008-05-271-2/+1
| | | | git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@15 01b60673-d06a-42c0-afdd-89cb8e0f78ac
* autoconfizationLennart Poettering2008-05-271-0/+58
git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@13 01b60673-d06a-42c0-afdd-89cb8e0f78ac