Vbox-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
| Zeile 8: | Zeile 8: | ||
==Installation== | ==Installation== | ||
<pre>cd $SOURCEDIR | <pre>cd $SOURCEDIR | ||
| − | tar xvzf libmad- | + | tar xvzf libmad-x.y.z.tar.gz |
| − | cd libmad- | + | cd libmad-x.y.z |
./configure --prefix=/usr/local | ./configure --prefix=/usr/local | ||
make | make | ||
| Zeile 16: | Zeile 16: | ||
cd - | cd - | ||
| − | tar xvzf libsndfile- | + | tar xvzf libsndfile-x.y.z.tar.gz |
| − | cd libsndfile- | + | cd libsndfile-x.y.z |
./configure --prefix=/usr/local | ./configure --prefix=/usr/local | ||
make | make | ||
Version vom 19. September 2004, 14:32 Uhr
Inhaltsverzeichnis |
Beschreibung
Hardwareanforderungen
- ISDN Karte
Softwareanforderungen
- libmad
- libsndfile
- vbox (sollte jede Distri beinhalten)
Installation
cd $SOURCEDIR
tar xvzf libmad-x.y.z.tar.gz
cd libmad-x.y.z
./configure --prefix=/usr/local
make
make install
ldconfig
cd -
tar xvzf libsndfile-x.y.z.tar.gz
cd libsndfile-x.y.z
./configure --prefix=/usr/local
make
make install
ldconfig
find $SOURCEDIR/VDR -name ldapphone2name.pl -exec ln -vs \{} /usr/local/bin \;
Tip: Folgender "Einzeiler" löscht "dead-links" unter /usr/local/bin
find /usr/local/bin -type l -not -exec test -e \{} \; -exec rm \{} \;
^
kleines L
Übergabe:
-P'vbox -r /usr/local/bin/ldapphone2name.pl'
Probleme
Links
| [1] | http://www.underbit.com/products/mad | (M)PEG (A)udio (D)ecoder Homepage |
| [2] | http://www.zip.com.au/~erikd/libsndfile | libsndfile Homepage |
| [3] | http://linvdr.org/download/vdr-vbox | Homepage des Plugins |