From 9b3db5355d6139bcc995600433b936883aef4abf Mon Sep 17 00:00:00 2001 From: lilo_booter Date: Tue, 13 Jan 2004 10:48:05 +0000 Subject: [PATCH] minor doc updates git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@72 d19143bc-622f-0410-bfdd-b5b2a6649095 --- README | 16 +++++++++++++++- docs/testing-20040110.txt | 2 +- mlt/README | 16 +++++++++++++++- mlt/docs/testing-20040110.txt | 2 +- mlt/setenv | 8 +++++--- setenv | 8 +++++--- 6 files changed, 42 insertions(+), 10 deletions(-) diff --git a/README b/README index fc7f3c56..902bb32a 100644 --- a/README +++ b/README @@ -25,10 +25,12 @@ Directories + inigo - A media playing test application + valerie - Client API to access the server + miracle - The server implementation + + humperdink - The evil demo + + albino - The simple but nice demo + tests - Reserved for regression and unit tests Additional subdirectories may be nested below those shown and should be - documented in their parent or here. + documented in their parent. (*) Not posted to CVS due to licensing issues. @@ -61,9 +63,21 @@ Compilation Makefiles are generated during configuration and these are based on a per directory template which must be provided by the developer. +Testing +------- + + To execute the mlt tools without installation, or to test a new version + on a system with an already installed mlt version, you should run: + + . setenv + + NB: This applies to your current shell only. + Installation ------------ + * NOT IMPLEMENTED YET * + The install is triggered by running make install or make install-strip from the top level directory. diff --git a/docs/testing-20040110.txt b/docs/testing-20040110.txt index b18dcefa..235fd72c 100644 --- a/docs/testing-20040110.txt +++ b/docs/testing-20040110.txt @@ -24,7 +24,6 @@ XFER Incorrect Behaviour ------------------------------------------------------------------------------ killall miracle does not work. requires killall -HUP -LOAD commences play STOP does not play the test card (white silence) (=pause) USTA when stopped reports "paused" REW when stopped does not rewind to the beginning of the clip. @@ -35,6 +34,7 @@ SIN/SOUT do not leave the unit in a paused state Different Intentional Behaviour ------------------------------------------------------------------------------ +LOAD commences play STOP does not terminate audio/video output diff --git a/mlt/README b/mlt/README index fc7f3c56..902bb32a 100644 --- a/mlt/README +++ b/mlt/README @@ -25,10 +25,12 @@ Directories + inigo - A media playing test application + valerie - Client API to access the server + miracle - The server implementation + + humperdink - The evil demo + + albino - The simple but nice demo + tests - Reserved for regression and unit tests Additional subdirectories may be nested below those shown and should be - documented in their parent or here. + documented in their parent. (*) Not posted to CVS due to licensing issues. @@ -61,9 +63,21 @@ Compilation Makefiles are generated during configuration and these are based on a per directory template which must be provided by the developer. +Testing +------- + + To execute the mlt tools without installation, or to test a new version + on a system with an already installed mlt version, you should run: + + . setenv + + NB: This applies to your current shell only. + Installation ------------ + * NOT IMPLEMENTED YET * + The install is triggered by running make install or make install-strip from the top level directory. diff --git a/mlt/docs/testing-20040110.txt b/mlt/docs/testing-20040110.txt index b18dcefa..235fd72c 100644 --- a/mlt/docs/testing-20040110.txt +++ b/mlt/docs/testing-20040110.txt @@ -24,7 +24,6 @@ XFER Incorrect Behaviour ------------------------------------------------------------------------------ killall miracle does not work. requires killall -HUP -LOAD commences play STOP does not play the test card (white silence) (=pause) USTA when stopped reports "paused" REW when stopped does not rewind to the beginning of the clip. @@ -35,6 +34,7 @@ SIN/SOUT do not leave the unit in a paused state Different Intentional Behaviour ------------------------------------------------------------------------------ +LOAD commences play STOP does not terminate audio/video output diff --git a/mlt/setenv b/mlt/setenv index 42b4e7a7..809cb1c4 100644 --- a/mlt/setenv +++ b/mlt/setenv @@ -3,7 +3,8 @@ export MLT_REPOSITORY=`pwd`/src/modules -export LD_LIBRARY_PATH=`pwd`/src/framework:\ +export LD_LIBRARY_PATH=\ +`pwd`/src/framework:\ `pwd`/src/valerie:\ `pwd`/src/miracle:\ `pwd`/src/modules/bluefish:\ @@ -11,9 +12,10 @@ export LD_LIBRARY_PATH=`pwd`/src/framework:\ `pwd`/../mpeg_sdk_demo/bin:\ `pwd`/../dv_sdk -export PATH=$PATH:\ +export PATH=\ `pwd`/src/albino:\ `pwd`/src/inigo:\ `pwd`/src/humperdink:\ -`pwd`/src/miracle +`pwd`/src/miracle:\ +$PATH diff --git a/setenv b/setenv index 42b4e7a7..809cb1c4 100644 --- a/setenv +++ b/setenv @@ -3,7 +3,8 @@ export MLT_REPOSITORY=`pwd`/src/modules -export LD_LIBRARY_PATH=`pwd`/src/framework:\ +export LD_LIBRARY_PATH=\ +`pwd`/src/framework:\ `pwd`/src/valerie:\ `pwd`/src/miracle:\ `pwd`/src/modules/bluefish:\ @@ -11,9 +12,10 @@ export LD_LIBRARY_PATH=`pwd`/src/framework:\ `pwd`/../mpeg_sdk_demo/bin:\ `pwd`/../dv_sdk -export PATH=$PATH:\ +export PATH=\ `pwd`/src/albino:\ `pwd`/src/inigo:\ `pwd`/src/humperdink:\ -`pwd`/src/miracle +`pwd`/src/miracle:\ +$PATH -- 2.39.2