mplayer-config-20100709-vine.patch 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. diff -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. # Specify default audio driver (see -ao help for a list).
  16. -#ao=oss
  17. +ao = pulse,alsa,
  18. # Use SDL audio driver with the esd subdriver by default.
  19. #ao = sdl:esd
  20. @@ -106,7 +106,7 @@
  21. #framedrop = yes
  22. # Specify your preferred skin here (skins are searched for in
  23. -# /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
  24. +# /usr/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
  25. #skin = Abyss
  26. # Resample the font alphamap.
  27. @@ -116,6 +116,15 @@
  28. # 10 bold black outline
  29. #ffactor = 0.75
  30. +# FriBidi can do "funny" things to some ISO-8859-* subtitles
  31. +#flip-hebrew = no
  32. +
  33. +# Use fontconfig for font selection
  34. +fontconfig = yes
  35. +
  36. +# Default font for unstyled subtitles
  37. +font = "Sans"
  38. +
  39. # cache settings
  40. #
  41. # Use 8MB input cache by default.
  42. @@ -127,11 +136,17 @@
  43. # Prefill 50% of the cache before restarting playback after the cache emptied.
  44. #cache-seek-min = 50
  45. -# DVD: Display English subtitles if available.
  46. -#slang = en
  47. +# DVD: Display Japanese subtitles if available.
  48. +slang = Japanese,jpn,ja
  49. +
  50. +# DVD: Play Japanese audio tracks if available.
  51. +alang = Japanese,jpn,ja
  52. +
  53. +# A plugged in joystick can interfere with keyboard shortcuts
  54. +joystick = no
  55. -# DVD: Play English audio tracks if available.
  56. -#alang = en
  57. +# Inhibit (a XScrnSaver compatible) screensaver while playing a movie
  58. +stop-xscreensaver = yes
  59. ###################
  60. # DVDNAV Settings #
  61. Diff finished. Sun Jul 25 01:23:54 2010