Date: Thu, 16 Apr 2015 19:53:03 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384124 - in head/multimedia: . msopenh264 msopenh264/files Message-ID: <201504161953.t3GJr38M047510@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Apr 16 19:53:02 2015 New Revision: 384124 URL: https://svnweb.freebsd.org/changeset/ports/384124 Log: New port multimedia/msopenh264: H264 encoder/decoder plugin for Mediastreamer based on OpenH264 Added: head/multimedia/msopenh264/ head/multimedia/msopenh264/Makefile (contents, props changed) head/multimedia/msopenh264/distinfo (contents, props changed) head/multimedia/msopenh264/files/ head/multimedia/msopenh264/files/patch-src-msopenh264enc.cpp (contents, props changed) head/multimedia/msopenh264/pkg-descr (contents, props changed) head/multimedia/msopenh264/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Thu Apr 16 19:10:52 2015 (r384123) +++ head/multimedia/Makefile Thu Apr 16 19:53:02 2015 (r384124) @@ -254,6 +254,7 @@ SUBDIR += mps-youtube SUBDIR += mpv SUBDIR += msdl + SUBDIR += msopenh264 SUBDIR += mxflib SUBDIR += mythtv SUBDIR += mythtv-frontend Added: head/multimedia/msopenh264/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/msopenh264/Makefile Thu Apr 16 19:53:02 2015 (r384124) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= msopenh264 +PORTVERSION= 0.1.1 +CATEGORIES= multimedia net +MASTER_SITES= SAVANNAH/linphone/plugins/sources/ + +MAINTAINER= tijl@FreeBSD.org +COMMENT= Mediastreamer plugin for H264 encoding/decoding + +LIB_DEPENDS= libmediastreamer_base.so:${PORTSDIR}/net/mediastreamer \ + libopenh264.so:${PORTSDIR}/multimedia/openh264 + +USES= libtool pkgconfig +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-strict +INSTALL_TARGET= install-strip + +.include <bsd.port.mk> Added: head/multimedia/msopenh264/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/msopenh264/distinfo Thu Apr 16 19:53:02 2015 (r384124) @@ -0,0 +1,2 @@ +SHA256 (msopenh264-0.1.1.tar.gz) = d3c0de009a441aa8dcdfccea3fe7f22b9827b23fe50ff181bbc23d0fdad41195 +SIZE (msopenh264-0.1.1.tar.gz) = 386292 Added: head/multimedia/msopenh264/files/patch-src-msopenh264enc.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/msopenh264/files/patch-src-msopenh264enc.cpp Thu Apr 16 19:53:02 2015 (r384124) @@ -0,0 +1,11 @@ +--- src/msopenh264enc.cpp.orig 2015-03-16 09:14:32 UTC ++++ src/msopenh264enc.cpp +@@ -136,7 +136,7 @@ void MSOpenH264Encoder::initialize() + params.iRCMode = RC_BITRATE_MODE; + params.fMaxFrameRate = mVConf.fps; + params.uiIntraPeriod=mVConf.fps*10; +- params.bEnableSpsPpsIdAddition=0; ++ params.eSpsPpsIdStrategy=CONSTANT_ID; + //params.bEnableRc = true; + params.bEnableFrameSkip = true; + params.bPrefixNalAddingCtrl = false; Added: head/multimedia/msopenh264/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/msopenh264/pkg-descr Thu Apr 16 19:53:02 2015 (r384124) @@ -0,0 +1,3 @@ +H264 encoder and decoder plugin for Mediastreamer based on OpenH264 codec. + +WWW: https://www.linphone.org/technical-corner/mediastreamer2.html Added: head/multimedia/msopenh264/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/msopenh264/pkg-plist Thu Apr 16 19:53:02 2015 (r384124) @@ -0,0 +1,3 @@ +lib/mediastreamer/plugins/libmsopenh264.so +lib/mediastreamer/plugins/libmsopenh264.so.0 +lib/mediastreamer/plugins/libmsopenh264.so.0.0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504161953.t3GJr38M047510>