branches/gmyth-0.1b/ChangeLog
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
2006-08-17 Rosfran Borges <rosfran.borges@indt.org.br>
renatofilho@320
     2
	* Added the correct gstreamer-base package (GSTBASE) at the configure.ac; 
renatofilho@320
     3
	GSTBASE_CFLAGS and GSTBASE_LIBS variables had the same values from
renatofilho@320
     4
	the GST_CFLAGS/GST_LIBS.
renatofilho@320
     5
renatofilho@320
     6
2006-08-16 Rosfran Borges <rosfran.borges@indt.org.br>
renatofilho@320
     7
	* Fixed some installation issues, regarding lib-installing to the
renatofilho@320
     8
	correct directory, and copying the header files to the destination
renatofilho@320
     9
	dir (make install).
renatofilho@320
    10
	* Put 'pkg-config' resource to the Maemo Myth library. The name of the
renatofilho@320
    11
	PKG-CONFIG resource is 'maemo-myth', plus the minor and major version.
renatofilho@320
    12
	Actually, the version is '0.1', so the library config file is:  
renatofilho@320
    13
	'maemo-myth-0.1.pc'. You can type: 'pkg-config --cflags --libs 
renatofilho@320
    14
	maemo-myth-0.1'.
renatofilho@320
    15
	* Many adjustments in the automake/autoconf configuration files
renatofilho@320
    16
	(configure.ac, Makefile.am) - some autotools misusage fixed.
renatofilho@320
    17
	* Added the MythURI structure, and the URI parsing utility functions
renatofilho@320
    18
	(missing in the GLib).
renatofilho@320
    19
	* Some functions were exported (myth_socket, gmyth_context), that's 
renatofilho@320
    20
	why many ther modules need to use them.
renatofilho@320
    21
	* Fixed some library dependencies.
renatofilho@320
    22
	* Prepared to be used inside the GStreamer (linking with the MythTV
renatofilho@320
    23
	plug-in).
renatofilho@320
    24