# HG changeset patch # User gabucino # Date 1021829285 0 # Node ID a239d68bd0d863945828745940bfd5edc7103f88 # Parent 4472bc36675b84c3224c4004ba097d7ef6753783 small fixes, updates diff -r 4472bc36675b -r a239d68bd0d8 DOCS/Hungarian/documentation.html --- a/DOCS/Hungarian/documentation.html Sun May 19 17:09:29 2002 +0000 +++ b/DOCS/Hungarian/documentation.html Sun May 19 17:28:05 2002 +0000 @@ -393,8 +393,7 @@ Bár általában erre nem kell figyelj.
Innentől használatra kész állapotban van az MPlayer. Az
-/usr/local/share/mplayer
könyvtár tartalmazza a
+$PREFIX/share/mplayer
könyvtár tartalmazza a
codecs.conf
file-t, ami megmondja a programnak a használható
codec-eket és azok tulajdonságait. Ezt a file-t mindig az MPlayer-rel
együtt kell frissíteni ! Ha a home könyvtáradban van egy régi codecs.conf
@@ -654,7 +653,8 @@
mkdir ~/.mplayer/font cd ~/.mplayer/font - unzip mp-arial-iso-8859-2.zip+ unzip mp-arial-iso-8859-2.zip + ln -s ~/.mplayer/font/arial-24 font
Már csak egy dolog maradt hátra: másold át a codecs.conf file-t
az etc
könyvtárból (az MPlayer könyvtáron belül) a $HOME/.mplayer/codecs.conf-ba.
@@ -671,7 +671,7 @@
-gui
opciótgui=yes
sort a konfigurációs file-baln -s /usr/local/bin/mplayer /usr/local/bin/gmplayer
,
+ ln -s $PREFIX/bin/mplayer $PREFIX/bin/gmplayer
,
és a gmplayer
file-t indítsd.
Mivel az MPlayer alapban nem tartalmaz skineket, ezeket külön kell
letöltened. Lásd itt.
-Ezeket a szokásos /usr/local/share/mplayer/Skin
vagy $HOME/.mplayer/Skin
+Ezeket a szokásos $PREFIX/share/mplayer/Skin
vagy $HOME/.mplayer/Skin
könyvtárak egyikébe kell kicsomagolni. Az MPlayer egy 'default'
nevű könyvtárat keres alapállapotban, de a -skin newskin opcióval, vagy
a konfigurációs file-ba a skin=newskin sor beírásával meg lehet adni
@@ -839,11 +839,16 @@
2.5.1. Áttekintés
Ez a fejezet elmagyarázza hogy tudsz nézni/grabbelni egy V4L kompatibilis TV tuner-ről.
+EZ A KÓDRÉSZLET JELENLEG NINCS FEJLESZTÉS ALATT! Ne várd hogy hosszadalmas + kísérletezés nélkül majd hirtelen menni fog!
+ +2.5.2. Fordítás
diff -r 4472bc36675b -r a239d68bd0d8 DOCS/documentation.html --- a/DOCS/documentation.html Sun May 19 17:09:29 2002 +0000 +++ b/DOCS/documentation.html Sun May 19 17:28:05 2002 +0000 @@ -409,8 +409,7 @@ usually isn't important.
At this point, MPlayer is ready to use. The directory
-/usr/local/share/mplayer
contains the codecs.conf
+$PREFIX/share/mplayer
contains the codecs.conf
file, which is used to tell the program all the codecs and their capabilities.
This file should always be kept uptodate together with the main binary !
Check if you have codecs.conf in your home directory (~/.mplayer/codecs.conf)
@@ -651,7 +650,8 @@
mkdir ~/.mplayer/font cd ~/.mplayer/font - unzip mp-arial-iso-8859-1.zip+ unzip mp-arial-iso-8859-1.zip + ln -s ~/.mplayer/font/arial-24 font @@ -663,7 +663,7 @@
-gui
optiongui=yes
in your config fileln -s /usr/local/bin/mplayer /usr/local/bin/gmplayer
,
+ ln -s $PREFIX/bin/mplayer $PREFIX/bin/gmplayer
,
and call gmplayer
instead.
As MPlayer doesn't have a skin included, you have to download them
if you want to use the GUI. See the download page.
-They should be extracted to the usual system-wide directory (/usr/local/share/mplayer/Skin
),
+They should be extracted to the usual system-wide directory ($PREFIX/share/mplayer/Skin
),
or to $HOME/.mplayer/Skin
. MPlayer by default looks in
these directories for a default named directory, but you can use the
-skin newskin option, or the skin=newskin config file
@@ -803,7 +803,7 @@
$PREFIX/share/mplayer
. Then rename or symlink one of them to
font
(like : ln -s ~/.mplayer/arial-24
~/.mplayer/font
). Now you have to see a timer at the upper left corner
-of the movie (switch it off with 'o').
OSD has 3 states: (switch with 'o')
2.5.1. Overview
This section is about how to enable watching/grabbing from V4L compatible TV tuner.
+THIS CODE IS CURRENTLY NOT-WORKED ON! Don't expect it to work without + tweaking/experimenting!
+ +2.5.2. Compilation
@@ -1184,8 +1189,9 @@
-MPlayer have a fully configurable, command driven, control layer which allow you -to control MPlayer using keyboard, mouse, joystick or remote control (using lirc).
+MPlayer has a fully configurable, command driven, control layer which + allow you to control MPlayer using keyboard, mouse, joystick or remote + control (using lirc).