gmyth/ChangeLog
author melunko
Mon Mar 03 13:11:54 2008 +0000 (2008-03-03)
branchtrunk
changeset 936 d389914210cf
parent 36 a6559a231dd2
permissions -rw-r--r--
[svn r945] gmyth library version incremented to 0.8
     1 
     2 2008-03-03 Hallyson Melo  <hallyson.melo@indt.org.br>
     3 	* GMyth 0.8.
     4 	* Now, set backend recording for livetv is working.
     5 	* Library is a lot more stable.
     6 
     7 2006-08-17 Rosfran Borges <rosfran.borges@indt.org.br>
     8 	* Added the correct gstreamer-base package (GSTBASE) at the configure.ac; 
     9 	GSTBASE_CFLAGS and GSTBASE_LIBS variables had the same values from
    10 	the GST_CFLAGS/GST_LIBS.
    11 
    12 2006-08-16 Rosfran Borges <rosfran.borges@indt.org.br>
    13 	* Fixed some installation issues, regarding lib-installing to the
    14 	correct directory, and copying the header files to the destination
    15 	dir (make install).
    16 	* Put 'pkg-config' resource to the Maemo Myth library. The name of the
    17 	PKG-CONFIG resource is 'maemo-myth', plus the minor and major version.
    18 	Actually, the version is '0.1', so the library config file is:  
    19 	'maemo-myth-0.1.pc'. You can type: 'pkg-config --cflags --libs 
    20 	maemo-myth-0.1'.
    21 	* Many adjustments in the automake/autoconf configuration files
    22 	(configure.ac, Makefile.am) - some autotools misusage fixed.
    23 	* Added the MythURI structure, and the URI parsing utility functions
    24 	(missing in the GLib).
    25 	* Some functions were exported (myth_socket, gmyth_context), that's 
    26 	why many ther modules need to use them.
    27 	* Fixed some library dependencies.
    28 	* Prepared to be used inside the GStreamer (linking with the MythTV
    29 	plug-in).
    30