mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add opencore-amr 0.1.1, openCORE implementation of AMR Narrowband &
Wideband speech codec. PR: ports/136915 Submitted by: Gea-Suan Lin <gslin at gslin.org> Approved by: lwhsu (mentor)
This commit is contained in:
parent
b5b29b2359
commit
60999d4b3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238611
@ -495,6 +495,7 @@
|
||||
SUBDIR += oggsplit
|
||||
SUBDIR += openal
|
||||
SUBDIR += openal-soft
|
||||
SUBDIR += opencore-amr
|
||||
SUBDIR += openspc
|
||||
SUBDIR += opmixer
|
||||
SUBDIR += optimfrog
|
||||
|
21
audio/opencore-amr/Makefile
Normal file
21
audio/opencore-amr/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: opencore-amr
|
||||
# Date created: 2009-07-20
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= opencore-amr
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= OpenCORE implementation of AMR Narrowband & Wideband speech codec
|
||||
|
||||
CFLAGS+= -fPIC
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/opencore-amr/distinfo
Normal file
3
audio/opencore-amr/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (opencore-amr-0.1.1.tar.gz) = d2e18436202fc14e03e5a254f8eb1df4
|
||||
SHA256 (opencore-amr-0.1.1.tar.gz) = c5614a0e8c2fcaa1574738e79a402c82c92ee26545bd4cc73134147defd65ebe
|
||||
SIZE (opencore-amr-0.1.1.tar.gz) = 559148
|
4
audio/opencore-amr/pkg-descr
Normal file
4
audio/opencore-amr/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Library of OpenCORE Framework implementation of Adaptive Multi Rate
|
||||
Narrowband and Wideband speech codec.
|
||||
|
||||
WWW: http://sourceforge.net/projects/opencore-amr/
|
15
audio/opencore-amr/pkg-plist
Normal file
15
audio/opencore-amr/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
@comment $FreeBSD$
|
||||
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.a
|
||||
lib/libopencore-amrnb.so
|
||||
lib/libopencore-amrnb.so.0
|
||||
lib/libopencore-amrnb.so.0.1.1
|
||||
lib/libopencore-amrwb.a
|
||||
lib/libopencore-amrwb.so
|
||||
lib/libopencore-amrwb.so.0
|
||||
lib/libopencore-amrwb.so.0.1.1
|
||||
@dirrmtry include/opencore-amrwb
|
||||
@dirrmtry include/opencore-amrnb
|
Loading…
Reference in New Issue
Block a user