Vbox-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
K (Neues Vbox Plugin)
Zeile 1: Zeile 1:
 
==Beschreibung==
 
==Beschreibung==
 
==Hardwareanforderungen==
 
==Hardwareanforderungen==
 +
ISDN Karte
 +
 
==Softwareanforderungen==
 
==Softwareanforderungen==
 +
libmad, libsndfile, vbox (sollte jede Distri beinhalten)
 +
 
==Installation==
 
==Installation==
Siehe [[Plugin Installation]].
+
<pre>cd /usr/local/src
 +
tar xvzf libmad-0.15.0b.tar.gz
 +
cd libmad-0.15.0b
 +
./configure --prefix=/usr/local
 +
make
 +
make install
 +
ldconfig
 +
cd -
  
 +
tar xvzf libsndfile-1.0.5.tar.gz
 +
cd libsndfile-1.0.5
 +
./configure --prefix=/usr/local
 +
make
 +
make install
 +
ldconfig
 +
 +
find /usr/local/src/VDR -name ldapphone2name.pl -exec ln -vs \{} /usr/local/bin \;</pre>
 +
Tip: Folgender "Einzeiler" löscht "dead-links" unter /usr/local/bin
 +
<pre>find /usr/local/bin -type l -not -exec test -e \{} \; -exec rm \{} \;
 +
                          ^
 +
                          kleines L</pre>
 +
Übergabe:
 +
<pre>-P'vbox -r /usr/local/bin/ldapphone2name.pl'</pre>
 
==Probleme==
 
==Probleme==
 +
Keine bekannt.
 +
 
==Links==
 
==Links==
 
{|
 
{|
 
| [1]
 
| [1]
| http://home.pages.at/garvdr
+
| http://www.underbit.com/products/mad
| Homepage des Plugins
+
| (M)PEG (A)udio (D)ecoder Homepage
 
|-
 
|-
 
| [2]
 
| [2]
|http://linvdr.org/download/vdr-vbox
+
| http://www.zip.com.au/~erikd/libsndfile
| LINVDR VBOX Plugin
+
| Libsndfile Homepage
 +
|-
 +
| [3]
 +
| http://linvdr.org/download/vdr-vbox
 +
| Homepage des Plugins
 
|}
 
|}

Version vom 18. August 2004, 17:46 Uhr

Inhaltsverzeichnis

Beschreibung

Hardwareanforderungen

ISDN Karte

Softwareanforderungen

libmad, libsndfile, vbox (sollte jede Distri beinhalten)

Installation

cd /usr/local/src
tar xvzf libmad-0.15.0b.tar.gz
cd libmad-0.15.0b
./configure --prefix=/usr/local
make
make install
ldconfig
cd -

tar xvzf libsndfile-1.0.5.tar.gz
cd libsndfile-1.0.5
./configure --prefix=/usr/local
make
make install
ldconfig

find /usr/local/src/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

Keine bekannt.

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