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