~ubuntu-branches/debian/sid/cheese/sid

« back to all changes in this revision

Viewing changes to docs/reference/cheese-docs.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-05-04 17:37:18 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100504173718-k2rx3nryi4vd0xyx
Tags: 2.30.1-1
* New upstream release.
  - HAL dependency has been dropped. Use (g)udev for v4l capability probing
    on Linux. Closes: #573774
  - Split code into separate libraries.
* debian/control.in
  - Drop Build-Depends on libhal-dev.
  - Drop Build-Depends on libebook1.2-dev.
  - Bump Build-Depends on libgtk2.0-dev to (>= 2.19.1).
  - Bump Build-Depends on libgstreamer*-dev to (>= 0.10.23).
  - Add Build-Depends on libcanberra-gtk-dev.
  - Add Build-Depends on libxtst-dev.
  - Add Build-Depends on libgudev-1.0-dev on Linux.
  - Bump Standards-Version to 3.8.4. No further changes.
* Switch to source format 3.0 (quilt)
  - Add debian/source/format.
* debian/rules
  - Drop lpia specific configure flags, lpia is dead.
* Update package layout (based on work by Ubuntu)
  - Move data files into new cheese-common package.
  - Keep binary along with its desktop and dbus service file in the cheese
    package.
  - Add libcheese-gtk18 and libcheese-gtk-dev package for the new
    libcheese-gtk library. Use a symbols file for improved shlibs
    dependencies.
  - Add Conflicts/Replaces to cheese-common to ensure proper upgrades from
    previous versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 
3
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 
4
[
 
5
  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
 
6
]>
 
7
<book id="index">
 
8
  <bookinfo>
 
9
    <title>cheese Reference Manual</title>
 
10
    <releaseinfo>
 
11
      for cheese [VERSION].
 
12
      The latest version of this documentation can be found on-line at
 
13
      <ulink role="online-location" url="http://[SERVER]/cheese/index.html">http://[SERVER]/cheese/</ulink>.
 
14
    </releaseinfo>
 
15
  </bookinfo>
 
16
 
 
17
  <chapter>
 
18
    <title>[Insert title here]</title>
 
19
        <xi:include href="xml/cheese-avatar-chooser.xml"/>
 
20
    <xi:include href="xml/cheese-camera-device-monitor.xml"/>
 
21
    <xi:include href="xml/cheese-widget.xml"/>
 
22
 
 
23
  </chapter>
 
24
  <chapter id="object-tree">
 
25
    <title>Object Hierarchy</title>
 
26
     <xi:include href="xml/tree_index.sgml"/>
 
27
  </chapter>
 
28
  <index id="api-index-full">
 
29
    <title>API Index</title>
 
30
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
 
31
  </index>
 
32
 
 
33
  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
 
34
</book>