Muggle-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(Deutsch != Deutsch) |
|||
Zeile 26: | Zeile 26: | ||
ldconfig | ldconfig | ||
cd - | cd - | ||
+ | |||
+ | tar xvzf libogg-<VERSION>.tar.gz | ||
+ | cd libogg-<VERSION> | ||
+ | ./configure --prefix=/usr/local | ||
+ | make | ||
+ | make install | ||
+ | ldconfig | ||
+ | cd - | ||
+ | |||
+ | tar xvzf libvorbis-<VERSION>.tar.gz | ||
+ | cd libvorbis-<VERSION> | ||
+ | ./configure --prefix=/usr/local --with-ogg-libraries=/usr/local/lib | ||
+ | make | ||
+ | make install | ||
+ | ldconfig | ||
+ | </pre> | ||
+ | * SuSE | ||
+ | <pre> | ||
+ | yast -i mysql mysql-client mysql-devel mysql-shared | ||
</pre> | </pre> | ||
==Probleme== | ==Probleme== | ||
Zeile 38: | Zeile 57: | ||
| (M)PEG (A)udio (D)ecoder Homepage | | (M)PEG (A)udio (D)ecoder Homepage | ||
|- | |- | ||
− | | [ | + | | [3] |
+ | | http://www.xiph.org/ogg/vorbis | ||
+ | | Ogg Vorbis CODEC Project | ||
+ | |- | ||
+ | | [4] | ||
| http://vdrportal.de/board/thread.php?threadid=23128 | | http://vdrportal.de/board/thread.php?threadid=23128 | ||
| Homepage des Plugins | | Homepage des Plugins | ||
|}[[Kategorie:Plugins]] | |}[[Kategorie:Plugins]] |
Version vom 3. Oktober 2004, 14:30 Uhr
Inhaltsverzeichnis |
Beschreibung
Hardwareanforderungen
Softwareanforderungen
- mySQL server
- mySQL client libraries
- libmad
- libtag
- libvorbis und libvorbisfile (optional)
Installation
cd $SOURCEDIR tar xvzf libid3tag-<VERSION>.tar.gz cd libid3tag-<VERSION> ./configure --prefix=/usr/local make make install ldconfig cd - tar xvzf libmad-<VERSION>.tar.gz cd libmad-<VERSION> ./configure --prefix=/usr/local make make install ldconfig cd - tar xvzf libogg-<VERSION>.tar.gz cd libogg-<VERSION> ./configure --prefix=/usr/local make make install ldconfig cd - tar xvzf libvorbis-<VERSION>.tar.gz cd libvorbis-<VERSION> ./configure --prefix=/usr/local --with-ogg-libraries=/usr/local/lib make make install ldconfig
- SuSE
yast -i mysql mysql-client mysql-devel mysql-shared
Probleme
Links
[1] | http://www.mysql.org | mySQL |
[2] | http://www.underbit.com/products/mad | (M)PEG (A)udio (D)ecoder Homepage |
[3] | http://www.xiph.org/ogg/vorbis | Ogg Vorbis CODEC Project |
[4] | http://vdrportal.de/board/thread.php?threadid=23128 | Homepage des Plugins |