~ubuntu-branches/ubuntu/vivid/clutter-1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/cookbook/html/ch01s02.html

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2014-03-26 11:51:28 UTC
  • mfrom: (1.5.1) (4.1.30 experimental)
  • Revision ID: package-import@ubuntu.com-20140326115128-timmbsde8734o6wz
Tags: 1.18.0-1
* New upstream release.
* debian/control.in:
  + Bump gtk-doc-tools build dependency.
  + Also break libcogl15.
  + Standards-Version is 3.9.5, no changes needed.
* debian/libclutter-1.0-0.symbols:
  + Drop a few symbols that were accidentally exported in the DSO because
    they had a clutter_ prefix but were not in the public headers.
  + Add one new symbol.
  + Drop unnecessary debian revisions from some symbols.
* debian/control.in,
  debian/rules,
  debian/libclutter-1.0-0.symbols:
  + Temporarily disable evdev input support. It was only enabled in 1.17.6-1
    in experimental and there is nothing using it yet, and I would like to
    wait a bit before uploading libinput to unstable as the ABI isn't stable
    yet.
* d/p/0001-wayland-Add-missing-CLUTTER_AVAILABLE-annotations.patch:
  + Add missing annotations so that a few symbols are exported in the DSO.

* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>2. About this document</title><link rel="stylesheet" type="text/css" href="style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="The Clutter Cookbook"><link rel="up" href="introduction.html" title="Chapter 1. Preface"><link rel="prev" href="introduction.html" title="Chapter 1. Preface"><link rel="next" href="ch01s03.html" title="3. Acknowledgments"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2. About this document</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="introduction.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Preface</th><td width="20%" align="right"> <a accesskey="n" href="ch01s03.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="idm239787866064"></a>2. About this document</h2></div></div></div><p>This document is available in various formats like HTML, and
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>2. About this document</title><link rel="stylesheet" type="text/css" href="style.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="The Clutter Cookbook"><link rel="up" href="introduction.html" title="Chapter 1. Preface"><link rel="prev" href="introduction.html" title="Chapter 1. Preface"><link rel="next" href="ch01s03.html" title="3. Acknowledgments"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2. About this document</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="introduction.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Preface</th><td width="20%" align="right"> <a accesskey="n" href="ch01s03.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="idm210512473248"></a>2. About this document</h2></div></div></div><p>This document is available in various formats like HTML, and
2
2
    PDF.</p><p>The latest version is always available at
3
3
    <a class="ulink" href="http://docs.clutter-project.org/docs/clutter-cookbook" target="_top">http://docs.clutter-project.org/docs/clutter-cookbook</a>.</p><p>To contribute to this document, see the
4
 
    <a class="link" href="contributing.html" title="Appendix 1. Contributing to this document">Contributing</a> appendix.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm239790955136"></a>2.1. Compiling the examples</h3></div></div></div><p>This document comes with full examples, usually stored
 
4
    <a class="link" href="contributing.html" title="Appendix 1. Contributing to this document">Contributing</a> appendix.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="idm210514755776"></a>2.1. Compiling the examples</h3></div></div></div><p>This document comes with full examples, usually stored
5
5
      on disk in <code class="filename"><span class="emphasis"><em>datadir</em></span>/clutter-1.0/cookbook/examples</code>
6
6
      directory.</p><p>Each example can be compiled using:</p><div class="informalexample"><pre class="programlisting">cc \
7
7
  `pkg-config --cflags clutter-1.0` \