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