~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty

« back to all changes in this revision

Viewing changes to docs/gst/html/gst-building.html

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-05-21 11:14:06 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120521111406-1wfas0o9fdaxjyo8
Tags: 0.11.91-1
* New upstream release, "I will give you five magic beans!":
  + debian/libgstreamer.symbols:
    - Update symbols file.
* debian/libgstreamer-dev.install:
  + Don't ship useless .la file for the core plugins.
  + Don't ship .a and .la files for the library.
* debian/control.in:
  + Update debhelper dependency version and Standards-Version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
<td valign="top" align="right"></td>
32
32
</tr></table></div>
33
33
<div class="refsect1">
34
 
<a name="idp7535248"></a><h2>Building GStreamer on UNIX</h2>
 
34
<a name="idp11675168"></a><h2>Building GStreamer on UNIX</h2>
35
35
<p>
36
36
    On UNIX, GStreamer uses the standard GNU build system,
37
37
    using <span class="application">autoconf</span> for package
92
92
  </p>
93
93
</div>
94
94
<div class="refsect1">
95
 
<a name="idp10350672"></a><h2>Building GStreamer Applications</h2>
 
95
<a name="idp10432048"></a><h2>Building GStreamer Applications</h2>
96
96
<p>
97
97
Applications and libraries can use <span class="command"><strong>pkg-config</strong></span> to get all the
98
98
needed compiler and linker flags to build against GStreamer. Please note that