import opencore-amr, lightly tweaked from a submission by Jan Stary, ok jasper@

opencore-amr contains an implementation of the 3GPP TS 26.073
specification for the Adaptive Multi Rate (AMR) speech codec
and an implementation of 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.
This commit is contained in:
sthen 2012-07-06 17:21:11 +00:00
parent a1d46c6a1f
commit b1c62d2557
5 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/07/06 17:21:11 sthen Exp $
COMMENT= implementation of the Adaptive Multi Rate speech codec
DISTNAME= opencore-amr-0.1.3
SHARED_LIBS += opencore-amrnb 0.0 # .0.3
SHARED_LIBS += opencore-amrwb 0.0 # .0.3
CATEGORIES= audio
HOMEPAGE= http://opencore-amr.sourceforge.net/
MAINTAINER= Jan Stary <hans@stare.cz>
# Apache 2.0
PERMIT_PACKAGE_CDROM= http://www.voiceage.com/amr_licterms.php
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= http://www.voiceage.com/amr_licterms.php
PERMIT_DISTFILES_FTP= Yes
WANTLIB += m
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opencore-amr/}
SEPARATE_BUILD= yes
CONFIGURE_STYLE= gnu
USE_LIBTOOL= gnu # oh my.
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (opencore-amr-0.1.3.tar.gz) = CdLF37Q6n26f7Isa5njnJQ==
RMD160 (opencore-amr-0.1.3.tar.gz) = VjHuHiqZgAo9J26U/meaxO6uzgw=
SHA1 (opencore-amr-0.1.3.tar.gz) = c38A6Xojf0rnAepVkTuzjcVRNQE=
SHA256 (opencore-amr-0.1.3.tar.gz) = EGv4EcHzZETXZx2P0lifiy4Myliix2TaYv/EoHBZU4U=
SIZE (opencore-amr-0.1.3.tar.gz) = 881105

View File

@ -0,0 +1,6 @@
opencore-amr contains an implementation of the 3GPP TS 26.073
specification for the Adaptive Multi Rate (AMR) speech codec
and an implementation of 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.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2012/07/06 17:21:11 sthen Exp $
@lib lib/libopencore-amrnb.so.${LIBopencore-amrnb_VERSION}
@lib lib/libopencore-amrwb.so.${LIBopencore-amrwb_VERSION}

View File

@ -0,0 +1,15 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/07/06 17:21:11 sthen Exp $
%%SHARED%%
include/opencore-amrnb/
include/opencore-amrnb/interf_dec.h
include/opencore-amrnb/interf_enc.h
include/opencore-amrwb/
include/opencore-amrwb/dec_if.h
include/opencore-amrwb/if_rom.h
lib/libopencore-amrnb.a
lib/libopencore-amrnb.la
lib/libopencore-amrwb.a
lib/libopencore-amrwb.la
lib/pkgconfig/
lib/pkgconfig/opencore-amrnb.pc
lib/pkgconfig/opencore-amrwb.pc