branches/gmyth-0.1b/debian/control
author morphbr
Sat Feb 10 20:01:54 2007 +0000 (2007-02-10)
branchtrunk
changeset 349 7005e696052c
permissions -rw-r--r--
[svn r351] - Bug fix in gmyth_util.c: included support for time without seconds in gmyth_util_string_to_time_val_fmt (XML format from backend)
- Bug fix in gmyth_http.c: fixed bug when there are no channels
- gmyth_vlc.c/h: included support to specify a port when connecting to VLC
- tests: fixed vlc test file regarding the fix above
created script to compile http test app
renatofilho@320
     1
Source: gmyth
renatofilho@320
     2
Priority: optional
renatofilho@320
     3
Maintainer: Hallyson Melo <hallyson.melo@indt.org.br>
renatofilho@320
     4
Build-Depends: debhelper (>= 4.0.0)
renatofilho@320
     5
Standards-Version: 3.6.2
renatofilho@320
     6
Section: libs
renatofilho@320
     7
renatofilho@320
     8
Package: gmyth
renatofilho@320
     9
Section: libs
renatofilho@320
    10
Architecture: any
renatofilho@320
    11
Depends: ${shlibs:Depends}, ${misc:Depends}, libcurl3
renatofilho@320
    12
Description: The gmyth library binary files. GMyth is a library intended to access mythtv backend functionalities from a glib/gobject perspective. It includes access to the program guide, recorded programs, scheduling, etc.
renatofilho@320
    13
renatofilho@320
    14
Package: gmyth-dev
renatofilho@320
    15
Section: libdevel
renatofilho@320
    16
Architecture: any
renatofilho@320
    17
Depends: gmyth (= ${Source-Version}), libcurl3, libcurl3-openssl-dev
renatofilho@320
    18
Description: The gmyth library development files. GMyth is a library intended to access mythtv backend functionalities from a glib/gobject perspective. It includes access to the program guide, recorded programs, scheduling, etc.
renatofilho@320
    19