doc: Missed adding Zeeshan to credits earlier
[gupnp:gupnp-dlna.git] / README.gst-convenience
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.
4
5 This is a quick HOWTO to help keep the in-tree copy updated.
6
7 1. The dependency checks are simplified and copied to configure.ac. These need
8    to be kept up-to-date.
9
10 2. gst-convenience/gst-libs is directly synced from the gst-convenience tree,
11    with the following changes:
12
13    a. The marshal and enumtypes generated files are copied to avoid needing
14       the gst common make includes
15
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)
19
20    c. gir generation is disabled - it's not needed yet
21
22    d. Include paths are changed to be relative to the gupnp-dlna path
23
24    e. Generated vapi files are copied (renamed with a gupnp-dlna suffix) for
25       sanity preservation purposes