1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/mythtv_plugin/ChangeLog Wed Sep 20 23:59:48 2006 +0100
1.3 @@ -0,0 +1,24 @@
1.4 +2006-08-17 Rosfran Borges <rosfran.borges@indt.org.br>
1.5 + * Added the correct gstreamer-base package (GSTBASE) at the configure.ac;
1.6 + GSTBASE_CFLAGS and GSTBASE_LIBS variables had the same values from
1.7 + the GST_CFLAGS/GST_LIBS.
1.8 +
1.9 +2006-08-16 Rosfran Borges <rosfran.borges@indt.org.br>
1.10 + * Fixed some installation issues, regarding lib-installing to the
1.11 + correct directory, and copying the header files to the destination
1.12 + dir (make install).
1.13 + * Put 'pkg-config' resource to the Maemo Myth library. The name of the
1.14 + PKG-CONFIG resource is 'maemo-myth', plus the minor and major version.
1.15 + Actually, the version is '0.1', so the library config file is:
1.16 + 'maemo-myth-0.1.pc'. You can type: 'pkg-config --cflags --libs
1.17 + maemo-myth-0.1'.
1.18 + * Many adjustments in the automake/autoconf configuration files
1.19 + (configure.ac, Makefile.am) - some autotools misusage fixed.
1.20 + * Added the MythURI structure, and the URI parsing utility functions
1.21 + (missing in the GLib).
1.22 + * Some functions were exported (myth_socket, mmyth_context), that's
1.23 + why many ther modules need to use them.
1.24 + * Fixed some library dependencies.
1.25 + * Prepared to be used inside the GStreamer (linking with the MythTV
1.26 + plug-in).
1.27 +