diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-09-01 11:42:02 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-09-01 11:42:02 +0000 |
commit | 6bc87f411adecaabd0c9888884c88104b9f7fb2a (patch) | |
tree | 364261cb870de5cd1bf43780a05c875b71268efc /audio | |
parent | 9225b2fce97312250709706928be84137398baa6 (diff) | |
download | ports-6bc87f411adecaabd0c9888884c88104b9f7fb2a.tar.gz ports-6bc87f411adecaabd0c9888884c88104b9f7fb2a.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/rem/Makefile | 23 | ||||
-rw-r--r-- | audio/rem/distinfo | 2 | ||||
-rw-r--r-- | audio/rem/pkg-descr | 9 | ||||
-rw-r--r-- | audio/rem/pkg-plist | 16 |
5 files changed, 51 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index cca492d80539..a44bc825ac16 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -628,6 +628,7 @@ SUBDIR += rawrec SUBDIR += re SUBDIR += rebot3 + SUBDIR += rem SUBDIR += resid SUBDIR += rexima SUBDIR += rezound diff --git a/audio/rem/Makefile b/audio/rem/Makefile new file mode 100644 index 000000000000..eb4f31f94a64 --- /dev/null +++ b/audio/rem/Makefile @@ -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 <bsd.port.mk> diff --git a/audio/rem/distinfo b/audio/rem/distinfo new file mode 100644 index 000000000000..ae4b0704cc6e --- /dev/null +++ b/audio/rem/distinfo @@ -0,0 +1,2 @@ +SHA256 (rem-0.4.0.tar.gz) = 7b85a0945ad2632fcc950f5d29a1e38dc47e29bffa0063ec1176ad85df32e8fc +SIZE (rem-0.4.0.tar.gz) = 24352 diff --git a/audio/rem/pkg-descr b/audio/rem/pkg-descr new file mode 100644 index 000000000000..e29419a39ea6 --- /dev/null +++ b/audio/rem/pkg-descr @@ -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 diff --git a/audio/rem/pkg-plist b/audio/rem/pkg-plist new file mode 100644 index 000000000000..c002153cc95c --- /dev/null +++ b/audio/rem/pkg-plist @@ -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 |