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