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