Advertisement
grahamperrin

pipelight-plugin --create-mozilla-plugins

Feb 2nd, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. root@momh167-gjp4-8570p:/usr/local/poudriere/ports/default # pkg install pipelight
  2. Updating FreeBSD repository catalogue...
  3. FreeBSD repository is up to date.
  4. Updating poudriere repository catalogue...
  5. poudriere repository is up to date.
  6. All repositories are up to date.
  7. The following 5 package(s) will be affected (of 0 checked):
  8.  
  9. New packages to be INSTALLED:
  10. pipelight: 0.2.8.2_8 [FreeBSD]
  11. flock: 2.30.1 [FreeBSD]
  12. wget: 1.20_1 [FreeBSD]
  13. i386-wine: 3.0.4_1,1 [FreeBSD]
  14. cabextract: 1.9_2 [FreeBSD]
  15.  
  16. Number of packages to be installed: 5
  17.  
  18. The process will require 382 MiB more space.
  19. 63 MiB to be downloaded.
  20.  
  21. Proceed with this action? [y/N]: y
  22. [1/5] Fetching pipelight-0.2.8.2_8.txz: 100% 447 KiB 457.9kB/s 00:01
  23. [2/5] Fetching flock-2.30.1.txz: 100% 20 KiB 20.7kB/s 00:01
  24. [3/5] Fetching wget-1.20_1.txz: 100% 652 KiB 668.0kB/s 00:01
  25. [4/5] Fetching i386-wine-3.0.4_1,1.txz: 100% 62 MiB 2.2MB/s 00:29
  26. [5/5] Fetching cabextract-1.9_2.txz: 100% 69 KiB 70.5kB/s 00:01
  27. Checking integrity... done (0 conflicting)
  28. [1/5] Installing flock-2.30.1...
  29. [1/5] Extracting flock-2.30.1: 100%
  30. [2/5] Installing wget-1.20_1...
  31. [2/5] Extracting wget-1.20_1: 100%
  32. [3/5] Installing i386-wine-3.0.4_1,1...
  33. [3/5] Extracting i386-wine-3.0.4_1,1: 100%
  34. This system does not appear to use a nvidia graphics driver. If this changes
  35. and then every time the driver's version changes execute (as root)
  36. sh /usr/local/share/wine/patch-nvidia.sh
  37. to get 2D/3D acceleration to work with the nvidia driver. Without this wine
  38. will crash when a program requires 2D/3D graphics acceleration.
  39.  
  40. [4/5] Installing cabextract-1.9_2...
  41. [4/5] Extracting cabextract-1.9_2: 100%
  42. [5/5] Installing pipelight-0.2.8.2_8...
  43. [5/5] Extracting pipelight-0.2.8.2_8: 100%
  44. Message from i386-wine-3.0.4_1,1:
  45.  
  46. Some ZFS tuning guides recommend setting KVA_PAGES=512 in your kernel
  47. configuration. This is incompatible with Wine. The maximum possible
  48. is KVA_PAGES=500, which should still be enough for ZFS.
  49.  
  50. The port also installs some of Wine's documentation which describes
  51. additional programs that are not in the manual pages under
  52. /usr/local/share/doc/wine
  53. There is more in the source tree but the others are only useful in
  54. conjunction with the rest of the source tree.
  55. Message from pipelight-0.2.8.2_8:
  56.  
  57. This port installs the Pipelight plugin wrapper for running Silverlight,
  58. Flash and others. Before enabling Pipelight for your users, run the
  59. following as root:
  60.  
  61. # pipelight-plugin --create-mozilla-plugins
  62.  
  63. NOTE:
  64.  
  65. For users running with ZFS on root, watching DRM protected content
  66. requires extensive xattr support. If you run into issues with DRM failing,
  67. you can use the "pipelight-mkufs" command to create a UFS formatted ZVOL
  68. mounted on your users ~/.wine-pipelight directory.
  69.  
  70. To create the UFS filesystem
  71. # pipelight-mkufs <username>
  72.  
  73. To remove the UFS filesystem
  74. # pipelight-mkufs --delete <username>
  75.  
  76. ===> NOTICE:
  77.  
  78. The pipelight port currently does not have a maintainer. As a result, it is
  79. more likely to have unresolved issues, not be up-to-date, or even be removed in
  80. the future. To volunteer to maintain this port, please create an issue at:
  81.  
  82. https://bugs.freebsd.org/bugzilla
  83.  
  84. More information about port maintainership is available at:
  85.  
  86. https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port
  87. root@momh167-gjp4-8570p:/usr/local/poudriere/ports/default # cd
  88. root@momh167-gjp4-8570p:~ # pipelight-plugin --create-mozilla-plugins
  89. root@momh167-gjp4-8570p:~ # nspluginwrapper -v -a -i
  90. Auto-install plugins from /usr/local/lib/browser_plugins
  91. Looking for plugins in /usr/local/lib/browser_plugins
  92. Auto-install plugins from /usr/local/lib/browser_plugins/linux-flashplayer
  93. Looking for plugins in /usr/local/lib/browser_plugins/linux-flashplayer
  94. Install plugin /usr/local/lib/browser_plugins/linux-flashplayer/libflashplayer.so
  95. into /usr/local/lib/browser_plugins/npwrapper.libflashplayer.so
  96. Auto-install plugins from /root/.mozilla/plugins
  97. Looking for plugins in /root/.mozilla/plugins
  98. root@momh167-gjp4-8570p:~ #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement