summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-06-07 08:57:32 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-06-07 08:57:32 +0000
commitd4e44673040648f669a03c5ee42ad131f2880c0a (patch)
tree684d6adbc3a4be0d9da48a36ccc23b64593a0dda /audio
parent- Fix cddb stack overflow (diff)
Adaptive Multi-Rate Wideband decoder and encoder library.
(3GPP TS 26.204 V7.0.0) http://www.3gpp.org/ftp/Specs/html-info/26204.htm WWW: http://www.penguin.cz/~utx/amr PR: ports/113444 Submitted by: Tatsuki Makino <tatsuki_makino at hotmail.com>
Notes
Notes: svn path=/head/; revision=192987
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/libamrwb/Makefile34
-rw-r--r--audio/libamrwb/distinfo3
-rw-r--r--audio/libamrwb/pkg-descr6
-rw-r--r--audio/libamrwb/pkg-plist27
5 files changed, 71 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 1592c784601a..e03b30e86b6a 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -289,6 +289,7 @@
SUBDIR += libadplug
SUBDIR += libaiff
SUBDIR += libamrnb
+ SUBDIR += libamrwb
SUBDIR += libao
SUBDIR += libaudiofile
SUBDIR += libcdaudio
diff --git a/audio/libamrwb/Makefile b/audio/libamrwb/Makefile
new file mode 100644
index 000000000000..90bc25e16e47
--- /dev/null
+++ b/audio/libamrwb/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: libamrwb
+# Date created: 7 Jun 2007
+# Whom: Tatsuki Makino <tatsuki_makino@hotmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libamrwb
+PORTVERSION= 7.0.0.1
+CATEGORIES= audio
+MASTER_SITES= http://ftp.penguin.cz/pub/users/utx/amr/
+DISTNAME= amrwb-${DISTVERSION}
+
+MAINTAINER= tatsuki_makino@hotmail.com
+COMMENT= Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec
+
+BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget \
+ ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip \
+ bash:${PORTSDIR}/shells/bash
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= LANG=C
+USE_LDCONFIG= yes
+NO_PACKAGE= See Important legal notice of http://www.penguin.cz/~utx/amr.en.html
+
+post-patch:
+ @${REINPLACE_CMD} -E \
+ -e "s!(/bin/bash)!${LOCALBASE}\\1!" \
+ ${WRKSRC}/prepare_sources.sh
+
+.include <bsd.port.mk>
diff --git a/audio/libamrwb/distinfo b/audio/libamrwb/distinfo
new file mode 100644
index 000000000000..e17dfaa3250f
--- /dev/null
+++ b/audio/libamrwb/distinfo
@@ -0,0 +1,3 @@
+MD5 (amrwb-7.0.0.1.tar.bz2) = f823b5e055e1d85142740e225b86ac91
+SHA256 (amrwb-7.0.0.1.tar.bz2) = 16248eac1a909012be577333583d5f4bffaad2b7687c764d7f027ddc11f1ec86
+SIZE (amrwb-7.0.0.1.tar.bz2) = 220644
diff --git a/audio/libamrwb/pkg-descr b/audio/libamrwb/pkg-descr
new file mode 100644
index 000000000000..2ed27cb4eff0
--- /dev/null
+++ b/audio/libamrwb/pkg-descr
@@ -0,0 +1,6 @@
+Adaptive Multi-Rate Wideband decoder and encoder library.
+(3GPP TS 26.204 V7.0.0)
+
+http://www.3gpp.org/ftp/Specs/html-info/26204.htm
+
+WWW: http://www.penguin.cz/~utx/amr
diff --git a/audio/libamrwb/pkg-plist b/audio/libamrwb/pkg-plist
new file mode 100644
index 000000000000..b7bff306ebc1
--- /dev/null
+++ b/audio/libamrwb/pkg-plist
@@ -0,0 +1,27 @@
+bin/amrwb-decoder
+bin/amrwb-decoder-if2
+bin/amrwb-encoder
+bin/amrwb-encoder-if2
+include/amrwb/dec.h
+include/amrwb/dec_acelp.h
+include/amrwb/dec_dtx.h
+include/amrwb/dec_gain.h
+include/amrwb/dec_if.h
+include/amrwb/dec_lpc.h
+include/amrwb/dec_main.h
+include/amrwb/dec_util.h
+include/amrwb/enc.h
+include/amrwb/enc_acelp.h
+include/amrwb/enc_dtx.h
+include/amrwb/enc_gain.h
+include/amrwb/enc_if.h
+include/amrwb/enc_lpc.h
+include/amrwb/enc_main.h
+include/amrwb/enc_util.h
+include/amrwb/if_rom.h
+include/amrwb/typedef.h
+lib/libamrwb.a
+lib/libamrwb.la
+lib/libamrwb.so
+lib/libamrwb.so.2
+@dirrm include/amrwb