diff options
author | sat <sat@FreeBSD.org> | 2006-07-29 01:19:18 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-07-29 01:19:18 +0800 |
commit | aa2454e71245bf6f379209b2c04d1db82fda3c25 (patch) | |
tree | fa70da8e256af6f3c345eaebea98d59fb2c3d1f0 /www/Makefile | |
parent | e367fb81fcc29a9065f6c1c876147fa0c683699d (diff) | |
download | freebsd-ports-gnome-aa2454e71245bf6f379209b2c04d1db82fda3c25.tar.gz freebsd-ports-gnome-aa2454e71245bf6f379209b2c04d1db82fda3c25.tar.zst freebsd-ports-gnome-aa2454e71245bf6f379209b2c04d1db82fda3c25.zip |
Add port www/linux-mplayer-plugin:
- Introduce NPAPI infrastructure and a demo port, both at an alpha stage
mplayerplug-in is a browser plugin that uses mplayer to play digital
media from websites.
This plug-in gives Mozilla the ability to play media from a website
the net without reading the source html and getting the url manually.
Media is played embedded in the page or in a separate window depending
on how the author of the webpage intended the media to be seen.
WWW: http://mplayerplug-in.sourceforge.net/
Wiki: http://wiki.freebsd.org/NPAPI
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 6b728f301e49..d1ef53472fa6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -238,6 +238,7 @@ SUBDIR += linux-flashplugin7 SUBDIR += linux-flock SUBDIR += linux-mozilla + SUBDIR += linux-mplayer-plugin SUBDIR += linux-nvu SUBDIR += linux-opera SUBDIR += linux-seamonkey |