Date: Tue, 13 Jan 2015 00:33:07 +0000 (UTC) From: Maxim Sobolev <sobomax@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376897 - in head/audio: . bcg729 bcg729/files Message-ID: <201501130033.t0D0X7rR036463@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sobomax Date: Tue Jan 13 00:33:06 2015 New Revision: 376897 URL: https://svnweb.freebsd.org/changeset/ports/376897 QAT: https://qat.redports.org/buildarchive/r376897/ Log: Add bcg729-1.0.0, a software G729A encoder and decoder library written in C. Added: head/audio/bcg729/ head/audio/bcg729/Makefile (contents, props changed) head/audio/bcg729/distinfo (contents, props changed) head/audio/bcg729/files/ head/audio/bcg729/files/patch-include_basicOperationsMacros.h (contents, props changed) head/audio/bcg729/pkg-descr (contents, props changed) head/audio/bcg729/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Tue Jan 13 00:28:49 2015 (r376896) +++ head/audio/Makefile Tue Jan 13 00:33:06 2015 (r376897) @@ -51,6 +51,7 @@ SUBDIR += baudline SUBDIR += beast SUBDIR += beets + SUBDIR += bcg729 SUBDIR += blop SUBDIR += boodler SUBDIR += bristol Added: head/audio/bcg729/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/bcg729/Makefile Tue Jan 13 00:33:06 2015 (r376897) @@ -0,0 +1,19 @@ +# Created by: sobomax +# $FreeBSD$ + +PORTNAME= bcg729 +PORTVERSION= 1.0.0 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= linphone/plugins/sources + +MAINTAINER= ports@FreeBSD.org +COMMENT= A software G729A encoder and decoder library written in C + +LICENSE= GPLv2 + +USES= pathfix pkgconfig +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +.include <bsd.port.mk> Added: head/audio/bcg729/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/bcg729/distinfo Tue Jan 13 00:33:06 2015 (r376897) @@ -0,0 +1,2 @@ +SHA256 (bcg729-1.0.0.tar.gz) = 6f80f9820f081fbd8b3f97b7bdc9c584bd54ba4558fa714130f8a53b154509ac +SIZE (bcg729-1.0.0.tar.gz) = 416311 Added: head/audio/bcg729/files/patch-include_basicOperationsMacros.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/bcg729/files/patch-include_basicOperationsMacros.h Tue Jan 13 00:33:06 2015 (r376897) @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- include/basicOperationsMacros.h ++++ include/basicOperationsMacros.h +@@ -19,7 +19,7 @@ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + #ifndef BASICOPERATIONSMACROS_H +-#define BASICOPERATIONSMACROS__H ++#define BASICOPERATIONSMACROS_H + + #include "fixedPointMacros.h" + Added: head/audio/bcg729/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/bcg729/pkg-descr Tue Jan 13 00:33:06 2015 (r376897) @@ -0,0 +1,10 @@ +Bcg729 is a software G729A encoder and decoder library written in C, developed +by Belledonne Communications, the company supporting the Linphone project. +It was written from scratch and is NOT a derivative work of ITU reference +source code in any kind. + +It can be executed on many platforms, including both ARM and x86 with very +decent performances. libbcg729 supports concurrent channel encoding/decoding +for multi-call applications such as conferencing. + +WWW: http://www.linphone.org/technical-corner/bcg729.html Added: head/audio/bcg729/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/bcg729/pkg-plist Tue Jan 13 00:33:06 2015 (r376897) @@ -0,0 +1,8 @@ +include/bcg729/decoder.h +include/bcg729/encoder.h +lib/libbcg729.a +lib/libbcg729.la +lib/libbcg729.so +lib/libbcg729.so.0 +libdata/pkgconfig/libbcg729.pc +@dirrm include/bcg729
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501130033.t0D0X7rR036463>