From owner-freebsd-doc@FreeBSD.ORG Thu May 6 19:02:13 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF81C16A4CF for ; Thu, 6 May 2004 19:02:13 -0700 (PDT) Received: from smtp.web.de (smtp05.web.de [217.72.192.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F16F43D41 for ; Thu, 6 May 2004 19:02:12 -0700 (PDT) (envelope-from platanthera@web.de) Received: from [217.225.243.17] (helo=liza.hacienda.herti) by smtp.web.de with asmtp (TLSv1:RC4-MD5:128) (WEB.DE 4.101 #91) id 1BLugk-00025x-00 for freebsd-doc@freebsd.org; Fri, 07 May 2004 04:02:11 +0200 From: platanthera To: freebsd-doc@freebsd.org Date: Fri, 7 May 2004 04:10:06 +0200 User-Agent: KMail/1.6.2 References: <200405031458.18887.platanthera@web.de> In-Reply-To: <200405031458.18887.platanthera@web.de> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405070410.06612.platanthera@web.de> Sender: platanthera@web.de Subject: Re: handbook, section 15.2 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 May 2004 02:02:13 -0000 since nobody responded, i just tried it and wrote a section on flash6 for konqueror and mozilla and a small one about plugger. could you please have a look a the diff and give me some feedback? i have no prior experience with docbook stuff... and i've got a question. i've frequently used xxx/yyy - sometimes the link the respective pkg_descr works, sometimes it does not. why? best regards -- patch for doc/en_US.ISO8859-1/books/handbook/chapter.sgml --- chapter.sgml.old Thu May 6 18:05:36 2004 +++ chapter.sgml Fri May 7 03:34:09 2004 @@ -292,7 +292,131 @@ &shockwave; &flash; should both be listed. + + + + + Linux-pluginwrapper provides &flash;6 support for Konqueror and Mozilla + + + As an alternative to the www/flashpluginwrapper + port which installs the Linux &flash;5 plugin as dependency, you may + install www/linux-pluginwrapper which + depends on www/linux-flashplugin6 and + print/acroread. + + + + Linux-pluginwrapper requires Linux compatibility to be enabled. + + + + + You cannot have installed www/flashpluginwrapper + and www/linux-pluginwrapper + at the same time. Mozilla users who had previously + installed www/flashpluginwrapper need to + remove + + + LD_PRELOAD=/usr/local/lib/libflashplayer.so.1 +export LD_PRELOAD + + from their browser startup scripts. + + + + + FreeBSD 4.9 and prior releases do NOT support &flash;6 in Konqueror. + + + + After having installed the www/linux-pluginwrapper + port you need to set up libmap.conf + 5. The required + configuration depends on whether you are running FreeBSD 4.x or 5.x. + + + To enable &flash; for Konqueror and for + Mozilla and other gecko based web browsers + on a 5.x system, /etc/libmap.conf should include + the following lines + + + # Flash6 with Konqueror +[/opt/mozilla/plugins/libflashplayer.so] +libpthread.so.0 pluginwrapper/flash6.so +libdl.so.2 pluginwrapper/flash6.so +libz.so.1 libz.so.2 +libstdc++-libc6.2-2.so.3 libstdc++.so.4 +libm.so.6 libm.so.2 +libc.so.6 pluginwrapper/flash6.so +# Flash6 with Mozilla/Firebird/Galeon/Epiphany +[/usr/local/lib/linux-flashplugin6/libflashplayer.so] +libpthread.so.0 pluginwrapper/flash6.so +libdl.so.2 pluginwrapper/flash6.so +libz.so.1 libz.so.2 +libstdc++-libc6.2-2.so.3 libstdc++.so.4 +libm.so.6 libm.so.2 +libc.so.6 pluginwrapper/flash6.so + + To create a sample configuration to start with you can do + + + &prompt.root; cd /var/db/pkg && pkg_info -D linuxpluginwrapper* > /etc/libmap.conf + + + Konqueror expects plugins to reside in + /opt/mozilla/plugins/ by default. You can either copy + libflashplayer.so and flashplayer.xpt + from /usr/local/lib/linux-flashplugin6/ to + /opt/mozilla/plugins/ or you may configure Konqueror + to look for plugins in /usr/local/lib/linux-flashplugin6/ + and adjust /etc/libmap.conf accordingly. + Have a look at the + Konqueror & Flash HowTo at + freebsd.kde.org. + + + + + + + + Plugger provides additional plugins for Mozilla + + The www/plugger port provides + a multimedia plugin for Mozilla that handles + various audio, video and document formats. + plugger7 is a small + plugin, which uses external programs to show or play the different formats. + + + + For instance, you may choose to install the + www/mplayer-plugin port to play various audio and video formats. + By default, this port uses www/mozilla + for gecko support, but you can change this by defining WITH_MOZILLA + as firefox, mozilla-devel, + mozilla-gtk1 or mozilla-devel-gtk1 at build time. + www/mplayer-plugin depends on + multimedia/mplayer which gets installed + automatically if necessary. If you decide to build and install it seperately, + you can make use of its build options. Have a look at + and /usr/ports/multimedia/mplayer/Makefile. + + + + Check the Plugger homepage + for a detailed list of supported file formats and the required + helper applications. Additionally, there are testing grounds to see your + new plugins in action. + + + + + &netscape;