Logoj0ke.net Open Build Service > Projects > multimedia > libdvdread4 > Meta
Sign Up | Log In

Meta Configuration of Package libdvdread4

 
1
<package name="libdvdread4" project="multimedia">
2
  <title>Library to access video DVDs</title>
3
  <description>libdvdread provides a simple foundation for reading DVD-Video images.
4
It offers DVD applications:
5
6
1. A simple abstraction for reading the files on a DVD image
7
   (dvd_reader.h).
8
2. A simple library for parsing the information (IFO) files
9
   (ifo_read.h/ifo_types.h).
10
3. A simple library for parsing the navigation (NAV) packets
11
   (nav_read.h/nav_types.h).
12
13
This allows application designers to access some of the more advanced
14
features of the DVD format.
15
16
libdvdread currently uses libdl to dynamically probe for libdvdcss at
17
runtime.  If libdvdcss is found, then it will be used to decrypt the
18
encrypted sections of a DVD.
19
20
Authors:
21
--------
22
    Björn Englund &lt;d4bjorn@dtek.chalmers.se&gt;
23
    Håkan Hjort &lt;d95hjort@dtek.chalmers.se&gt;
24
    Billy Biggs &lt;vektor@dumbterm.net&gt;
25
    Christian Wolff &lt;scarabaeus@convergence.de&gt;</description>
26
  <person userid="hostmaster" role="bugowner"/>
27
  <person userid="hostmaster" role="maintainer"/>
28
  <url>PUT_UPSTREAM_URL_HERE</url>
29
</package>
30