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