summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2010-04-16 15:42:10 +0000
committerreed <reed@pkgsrc.org>2010-04-16 15:42:10 +0000
commited49d4fa751c1a09b11285ce30511dc9e5ae1ab6 (patch)
tree8f0955aca2f933f28407abf5c565fa6bc01d7ea6
parent35e4619b3df375351eda79706551883ea69fad60 (diff)
downloadpkgsrc-ed49d4fa751c1a09b11285ce30511dc9e5ae1ab6.tar.gz
New package opencore-amr:
This library contains an implementation of the 3GPP TS 26.073 specification for the Adaptive Multi Rate (AMR) speech codec and an implementation for the 3GPP TS 26.173 specification for the Adaptive Multi-Rate - Wideband (AMR-WB) speech decoder. The implementation is derived from the OpenCORE framework, part of the Google Android project.
-rw-r--r--audio/opencore-amr/DESCR6
-rw-r--r--audio/opencore-amr/Makefile24
-rw-r--r--audio/opencore-amr/PLIST9
-rw-r--r--audio/opencore-amr/buildlink3.mk12
-rw-r--r--audio/opencore-amr/distinfo5
5 files changed, 56 insertions, 0 deletions
diff --git a/audio/opencore-amr/DESCR b/audio/opencore-amr/DESCR
new file mode 100644
index 00000000000..1a6dae98e69
--- /dev/null
+++ b/audio/opencore-amr/DESCR
@@ -0,0 +1,6 @@
+This library contains an implementation of the 3GPP TS 26.073
+specification for the Adaptive Multi Rate (AMR) speech codec and
+an implementation for the 3GPP TS 26.173 specification for the
+Adaptive Multi-Rate - Wideband (AMR-WB) speech decoder. The
+implementation is derived from the OpenCORE framework, part of the
+Google Android project.
diff --git a/audio/opencore-amr/Makefile b/audio/opencore-amr/Makefile
new file mode 100644
index 00000000000..0268514c85e
--- /dev/null
+++ b/audio/opencore-amr/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/16 15:42:10 reed Exp $
+#
+
+DISTNAME= opencore-amr-0.1.2
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opencore-amr/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://opencore-amr.sourceforge.net/
+COMMENT= Adaptive Multi-Rate speech codec libraries
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+LICENSE= apache-2.0
+
+PKGCONFIG_OVERRIDE+= amrnb/opencore-amrnb.pc.in
+PKGCONFIG_OVERRIDE+= amrwb/opencore-amrwb.pc.in
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/opencore-amr/PLIST b/audio/opencore-amr/PLIST
new file mode 100644
index 00000000000..23655af2cd5
--- /dev/null
+++ b/audio/opencore-amr/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/16 15:42:10 reed Exp $
+include/opencore-amrnb/interf_dec.h
+include/opencore-amrnb/interf_enc.h
+include/opencore-amrwb/dec_if.h
+include/opencore-amrwb/if_rom.h
+lib/libopencore-amrnb.la
+lib/libopencore-amrwb.la
+lib/pkgconfig/opencore-amrnb.pc
+lib/pkgconfig/opencore-amrwb.pc
diff --git a/audio/opencore-amr/buildlink3.mk b/audio/opencore-amr/buildlink3.mk
new file mode 100644
index 00000000000..74e1ce3c4ca
--- /dev/null
+++ b/audio/opencore-amr/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/04/16 15:42:10 reed Exp $
+
+BUILDLINK_TREE+= opencore-amr
+
+.if !defined(OPENCORE_AMR_BUILDLINK3_MK)
+OPENCORE_AMR_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.opencore-amr+= opencore-amr>=0.1.2
+BUILDLINK_PKGSRCDIR.opencore-amr?= ../../audio/opencore-amr
+.endif # OPENCORE_AMR_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -opencore-amr
diff --git a/audio/opencore-amr/distinfo b/audio/opencore-amr/distinfo
new file mode 100644
index 00000000000..f438492a0fc
--- /dev/null
+++ b/audio/opencore-amr/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/04/16 15:42:10 reed Exp $
+
+SHA1 (opencore-amr-0.1.2.tar.gz) = 289478d49701213255e9d63a93aae9ad472125cc
+RMD160 (opencore-amr-0.1.2.tar.gz) = f23f7e9eabb3c6d046d67572a6a25e09b8dc2988
+Size (opencore-amr-0.1.2.tar.gz) = 868977 bytes