svn commit: r384146 - in head/multimedia: . msx264

Tijl Coosemans tijl at FreeBSD.org
Fri Apr 17 09:55:50 UTC 2015


Author: tijl
Date: Fri Apr 17 09:55:48 2015
New Revision: 384146
URL: https://svnweb.freebsd.org/changeset/ports/384146

Log:
  New port multimedia/msx264: Mediastreamer plugin for H264 encoding using
  libx264

Added:
  head/multimedia/msx264/
  head/multimedia/msx264/Makefile   (contents, props changed)
  head/multimedia/msx264/distinfo   (contents, props changed)
  head/multimedia/msx264/pkg-descr   (contents, props changed)
  head/multimedia/msx264/pkg-plist   (contents, props changed)
Modified:
  head/multimedia/Makefile

Modified: head/multimedia/Makefile
==============================================================================
--- head/multimedia/Makefile	Fri Apr 17 09:37:37 2015	(r384145)
+++ head/multimedia/Makefile	Fri Apr 17 09:55:48 2015	(r384146)
@@ -255,6 +255,7 @@
     SUBDIR += mpv
     SUBDIR += msdl
     SUBDIR += msopenh264
+    SUBDIR += msx264
     SUBDIR += mxflib
     SUBDIR += mythtv
     SUBDIR += mythtv-frontend

Added: head/multimedia/msx264/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/msx264/Makefile	Fri Apr 17 09:55:48 2015	(r384146)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	msx264
+PORTVERSION=	1.5.1
+CATEGORIES=	multimedia net
+MASTER_SITES=	SAVANNAH/linphone/plugins/sources/
+
+MAINTAINER=	tijl at FreeBSD.org
+COMMENT=	Mediastreamer plugin for H264 encoding
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libmediastreamer_base.so:${PORTSDIR}/net/mediastreamer \
+		libx264.so:${PORTSDIR}/multimedia/libx264
+
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-strict
+INSTALL_TARGET=	install-strip
+USES=		libtool pkgconfig
+
+.include <bsd.port.mk>

Added: head/multimedia/msx264/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/msx264/distinfo	Fri Apr 17 09:55:48 2015	(r384146)
@@ -0,0 +1,2 @@
+SHA256 (msx264-1.5.1.tar.gz) = b4b724b2b3f412790bc87bc6a1ad4eafa95cf98ad048430562b30801f611f3a6
+SIZE (msx264-1.5.1.tar.gz) = 356331

Added: head/multimedia/msx264/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/msx264/pkg-descr	Fri Apr 17 09:55:48 2015	(r384146)
@@ -0,0 +1,3 @@
+H264 encoder plugin for Mediastreamer based on libx264.
+
+WWW: https://www.linphone.org/technical-corner/mediastreamer2.html

Added: head/multimedia/msx264/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/msx264/pkg-plist	Fri Apr 17 09:55:48 2015	(r384146)
@@ -0,0 +1,3 @@
+lib/mediastreamer/plugins/libmsx264.so
+lib/mediastreamer/plugins/libmsx264.so.0
+lib/mediastreamer/plugins/libmsx264.so.0.0.0


More information about the svn-ports-all mailing list