1 Until gstdiscoverer and gstprofile are deemed stable enough to move to
2 gst-plugins-base, we are packaging a local copy. See the gupnp mailing list
3 archives or drop by #gupnp for more details.
5 This is a quick HOWTO to help keep the in-tree copy updated.
7 1. The dependency checks are simplified and copied to configure.ac. These need
10 2. gst-convenience/gst-libs is directly synced from the gst-convenience tree,
11 with the following changes:
13 a. The marshal and enumtypes generated files are copied to avoid needing
14 the gst common make includes
16 b. The libraries are renamed with a -gupnp-dlna suffix to avoid conflicts
17 with gst-convenience if installed (=> do not overwrite Makefile.am in the
18 library directories - use Meld or something similar to diff and update)
20 c. gir generation is disabled - it's not needed yet
22 d. Include paths are changed to be relative to the gupnp-dlna path
24 e. Generated vapi files are copied (renamed with a gupnp-dlna suffix) for
25 sanity preservation purposes