Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gstreamer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
luzpaz
gstreamer
Commits
eade69d5
Commit
eade69d5
authored
Dec 11, 2001
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs changes
Original commit message from CVS: docs changes
parent
e76ac516
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
30 deletions
+20
-30
ChangeLog
ChangeLog
+4
-0
NEWS
NEWS
+2
-0
README
README
+10
-21
TODO
TODO
+3
-8
autogen.sh
autogen.sh
+1
-1
No files found.
ChangeLog
View file @
eade69d5
2001-12-11 22:10 thomasvs
* lots of build fixes for 0.3.0 release
2001-08-15 23:43 cael
* gstplay/: ChangeLog, gstmediaplay.c, gstplay.c: Added hacky check
...
...
NEWS
View file @
eade69d5
2001-12-12
* GStreamer 0.3.0 released, "Most Eventful Ever"
README
View file @
eade69d5
...
...
@@ -10,26 +10,15 @@ release the source.
Developer note: When building from CVS sources, you will need to run
autogen.sh to generate the build system files.
Unfortunately, there is a bug in automake which causes it to use a large
amount of memory when generating plugins/Makefile.in. The following patch,
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).
GStreamer is cutting-edge stuff. To be a CVS developer, you need
cutting-edge tools.
The autogen.sh script will automatically detect an unpatched automake and give
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.
ATM, most of use have at least these versions :
@@ -2383,8 +2383,8 @@
# to all possible directories, and use it. If DIST_SUBDIRS is
# defined, just use it.
local ($dist_subdir_name);
- if (&variable_conditions ('SUBDIRS')
- || &variable_defined ('DIST_SUBDIRS'))
+ if (&variable_defined ('DIST_SUBDIRS')
+ || &variable_conditions ('SUBDIRS'))
{
$dist_subdir_name = 'DIST_SUBDIRS';
if (! &variable_defined ('DIST_SUBDIRS'))
* autoconf 2.52 (NOT 2.52d)
* automake 1.5
* libtool 1.4
* pkg-config 0.8.0
autogen.sh will check for these versions and complain if you don't have
them.
TODO
View file @
eade69d5
...
...
@@ -8,11 +8,6 @@
- deal with clocking issues
- use real chaining where possible
- factory aliases?
* autoconf testing :
- 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 ?
- fix plugins :
wtay : the proper fix is of course to fix the plugins and
implement the cleanup in the state change function..
autogen.sh
View file @
eade69d5
...
...
@@ -96,7 +96,7 @@ fi
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
"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
exit
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment