gst-gmyth/ChangeLog
author renatofilho
Fri Feb 01 14:32:18 2008 +0000 (2008-02-01)
branchtrunk
changeset 906 987fafbda04d
permissions -rw-r--r--
[svn r912] removed project maemo-ui-old
     1 2006-08-17 Rosfran Borges <rosfran.borges@indt.org.br>
     2 	* Added the correct gstreamer-base package (GSTBASE) at the configure.ac; 
     3 	GSTBASE_CFLAGS and GSTBASE_LIBS variables had the same values from
     4 	the GST_CFLAGS/GST_LIBS.
     5 
     6 2006-08-16 Rosfran Borges <rosfran.borges@indt.org.br>
     7 	* Fixed some installation issues, regarding lib-installing to the
     8 	correct directory, and copying the header files to the destination
     9 	dir (make install).
    10 	* Put 'pkg-config' resource to the Maemo Myth library. The name of the
    11 	PKG-CONFIG resource is 'maemo-myth', plus the minor and major version.
    12 	Actually, the version is '0.1', so the library config file is:  
    13 	'maemo-myth-0.1.pc'. You can type: 'pkg-config --cflags --libs 
    14 	maemo-myth-0.1'.
    15 	* Many adjustments in the automake/autoconf configuration files
    16 	(configure.ac, Makefile.am) - some autotools misusage fixed.
    17 	* Added the MythURI structure, and the URI parsing utility functions
    18 	(missing in the GLib).
    19 	* Some functions were exported (myth_socket, mmyth_context), that's 
    20 	why many ther modules need to use them.
    21 	* Fixed some library dependencies.
    22 	* Prepared to be used inside the GStreamer (linking with the MythTV
    23 	plug-in).
    24