pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sbc: add version 1.4
Module Name: pkgsrc-wip
Committed By: Denys Nykula <nykula%ukr.net@localhost>
Pushed By: nykula
Date: Fri Oct 25 20:36:35 2019 +0300
Changeset: e0aae35ea393fead01ad84d4da0b5160fa6aaffb
Modified Files:
Makefile
Added Files:
sbc/DESCR
sbc/Makefile
sbc/PLIST
sbc/buildlink3.mk
sbc/distinfo
Log Message:
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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e0aae35ea393fead01ad84d4da0b5160fa6aaffb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
sbc/DESCR | 3 +++
sbc/Makefile | 16 ++++++++++++++++
sbc/PLIST | 7 +++++++
sbc/buildlink3.mk | 12 ++++++++++++
sbc/distinfo | 6 ++++++
6 files changed, 45 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 470a3c4d51..d7bddec694 100644
--- a/Makefile
+++ b/Makefile
@@ -4413,6 +4413,7 @@ SUBDIR+= samhain
SUBDIR+= samtools0119
SUBDIR+= sara
SUBDIR+= sarf
+SUBDIR+= sbc
SUBDIR+= sbcl-git
SUBDIR+= scantailor
SUBDIR+= scare
diff --git a/sbc/DESCR b/sbc/DESCR
new file mode 100644
index 0000000000..71c1d5b0a6
--- /dev/null
+++ b/sbc/DESCR
@@ -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.
diff --git a/sbc/Makefile b/sbc/Makefile
new file mode 100644
index 0000000000..d5710314b8
--- /dev/null
+++ b/sbc/Makefile
@@ -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@localhost
+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"
diff --git a/sbc/PLIST b/sbc/PLIST
new file mode 100644
index 0000000000..41d5a3a93a
--- /dev/null
+++ b/sbc/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD$
+bin/sbcdec
+bin/sbcenc
+bin/sbcinfo
+include/sbc/sbc.h
+lib/libsbc.la
+lib/pkgconfig/sbc.pc
diff --git a/sbc/buildlink3.mk b/sbc/buildlink3.mk
new file mode 100644
index 0000000000..4c2cface1b
--- /dev/null
+++ b/sbc/buildlink3.mk
@@ -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
diff --git a/sbc/distinfo b/sbc/distinfo
new file mode 100644
index 0000000000..b4cc8deb20
--- /dev/null
+++ b/sbc/distinfo
@@ -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
Home |
Main Index |
Thread Index |
Old Index