Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 06:44:50 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344662 - in head/www: . npapi-vlc
Message-ID:  <201402170644.s1H6ioPp096316@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Mon Feb 17 06:44:50 2014
New Revision: 344662
URL: http://svnweb.freebsd.org/changeset/ports/344662
QAT: https://qat.redports.org/buildarchive/r344662/

Log:
  Add port of npapi-vlc -- plugin embedding VideoLan player (vlc) in
  NPAPI-supporting web-browsers.

Added:
  head/www/npapi-vlc/
  head/www/npapi-vlc/Makefile   (contents, props changed)
  head/www/npapi-vlc/distinfo   (contents, props changed)
  head/www/npapi-vlc/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Feb 17 05:47:10 2014	(r344661)
+++ head/www/Makefile	Mon Feb 17 06:44:50 2014	(r344662)
@@ -572,6 +572,7 @@
     SUBDIR += node
     SUBDIR += node-devel
     SUBDIR += nostromo
+    SUBDIR += npapi-vlc
     SUBDIR += npapi-xine
     SUBDIR += npc
     SUBDIR += npm

Added: head/www/npapi-vlc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/npapi-vlc/Makefile	Mon Feb 17 06:44:50 2014	(r344662)
@@ -0,0 +1,26 @@
+# Created by: Mikhail Teterin <mi@aldan.algebra.com>
+# $FreeBSD$
+
+PORTNAME=	npapi-vlc
+PORTVERSION=	2.0.6
+CATEGORIES=	www multimedia
+MASTER_SITES=	http://download.videolan.org/pub/videolan/vlc-webplugins/${PORTVERSION}/
+
+MAINTAINER=	mi@aldan.algber.com
+COMMENT=	Embeds vlc-player in web-browsers
+
+LIB_DEPENDS=	libvlc.so:${PORTSDIR}/multimedia/vlc
+
+USES=	webplugin:native
+USE_XZ=	yes
+WEBPLUGIN_NAME=	#
+WEBPLUGIN_FILES=libvlcplugin.so
+GNU_CONFIGURE=	yes
+PLIST_FILES=	${WEBPLUGIN_DIR:S,^${PREFIX}/,,}${WEBPLUGIN_FILES}
+
+do-install:
+	${MKDIR} ${STAGEDIR}${WEBPLUGIN_DIR}
+	${INSTALL_LIB} ${WRKSRC}/npapi/.libs/libvlcplugin.so	\
+		${STAGEDIR}/${WEBPLUGIN_DIR}
+
+.include <bsd.port.mk>

Added: head/www/npapi-vlc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/npapi-vlc/distinfo	Mon Feb 17 06:44:50 2014	(r344662)
@@ -0,0 +1,2 @@
+SHA256 (npapi-vlc-2.0.6.tar.xz) = 4f03376040491bf5e86af8f7eaf2571b68a8450c51774acb55582e20b2205ae8
+SIZE (npapi-vlc-2.0.6.tar.xz) = 442280

Added: head/www/npapi-vlc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/npapi-vlc/pkg-descr	Mon Feb 17 06:44:50 2014	(r344662)
@@ -0,0 +1,2 @@
+Plugin from NPAPI-using browsers (such as Firefox) allowing embedding
+of VideoLAN (vlc) to play back various multimedia sources.



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