]> git.sesse.net Git - mlt/commitdiff
minor doc updates
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Tue, 13 Jan 2004 10:48:05 +0000 (10:48 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Tue, 13 Jan 2004 10:48:05 +0000 (10:48 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@72 d19143bc-622f-0410-bfdd-b5b2a6649095

README
docs/testing-20040110.txt
mlt/README
mlt/docs/testing-20040110.txt
mlt/setenv
setenv

diff --git a/README b/README
index fc7f3c5608c93d73639e1bd88528240b3f4019ce..902bb32acd025aa59396cf3c3dfb3c65fdb409a6 100644 (file)
--- 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.
        
index b18dcefa6254a5c673425e0e2f51f04115e86122..235fd72c8d90da12f5cf3cf274d77606560a7c34 100644 (file)
@@ -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
 
 
index fc7f3c5608c93d73639e1bd88528240b3f4019ce..902bb32acd025aa59396cf3c3dfb3c65fdb409a6 100644 (file)
@@ -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.
        
index b18dcefa6254a5c673425e0e2f51f04115e86122..235fd72c8d90da12f5cf3cf274d77606560a7c34 100644 (file)
@@ -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
 
 
index 42b4e7a7e9c01ce40d8dbc6a8685ae1ce7f513f5..809cb1c43c9093d368c2bdd9f06acfeba0efb06b 100644 (file)
@@ -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 42b4e7a7e9c01ce40d8dbc6a8685ae1ce7f513f5..809cb1c43c9093d368c2bdd9f06acfeba0efb06b 100644 (file)
--- 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