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