Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Oct 2003 23:28:09 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        Michael Nottebrock <michaelnottebrock@gmx.net>
Cc:        freebsd-gnome@FreeBSD.org
Subject:   Re: [kde-freebsd] 	Re: HEADS UP: pelase test /etc/libmap.conf feature on 4-stable
Message-ID:  <20031011232809.2c6a3e66.nork@FreeBSD.org>
In-Reply-To: <3F87A447.8020901@gmx.net>
References:  <20031008033536.7f6099b5.nork@FreeBSD.org> <20031009174211.GA364@zi025.glhnet.mhn.de> <20031011083235.087ecfc9.nork@FreeBSD.org> <200310110248.h9B2m3iR019297@sakura.ninth-nine.com> <3F87A447.8020901@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 11 Oct 2003 08:33:43 +0200
Michael Nottebrock <michaelnottebrock@gmx.net> wrote:
> the spirit of hier(7). Great to hear about this flashplugin-via-libmap 
> project, can you provide some details? We'd like to put a HOWTO on 
> kde-freebsd's homepage, etc.

	Thank you.  Please, please.

	new Linux Plugin Wrapper(a.k.a. flashpluginwrapper) provides
	following feature.

	1. FreeBSD native browers use Linux native Macromedia Flash6
	   Plugin with seamless.  Just like FreeBSD native Flash6
	   Plugin.  And in theory, we can use acrobat plugin, etc...

	2. More safety and robust.
	   No more LD_PRELOAD.  Must not LD_PRELOAD.  It doesn't intrude
	   browesers's name space.

	3. Browser independent.
	   No need browser dependent setting.  It provides seamless
	   feature.

	4. More extentional.
	   For every plugin, it can set up libmap.conf.  So conflicted
	   setting(linkage?) coexistence with others.

	5. I provided a new port, following URL (beta quality).
	   http://tmp.ninth-nine.com/LinuxPluginWrapper/linuxpluginwrapper-20031006.tar.gz
	   I'll upgrade www/flashpluginwrapper to www/linuxpluginwrapper.
	   If you install this port and set /etc/libmap.conf, in this
	   time, you can use Flash6 plugin on mozilla/firebird/galeon/
	   epiphany on 5-current.  I have a setting for konqueror.
	   I'll add it to example of libmap.conf.  I'm afraid that
	   we cann't use opera with Flash6.

	6. I provided back port for 5-current's libmap.conf feature.
	   http://tmp.ninth-nine.com/libmap_4/libmap_4stable.diff
	   I hope MFC...  By using it, on 4-stable, we can use this
	   feature.  I think mozilla/firebird/galeon/epiphany/konqueror/
	   opera is OK(in 5 case time, you can use mozillas).

	7. FYI


/etc/libmap.conf for 4-stable
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# /etc/libmap.conf for FreeBSD 4.x

#[/usr/local/Acrobat5/Browsers/intellinux/nppdf.so]
#libc.so.6			pluginwrapper.so

# Opera
[/usr/X11R6/lib/browser_plugins/libflashplayer.so]
libpthread.so.0			liblthread.so.2
libdl.so.2			pluginwrapper.so
libz.so.1			libz.so.2
libstdc++-libc6.2-2.so.3	libstdc++.so.3
libm.so.6			libm.so.2
libc.so.6			pluginwrapper.so
[/usr/X11R6/share/opera/plugins/operamotifwrapper]
libXm.so.1			libXm.so.3

# Konqueror (temporary setting)
[/opt/mozilla/plugins/libflashplayer.so]
libpthread.so.0			liblthread.so.2
libdl.so.2			pluginwrapper.so
libz.so.1			libz.so.2
libstdc++-libc6.2-2.so.3	libstdc++.so.3
libm.so.6			libm.so.2
libc.so.6			pluginwrapper.so

# Mozilla/Firebird/Galeon/Epiphany
[/usr/local/lib/linux-flashplugin6/libflashplayer.so]
libpthread.so.0			liblthread.so.2
libdl.so.2			pluginwrapper.so
libz.so.1			libz.so.2
libstdc++-libc6.2-2.so.3	libstdc++.so.3
libm.so.6			libm.so.2
libc.so.6			pluginwrapper.so
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



/etc/libmap.conf for 5-current
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# /etc/libmap.conf for FreeBSD 5.x

#[/usr/local/Acrobat5/Browsers/intellinux/nppdf.so]
#libc.so.6			pluginwrapper.so

# Opera is not avilable.

# Konqueror (temporary setting)
[/opt/mozilla/plugins/libflashplayer.so]
libpthread.so.0			liblthread.so.3
libdl.so.2			pluginwrapper.so
libz.so.1			libz.so.2
libstdc++-libc6.2-2.so.3	liblstdc++.so.4
libm.so.6			libm.so.2
libc.so.6			pluginwrapper.so

# Mozilla/Firebird/Galeon/Epiphany
[/usr/local/lib/linux-flashplugin6/libflashplayer.so]
libpthread.so.0			liblthread.so.3
libdl.so.2			pluginwrapper.so
libz.so.1			libz.so.2
libstdc++-libc6.2-2.so.3	liblstdc++.so.4
libm.so.6			libm.so.2
libc.so.6			pluginwrapper.so
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


Working List
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		mozilla	firebird galeon epiphany konqueror opera
4-stable	OK      OK       OK     OK       OK        NG
5-current	OK      maybe    maybe  maybe    maybe     OK
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



> > 	And, do you know freebsd-kde mailling list?  I know kde@ is,
> > 	but I don't know public mailling list like freebsd-gnome@.
> > 	(and, as possible as, freebsd-opera, too)
> kde@freebsd.org is the main public mailing list for KDE ports. There is an 
> additional mailing lists with a smaller audience (mostly consisting of 
> freebsd-ports- & KDE-developer people), kde-freebsd-devel@lists.csociety.org.

	Oops, sorry.  I found it on
	http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html
	Thank you.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031011232809.2c6a3e66.nork>