summaryrefslogtreecommitdiff
path: root/common.am
Commit message (Collapse)AuthorAgeFilesLines
* build: Drop AutotoolsJens Georg2019-10-201-137/+0
|
* build: Fix build issues with latest YoctoJens Georg2017-05-011-8/+9
|
* build,db,media-export: Move database stuffJens Georg2015-06-221-0/+13
| | | | | Move database handling code to own library to prepare inclusion of new SQLite3 based plugins and avoid code duplication.
* all: Use GUPnP.get_uuid() instead of libuuidJens Georg2015-05-101-2/+1
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* all: Bump ABI/API versionJens Georg2014-11-091-8/+8
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* ruih: Initial RUIH service implementationScott Deboy2014-11-081-0/+15
| | | | Initial implementation of RemoteUIServer:1 spec
* all: Bump API and ABI versionJens Georg2014-06-221-8/+8
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* all: Bump API and ABI versionJens Georg2013-11-241-8/+8
|
* doc: Fix distcheck in docsJens Georg2013-10-311-2/+2
|
* build: Fix --enable-debugJens Georg2013-06-241-3/+3
|
* Export useful data for plugins in pc files.Krzesimir Nowak2013-02-121-4/+2
|
* engine-gst,gst-launch: Remove gst-launch hackJens Georg2012-12-171-1/+1
|
* build: Improve the buildMurray Cumming2012-12-121-42/+59
| | | | | | | | | | | | | | | * configure.ac: Mention dependencies as executable/library-specific PKG_CHECK_MODULES() calls, instead of having one PKG_CHECK_MODULE() call for each dependency and then listing those depdendencies' CFLAGS and LIBS individually in each Makefile.am. Also define the _VALAFLAGS in the same place, keeping things consistent. * common.am: Clean this up, using more obvious variable names. * various Makefile.am: Use the new structure. Do not use AM_CFLAGS, instead specifying the CFLAGS, LIBS and VALAFLAGS for each executable/library. As well as being cleaner, this would allow us to convert to a non-recursive autotools build sometime in the future. https://bugzilla.gnome.org/show_bug.cgi?id=689960
* all: Port to libgee-0.8Jens Georg2012-11-201-1/+1
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=687168
* Move UUID_LIBS to where it's actually usedAndreas Henriksson2012-10-061-1/+0
| | | | having it in RYGEL_BASE_LIBS causes 6 binaries to be uselessly linked to it.
* Move rygel base libs up the linking chain to avoid excessive linkingAndreas Henriksson2012-10-061-1/+1
| | | | | | $((LIBGUPNP_AV_LIBS) and $(GSTREAMER_BASE_LIBS) aren't needed by librygel-core and $(RYGEL_BASE_LIBS) are only used in a couple of places, so move these over to those places instead....
* all: Bump API and so versionJens Georg2012-10-051-8/+8
|
* build: Enable building Rygel without GStreamerJens Georg2012-10-051-4/+1
| | | | | | | | | | If no GStreamer is available, build Rygel without a media engine and all Plugins that require GStreamer, such as: * test * gst-launch * media-export * playbin
* server,engine: Move MediaEngine into .soJens Georg2012-10-051-6/+5
|
* build: Override install targetJens Georg2012-08-191-0/+4
| | | | | | | Disable "make install" if configure was called with --enable-uninstalled. Some paths are compiled-in relatively to source directories and it doesn't make sense to install libraries and data files then.
* build: Fix debug buildsJens Georg2012-08-171-1/+1
|
* core,libserver: Move server-only stuff to libraryJens Georg2012-07-271-0/+24
|
* doc: Generate API documentation with valadocMurray Cumming2012-07-031-2/+4
| | | | | | | | * configure.ac: Check for valadoc, optionally. * src/librygel-core/Makefile.am: Move some lists of files and options into filelist.am so it can be used here too: * doc/reference/librygel-core/Makefile.am: Use valadoc to generate API reference documentation.
* core: Move library code into its own directoryMurray Cumming2012-07-031-1/+4
|
* core: Rename core libraryJens Georg2012-07-031-2/+2
|
* all: Extract librygel-core and rygel binaryJens Georg2012-07-031-1/+5
|
* core: Fix DLNA bitrates using presetsJens Georg2012-05-171-0/+3
| | | | | | | Also cunningly work around bgo#672439 by not providing a preset for mpeg2enc. https://bugzilla.gnome.org/show_bug.cgi?id=675234
* build: Don't confuse automakeJens Georg2012-05-011-1/+1
|
* build: Add option to generate coverage reportJens Georg2012-01-031-2/+5
|
* build: Only pass -g when debugging is enabledJens Georg2011-10-221-1/+2
|
* core: Do not use theme icons for UPnPJens Georg2011-10-041-4/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=637226
* build: Require & link against gst-plugins-baseZeeshan Ali (Khattak)2011-03-261-0/+2
|
* build: Cleanup and simplify Makefile.amJens Georg2011-02-211-0/+54