From owner-svn-ports-all@FreeBSD.ORG Sat Sep 1 11:42:03 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95062106566C; Sat, 1 Sep 2012 11:42:03 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 768B38FC0A; Sat, 1 Sep 2012 11:42:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q81Bg3j6003142; Sat, 1 Sep 2012 11:42:03 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q81Bg2TW003136; Sat, 1 Sep 2012 11:42:02 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201209011142.q81Bg2TW003136@svn.freebsd.org> From: Chris Rees Date: Sat, 1 Sep 2012 11:42:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303469 - in head/audio: . rem X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 01 Sep 2012 11:42:03 -0000 Author: crees Date: Sat Sep 1 11:42:02 2012 New Revision: 303469 URL: http://svn.freebsd.org/changeset/ports/303469 Log: Librem is a portable and generic library for real-time audio and video processing. Features - Audio buffering, mixing, codecs and resampling - Video mixing, rescaling and pixel format conversion WWW: http://www.creytiv.com/rem.html Added: head/audio/rem/ head/audio/rem/Makefile (contents, props changed) head/audio/rem/distinfo (contents, props changed) head/audio/rem/pkg-descr (contents, props changed) head/audio/rem/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sat Sep 1 11:38:01 2012 (r303468) +++ head/audio/Makefile Sat Sep 1 11:42:02 2012 (r303469) @@ -628,6 +628,7 @@ SUBDIR += rawrec SUBDIR += re SUBDIR += rebot3 + SUBDIR += rem SUBDIR += resid SUBDIR += rexima SUBDIR += rezound Added: head/audio/rem/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rem/Makefile Sat Sep 1 11:42:02 2012 (r303469) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= rem +PORTVERSION= 0.4.0 +CATEGORIES= audio devel +MASTER_SITES= http://www.creytiv.com/pub/ + +MAINTAINER= crees@FreeBSD.org +COMMENT= Library for real-time audio and video processing + +BUILD_DEPENDS= ${LOCALBASE}/share/re/re.mk:${PORTSDIR}/audio/re +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_LDCONFIG= yes +USE_GMAKE= yes + +do-install: + ${MKDIR} ${PREFIX}/include/${PORTNAME} + (cd ${WRKSRC}/include && \ + ${COPYTREE_SHARE} \*.h ${PREFIX}/include/${PORTNAME}) + ${INSTALL_LIB} ${WRKSRC}/lib${PORTNAME}.[sa]* ${PREFIX}/lib + +.include Added: head/audio/rem/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rem/distinfo Sat Sep 1 11:42:02 2012 (r303469) @@ -0,0 +1,2 @@ +SHA256 (rem-0.4.0.tar.gz) = 7b85a0945ad2632fcc950f5d29a1e38dc47e29bffa0063ec1176ad85df32e8fc +SIZE (rem-0.4.0.tar.gz) = 24352 Added: head/audio/rem/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rem/pkg-descr Sat Sep 1 11:42:02 2012 (r303469) @@ -0,0 +1,9 @@ +Librem is a portable and generic library for real-time audio and video +processing. + +Features + +- Audio buffering, mixing, codecs and resampling +- Video mixing, rescaling and pixel format conversion + +WWW: http://www.creytiv.com/rem.html Added: head/audio/rem/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rem/pkg-plist Sat Sep 1 11:42:02 2012 (r303469) @@ -0,0 +1,16 @@ +include/rem/rem_aubuf.h +include/rem/rem_g711.h +include/rem/rem_dsp.h +include/rem/rem_video.h +include/rem/rem.h +include/rem/rem_fir.h +include/rem/rem_vid.h +include/rem/rem_auresamp.h +include/rem/rem_vidmix.h +include/rem/rem_aumix.h +include/rem/rem_audio.h +include/rem/rem_autone.h +include/rem/rem_vidconv.h +lib/librem.so +lib/librem.a +@dirrm include/rem