pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import go-rtp-1.6.2 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Jan 24 22:51:16 2021 +0100
Changeset:	3e6280b7c9166d7a1b43afa59d1f6e889a1567ff

Modified Files:
	Makefile
Added Files:
	go-rtp/DESCR
	go-rtp/Makefile
	go-rtp/PLIST
	go-rtp/buildlink3.mk
	go-rtp/distinfo

Log Message:
Import go-rtp-1.6.2 to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3e6280b7c9166d7a1b43afa59d1f6e889a1567ff

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile             |  1 +
 go-rtp/DESCR         |  1 +
 go-rtp/Makefile      | 20 ++++++++++++++++++++
 go-rtp/PLIST         | 41 +++++++++++++++++++++++++++++++++++++++++
 go-rtp/buildlink3.mk | 17 +++++++++++++++++
 go-rtp/distinfo      |  6 ++++++
 6 files changed, 86 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index d1549cfe2e..88bc239145 100644
--- a/Makefile
+++ b/Makefile
@@ -1291,6 +1291,7 @@ SUBDIR+=	go-resty
 SUBDIR+=	go-rice
 SUBDIR+=	go-riff
 SUBDIR+=	go-rsrc
+SUBDIR+=	go-rtp
 SUBDIR+=	go-semver
 SUBDIR+=	go-stack
 SUBDIR+=	go-streamquote
diff --git a/go-rtp/DESCR b/go-rtp/DESCR
new file mode 100644
index 0000000000..47027e8050
--- /dev/null
+++ b/go-rtp/DESCR
@@ -0,0 +1 @@
+Library is used as a part of our WebRTC implementation.
diff --git a/go-rtp/Makefile b/go-rtp/Makefile
new file mode 100644
index 0000000000..774ece09a2
--- /dev/null
+++ b/go-rtp/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	rtp-1.6.2
+PKGNAME=	go-${DISTNAME}
+GITHUB_PROJECT=	rtp
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=pion/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/pion/rtp/
+COMMENT=	Go implementation of RTP
+LICENSE=	mit
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH=	github.com/pion/rtp
+
+.include "../../wip/go-randutil/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-rtp/PLIST b/go-rtp/PLIST
new file mode 100644
index 0000000000..3c83192f5a
--- /dev/null
+++ b/go-rtp/PLIST
@@ -0,0 +1,41 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/pion/rtp.a
+gopkg/pkg/${GO_PLATFORM}/github.com/pion/rtp/codecs.a
+gopkg/src/github.com/pion/rtp/LICENSE
+gopkg/src/github.com/pion/rtp/README.md
+gopkg/src/github.com/pion/rtp/abssendtimeextension.go
+gopkg/src/github.com/pion/rtp/abssendtimeextension_test.go
+gopkg/src/github.com/pion/rtp/audiolevelextension.go
+gopkg/src/github.com/pion/rtp/audiolevelextension_test.go
+gopkg/src/github.com/pion/rtp/codecov.yml
+gopkg/src/github.com/pion/rtp/codecs/codecs.go
+gopkg/src/github.com/pion/rtp/codecs/common.go
+gopkg/src/github.com/pion/rtp/codecs/common_test.go
+gopkg/src/github.com/pion/rtp/codecs/error.go
+gopkg/src/github.com/pion/rtp/codecs/g711_packet.go
+gopkg/src/github.com/pion/rtp/codecs/g711_packet_test.go
+gopkg/src/github.com/pion/rtp/codecs/g722_packet.go
+gopkg/src/github.com/pion/rtp/codecs/g722_packet_test.go
+gopkg/src/github.com/pion/rtp/codecs/h264_packet.go
+gopkg/src/github.com/pion/rtp/codecs/h264_packet_test.go
+gopkg/src/github.com/pion/rtp/codecs/opus_packet.go
+gopkg/src/github.com/pion/rtp/codecs/opus_packet_test.go
+gopkg/src/github.com/pion/rtp/codecs/vp8_packet.go
+gopkg/src/github.com/pion/rtp/codecs/vp8_packet_test.go
+gopkg/src/github.com/pion/rtp/codecs/vp9_packet.go
+gopkg/src/github.com/pion/rtp/codecs/vp9_packet_test.go
+gopkg/src/github.com/pion/rtp/depacketizer.go
+gopkg/src/github.com/pion/rtp/error.go
+gopkg/src/github.com/pion/rtp/go.mod
+gopkg/src/github.com/pion/rtp/go.sum
+gopkg/src/github.com/pion/rtp/packet.go
+gopkg/src/github.com/pion/rtp/packet_test.go
+gopkg/src/github.com/pion/rtp/packetizer.go
+gopkg/src/github.com/pion/rtp/packetizer_test.go
+gopkg/src/github.com/pion/rtp/partitionheadchecker.go
+gopkg/src/github.com/pion/rtp/rand.go
+gopkg/src/github.com/pion/rtp/renovate.json
+gopkg/src/github.com/pion/rtp/rtp.go
+gopkg/src/github.com/pion/rtp/sequencer.go
+gopkg/src/github.com/pion/rtp/transportccextension.go
+gopkg/src/github.com/pion/rtp/transportccextension_test.go
diff --git a/go-rtp/buildlink3.mk b/go-rtp/buildlink3.mk
new file mode 100644
index 0000000000..87e51f3555
--- /dev/null
+++ b/go-rtp/buildlink3.mk
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-rtp
+
+.if !defined(GO_RTP_BUILDLINK3_MK)
+GO_RTP_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-rtp=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-rtp?=		build
+
+BUILDLINK_API_DEPENDS.go-rtp+=	go-rtp>=1.6.2
+BUILDLINK_PKGSRCDIR.go-rtp?=	../../wip/pgo-rtp
+
+.include "../../wip/go-randutil/buildlink3.mk"
+.endif	# GO_RTP_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-rtp
diff --git a/go-rtp/distinfo b/go-rtp/distinfo
new file mode 100644
index 0000000000..963c79d841
--- /dev/null
+++ b/go-rtp/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (rtp-1.6.2.tar.gz) = 42d0948582c6720bdbdef4bdcdd24cf68d5daafb
+RMD160 (rtp-1.6.2.tar.gz) = d8511d6eda9cc3dca4896cb60e91f298e6288854
+SHA512 (rtp-1.6.2.tar.gz) = 248262d72e07dce22d2bdce0a8b67d13d07948ba1773e42fb9810e59fce4a31b2b1b6c8d99a590a1a9df8bc31f333fc78b7d23b7db9d84e3b2e7d6460367f262
+Size (rtp-1.6.2.tar.gz) = 29320 bytes


Home | Main Index | Thread Index | Old Index