gmyth-stream/client/debian/control
author morphbr
Thu Apr 19 22:38:46 2007 +0100 (2007-04-19)
branchtrunk
changeset 577 7dc357cbaa40
permissions -rw-r--r--
[svn r582] * GMyth-Streamer (version 0.2):
- Mencoder plugin 100% working (without mythtv stuff)
- Debug messages updated
- Bug fixes inside server/utils
     1 Source: gmythstream-client
     2 Priority: optional
     3 Maintainer: Hallyson Melo <hallyson.melo@indt.org.br>
     4 Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libglib2.0-dev
     5 Standards-Version: 3.6.2
     6 Section: libs
     7 
     8 Package: gmythstream-client
     9 Section: libs
    10 Architecture: any
    11 Depends: ${shlibs:Depends}, ${misc:Depends}, libglib2.0-0
    12 Description: This library can be used to access gmythstream server.
    13 
    14 Package: gmythstream-client-dev
    15 Section: libdevel
    16 Architecture: any
    17 Depends: gmythstream-client (= ${Source-Version}), libglib2.0-dev
    18 Description: The gmythstream-client library library development files.