From owner-svn-ports-all@FreeBSD.ORG Thu Apr 16 19:53:04 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2AC38AA; Thu, 16 Apr 2015 19:53:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ACFE0F64; Thu, 16 Apr 2015 19:53:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3GJr4rr047520; Thu, 16 Apr 2015 19:53:04 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3GJr38M047510; Thu, 16 Apr 2015 19:53:03 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201504161953.t3GJr38M047510@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 16 Apr 2015 19:53:03 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2015 19:53:05 -0000 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 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