Mnemosyne is a abstract distribution originally designed for ROCKLinux, but currently only support the trunk of OpenSDE.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

169 lines
5.3 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: target/mnemosyne/pkg_patch/mozplugger.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. disable conflicts with mplayerplug-in
  17. added support for ooffice2.0 and xfmedia
  18. --- ./mozpluggerrc.orig 2005-11-16 16:43:28.000000000 -0300
  19. +++ ./mozpluggerrc 2005-11-16 17:13:38.000000000 -0300
  20. @@ -70,6 +70,7 @@
  21. define([OO],[swallow(OpenOffice) fill: openoffice -nologo $1 "$file"
  22. swallow(OpenOffice) fill: ooffice -nologo $1 "$file"
  23. + swallow(OpenOffice) fill: ooffice2.0 -nologo $1 "$file"
  24. swallow(OpenOffice) fill: soffice -nologo $1 "$file"])
  25. ### Acrobat Reader
  26. @@ -89,65 +90,6 @@
  27. define(GV_FLAGS,[repeat noisy swallow(gv) fill])
  28. define(GV,[GV_FLAGS(): gv GV_OPTS() "$file"])
  29. -###################
  30. -### Video ###
  31. -###################
  32. -
  33. -video/mpeg:mpeg,mpg,mpe:MPEG animation
  34. -video/x-mpeg:mpeg,mpg,mpe:MPEG animation
  35. -video/x-mpeg2:mpv2,mp2ve:MPEG2 animation
  36. - MP_VIDEO_STREAM()
  37. - TM_VIDEO_STREAM()
  38. - HELPER(xine -pq "$file")
  39. - loop: mtvp -l -W$window "$file"
  40. - : mtvp -W$window "$file"
  41. - loop: xanim +Av100 -Zr +W$window +q +f "$file"
  42. - : xanim +Av100 -Zr +W$window +q +Ze +f "$file"
  43. -
  44. -video/mp4:mp4:MPEG4 animation
  45. - MP_VIDEO_STREAM()
  46. - TM_VIDEO_STREAM()
  47. - HELPER(xine -pq "$file")
  48. -
  49. -video/msvideo:avi:AVI animation
  50. -video/x-msvideo:avi:AVI animation
  51. -video/fli:fli,flc:FLI animation
  52. -video/x-fli:fli,flc:FLI animation
  53. - MP_VIDEO_STREAM()
  54. - TM_VIDEO_STREAM()
  55. - HELPER(xine -pq "$file")
  56. -
  57. -application/x-mplayer2:wmv,asf,mov:Windows Media
  58. -video/x-ms-asf:asf,asx,wma,wax,wmv,wvx:Windows Media
  59. -video/x-ms-wmv:wmv:Windows Media
  60. - MP_VIDEO_STREAM()
  61. - TM_VIDEO_STREAM()
  62. -
  63. -application/x-quicktimeplayer:mov:Quicktime animation
  64. -image/x-macpaint:pntg,mov:Quicktime animation
  65. -video/quicktime:mov,qt:Quicktime animation
  66. -video/x-quicktime:mov,qt:Quicktime animation
  67. - MP_VIDEO_STREAM()
  68. - TM_VIDEO_STREAM()
  69. - HELPER(xine -pq "$file")
  70. -
  71. -video/x-theora:ogg:OGG stream with video
  72. -video/theora:ogg:OGG stream with video
  73. -video/ogg:ogg:OGG stream with video
  74. -video/x-ogg:ogm,ogv:OGG stream with video
  75. -ifdef([MP_VORBIS],[ MP_VIDEO_STREAM()
  76. -]) TM_VIDEO_STREAM()
  77. -
  78. -video/dl:dl:DL animation
  79. -video/x-dl:dl:DL animation
  80. -video/sgi-movie:movie,movi,mv:SGI animation
  81. -video/x-sgi-movie:movie,movi,mv:SGI animation
  82. -video/anim:iff,anim5,anim3,anim7:IFF animation
  83. -video/x-anim:iff,anim5,anim3,anim7:IFF animation
  84. - loop: xanim +Av100 -Zr +W$window +q +f "$file"
  85. - : xanim +Av100 -Zr +W$window +q +Ze +f "$file"
  86. -
  87. -
  88. ##################
  89. ### Audio ###
  90. ##################
  91. @@ -166,25 +108,6 @@
  92. controls loop noisy: xmp -l --nocmd "$file"
  93. controls noisy: xmp --nocmd "$file"
  94. -audio/mp3:mp3:MPEG audio
  95. -audio/x-mp3:mp3:MPEG audio
  96. -audio/mpeg2:mp2:MPEG audio
  97. -audio/x-mpeg2:mp2:MPEG audio
  98. -audio/mpeg3:mp3:MPEG audio
  99. -audio/x-mpeg3:mp3:MPEG audio
  100. -audio/mpeg:mpa,abs,mpega:MPEG audio
  101. -audio/x-mpeg:mpa,abs,mpega:MPEG audio
  102. - MP_AUDIO_STREAM()
  103. - TM_AUDIO_STREAM()
  104. - controls: mpg321 -q "$file"
  105. - controls: mpg123 -q "$file"
  106. - controls: splay -t 200 "$file"
  107. - controls: amp -b 200 -q "$file"
  108. - controls: maplay "$file"
  109. - controls: mpeg3play "$file"
  110. - HELPER(xmms -e -p "$file")
  111. - repeat noisy swallow(alsaplayer): alsaplayer -q "$file"
  112. -
  113. audio/mpeg-url:m3u:MPEG music resource locator
  114. audio/x-mpeg-url:m3u:MPEG music resource locator
  115. audio/mpegurl:m3u:MPEG music resource locator
  116. @@ -193,14 +116,7 @@
  117. audio/x-mpeg-url:m3u:MPEG music resource locator
  118. audio/x-scpls:pls:Shoutcast Playlists
  119. # controls: mpg321 -q -@ "$file"
  120. - HELPER(xmms -e -p "$file")
  121. -
  122. -audio/x-ogg:ogg:OGG audio
  123. -application/x-ogg:ogg:OGG audio
  124. -application/ogg:ogg:OGG audio
  125. -ifdef([MP_VORBIS],[ MP_AUDIO_STREAM()
  126. -]) TM_AUDIO_STREAM()
  127. - controls stream noisy: ogg123 -q -b 128 "$file"
  128. + HELPER(xfmedia -p "$file")
  129. HELPER(xmms -e -p "$file")
  130. audio/x-sidtune:sid,psid:Commodore 64 Audio
  131. @@ -214,31 +130,6 @@
  132. controls: play "$file"
  133. controls: sox "$file" -t .au - > /dev/audio
  134. -audio/wav:wav:Microsoft wave file
  135. -audio/x-wav:wav:Microsoft wave file
  136. -audio/x-pn-wav:wav:Microsoft wave file
  137. -audio/x-pn-windows-acm:wav:Microsoft wave file
  138. - controls: play "$file"
  139. - controls: wavplay -q "$file"
  140. - controls noisy: bplay "$file"
  141. - controls: splay "$file"
  142. - HELPER(xmms -e -p "$file")
  143. - repeat noisy swallow(alsaplayer): alsaplayer -q "$file"
  144. -
  145. -audio/x-pn-realaudio-plugin:rpm:RealPlayer Plugin Metafile
  146. -audio/x-pn-realaudio:ra,rm,ram:Realaudio-plugin resource locator
  147. -audio/x-realaudio:ra,rm,ram:RealAudio file
  148. -application/vnd.rn-realmedia:rm:RealMedia file
  149. -application/smil:smi:RealPlayer
  150. -audio/vnd.rn-realaudio:ra,ram:RealAudio file
  151. -audio/vnd.rn-realvideo:rv:RealVideo file
  152. - nokill stream: hxplay "$file"
  153. - nokill stream: realplay "$file"
  154. -
  155. -audio/x-ms-wax:wax,wma:Windows Media
  156. - MP_AUDIO_STREAM()
  157. - TM_AUDIO_STREAM()
  158. -
  159. #######################
  160. ### Documents ###
  161. #######################