source: projects/specs/trunk/nonfree/self-build-mplayer/mplayer-config-20100709-vine.patch @ 1448

Revision 1448, 2.0 KB checked in by munepi, 14 years ago (diff)

updated self-build-mplayer

RevLine 
[1448]1diff -up mplayer-export-20100709/etc/example.conf.config mplayer-export-20100709/etc/example.conf
2--- mplayer-export-20100709/etc/example.conf.config     2010-07-10 10:26:10.000000000 +0900
3+++ mplayer-export-20100709/etc/example.conf    2010-07-25 01:23:10.910312823 +0900
4@@ -1,7 +1,7 @@
5 #
6 # MPlayer configuration file
7 #
8-# Configuration files are read system-wide from /usr/local/etc/mplayer.conf
9+# Configuration files are read system-wide from /etc/mplayer/mplayer.conf
10 # and per user from ~/.mplayer/config, where per-user settings override
11 # system-wide settings, all of which are overrriden by the command line.
12 #
13@@ -75,7 +75,7 @@
14 ##################
15 
16 # Specify default audio driver (see -ao help for a list).
17-#ao=oss
18+ao = pulse,alsa,
19 
20 # Use SDL audio driver with the esd subdriver by default.
21 #ao = sdl:esd
22@@ -106,7 +106,7 @@
23 #framedrop = yes
24 
25 # Specify your preferred skin here (skins are searched for in
26-# /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
27+# /usr/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
28 #skin = Abyss
29 
30 # Resample the font alphamap.
31@@ -116,6 +116,15 @@
32 # 10    bold black outline
33 #ffactor = 0.75
34 
35+# FriBidi can do "funny" things to some ISO-8859-* subtitles
36+#flip-hebrew = no
37+
38+# Use fontconfig for font selection
39+fontconfig = yes
40+
41+# Default font for unstyled subtitles
42+font = "Sans"
43+
44 # cache settings
45 #
46 # Use 8MB input cache by default.
47@@ -127,11 +136,17 @@
48 # Prefill 50% of the cache before restarting playback after the cache emptied.
49 #cache-seek-min = 50
50 
51-# DVD: Display English subtitles if available.
52-#slang = en
53+# DVD: Display Japanese subtitles if available.
54+slang = Japanese,jpn,ja
55+
56+# DVD: Play Japanese audio tracks if available.
57+alang = Japanese,jpn,ja
58+
59+# A plugged in joystick can interfere with keyboard shortcuts
60+joystick = no
61 
62-# DVD: Play English audio tracks if available.
63-#alang = en
64+# Inhibit (a XScrnSaver compatible) screensaver while playing a movie
65+stop-xscreensaver = yes
66 
67 ###################
68 # DVDNAV Settings #
69
70Diff finished.  Sun Jul 25 01:23:54 2010
Note: See TracBrowser for help on using the repository browser.