svn commit: r303469 - in head/audio: . rem
Chris Rees
crees at FreeBSD.org
Sat Sep 1 11:42:03 UTC 2012
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 at 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 <bsd.port.mk>
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
+ at dirrm include/rem
More information about the svn-ports-head
mailing list