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