sbc: add version 1.4

Advanced Audio Distribution Profile (A2DP) encoder and decoder with low
computational complexity, for Bluetooth devices and the Internet. Supports
mono and stereo streams and sampling frequencies up to 48 kHz.
This commit is contained in:
Denys Nykula 2019-10-25 20:36:35 +03:00
parent 4ba5d06d38
commit e0aae35ea3
6 changed files with 45 additions and 0 deletions

View File

@ -4413,6 +4413,7 @@ SUBDIR+= samhain
SUBDIR+= samtools0119
SUBDIR+= sara
SUBDIR+= sarf
SUBDIR+= sbc
SUBDIR+= sbcl-git
SUBDIR+= scantailor
SUBDIR+= scare

3
sbc/DESCR Normal file
View File

@ -0,0 +1,3 @@
Advanced Audio Distribution Profile (A2DP) encoder and decoder with low
computational complexity, for Bluetooth devices and the Internet. Supports
mono and stereo streams and sampling frequencies up to 48 kHz.

16
sbc/Makefile Normal file
View File

@ -0,0 +1,16 @@
# $NetBSD$
DISTNAME= sbc-1.4
CATEGORIES= audio
MASTER_SITES= https://mirrors.edge.kernel.org/pub/linux/bluetooth/
MAINTAINER= nykula@ukr.net
HOMEPAGE= https://en.wikipedia.org/wiki/SBC_(codec) # no own page
COMMENT= Bluetooth subband codec
LICENSE= gnu-gpl-v2
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-tester
.include "../../mk/bsd.pkg.mk"

7
sbc/PLIST Normal file
View File

@ -0,0 +1,7 @@
@comment $NetBSD$
bin/sbcdec
bin/sbcenc
bin/sbcinfo
include/sbc/sbc.h
lib/libsbc.la
lib/pkgconfig/sbc.pc

12
sbc/buildlink3.mk Normal file
View File

@ -0,0 +1,12 @@
# $NetBSD$
BUILDLINK_TREE+= sbc
.if !defined(SBC_BUILDLINK3_MK)
SBC_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.sbc+= sbc>=1.4
BUILDLINK_PKGSRCDIR.sbc?= ../../wip/sbc
.endif # SBC_BUILDLINK3_MK
BUILDLINK_TREE+= -sbc

6
sbc/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (sbc-1.4.tar.gz) = 845c29637177a2a2caa47c0478c777b2b9bd9641
RMD160 (sbc-1.4.tar.gz) = 8399f55c67d9292d6715ed9ff02101a6291dbbe8
SHA512 (sbc-1.4.tar.gz) = 9dedbc380dc5b998a86f586fc06cdfabc86542c8dd04e699adcd0bebd153ff66b99cb402293b9ab9a88145ade0c2ca236a59d9b4d3435b4aa9768625a9bd4d33
Size (sbc-1.4.tar.gz) = 361690 bytes