docs changes

Original commit message from CVS:
docs changes
This commit is contained in:
Thomas Vander Stichele 2001-12-11 22:55:55 +00:00
parent e76ac5160b
commit eade69d52d
5 changed files with 20 additions and 30 deletions

View file

@ -1,3 +1,7 @@
2001-12-11 22:10 thomasvs
* lots of build fixes for 0.3.0 release
2001-08-15 23:43 cael 2001-08-15 23:43 cael
* gstplay/: ChangeLog, gstmediaplay.c, gstplay.c: Added hacky check * gstplay/: ChangeLog, gstmediaplay.c, gstplay.c: Added hacky check

2
NEWS
View file

@ -0,0 +1,2 @@
2001-12-12
* GStreamer 0.3.0 released, "Most Eventful Ever"

31
README
View file

@ -10,26 +10,15 @@ release the source.
Developer note: When building from CVS sources, you will need to run Developer note: When building from CVS sources, you will need to run
autogen.sh to generate the build system files. autogen.sh to generate the build system files.
Unfortunately, there is a bug in automake which causes it to use a large GStreamer is cutting-edge stuff. To be a CVS developer, you need
amount of memory when generating plugins/Makefile.in. The following patch, cutting-edge tools.
which you may wish to apply to automake (version 1.4), fixes this problem.
It is also fixed in versions of automake 1.4f and later.
Alternatively, ensure that you have at least 512Mb of memory on your system,
and be prepared to wait a little while when running automake (or autogen.sh).
The autogen.sh script will automatically detect an unpatched automake and give ATM, most of use have at least these versions :
a warning. It will also generate a patched version of automake in the top
build directory, which you can use by putting it in a directory in your $PATH
ahead of the unpatched version of automake.
@@ -2383,8 +2383,8 @@ * autoconf 2.52 (NOT 2.52d)
# to all possible directories, and use it. If DIST_SUBDIRS is * automake 1.5
# defined, just use it. * libtool 1.4
local ($dist_subdir_name); * pkg-config 0.8.0
- if (&variable_conditions ('SUBDIRS')
- || &variable_defined ('DIST_SUBDIRS')) autogen.sh will check for these versions and complain if you don't have
+ if (&variable_defined ('DIST_SUBDIRS') them.
+ || &variable_conditions ('SUBDIRS'))
{
$dist_subdir_name = 'DIST_SUBDIRS';
if (! &variable_defined ('DIST_SUBDIRS'))

11
TODO
View file

@ -8,11 +8,6 @@
- deal with clocking issues - deal with clocking issues
- use real chaining where possible - use real chaining where possible
- factory aliases? - factory aliases?
- fix plugins :
* autoconf testing : wtay : the proper fix is of course to fix the plugins and
implement the cleanup in the state change function..
- SDL : seems to be ok now, test
- rtp : weird problem, can't get it to work with AC_CHECK_HEADER(S)
- arts : rh72 has artsflowh. in /usr/include/kde/arts
there's no arts-config
so what do we do to find it ?

View file

@ -96,7 +96,7 @@ fi
version_check "autoconf" "ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 52 || DIE=1 version_check "autoconf" "ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 52 || DIE=1
version_check "automake" "ftp://ftp.gnu.org/pub/gnu/automake/" 1 5 || DIE=1 version_check "automake" "ftp://ftp.gnu.org/pub/gnu/automake/" 1 5 || DIE=1
version_check "libtool" "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1 version_check "libtool" "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 4 0 || DIE=1
version_check "pkg-config" "http://www.freedesktop.org/software/pkgconfig" 0 7 0 || DIE=1 version_check "pkg-config" "http://www.freedesktop.org/software/pkgconfig" 0 8 0 || DIE=1
if test "$DIE" -eq 1; then if test "$DIE" -eq 1; then
exit 1 exit 1