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