source: projects/specs/trunk/nonfree/self-build-mplayer/mplayer-config.patch @ 1306

Revision 1306, 1.7 KB checked in by munepi, 14 years ago (diff)

updated self-build-{k9copy,mplayer,ffmpeg}

RevLine 
[1306]1diff -up mplayer-export-2009-10-29/etc/example.conf.config mplayer-export-2009-10-29/etc/example.conf
2--- mplayer-export-2009-10-29/etc/example.conf.config   2008-02-08 19:33:39.000000000 +0100
3+++ mplayer-export-2009-10-29/etc/example.conf  2009-10-29 23:54:30.000000000 +0100
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@@ -71,7 +71,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@@ -95,7 +95,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@@ -105,6 +105,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@@ -122,6 +131,12 @@
48 # DVD: Play English audio tracks if available.
49 #alang = en
50 
51+# A plugged in joystick can interfere with keyboard shortcuts
52+joystick = no
53+
54+# Inhibit (a XScrnSaver compatible) screensaver while playing a movie
55+stop-xscreensaver = yes
56+
57 ###################
58 # DVDNAV Settings #
59 ###################
Note: See TracBrowser for help on using the repository browser.