pkgsrc-WIP-changes archive

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

mistserver: imported version 2.18.1



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Fri Apr 2 12:48:43 2021 +0200
Changeset:	39312f0b11e2252239e569d65524189c4980de83

Added Files:
	mistserver/DESCR
	mistserver/Makefile
	mistserver/PLIST
	mistserver/distinfo

Log Message:
mistserver: imported version 2.18.1

It's work-in-progress. Issues:

   - Compilation fails but when restarted it proceeds and completes.
   - Fetch phase needs to be fixed.

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

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

diffstat:
 mistserver/DESCR    |  0
 mistserver/Makefile | 16 ++++++++++++
 mistserver/PLIST    | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 mistserver/distinfo |  6 +++++
 4 files changed, 96 insertions(+)

diffs:
diff --git a/mistserver/DESCR b/mistserver/DESCR
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/mistserver/Makefile b/mistserver/Makefile
new file mode 100644
index 0000000000..3c070a9d3b
--- /dev/null
+++ b/mistserver/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	mistserver-2.18.1
+CATEGORIES=	multimedia www
+MASTER_SITES=	${MASTER_SITE_GITHUB:=DDVTECH/}
+
+MAINTAINER=	root%zta.lk@localhost
+HOMEPAGE=	https://github.com/DDVTECH/mistserver/
+COMMENT=	Streaming media toolkit for OTT
+LICENSE=	gnu-gplv3
+
+USE_LANGUAGES=	c c++
+USE_CMAKE=	yes
+
+.include "../../security/mbedtls/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/mistserver/PLIST b/mistserver/PLIST
new file mode 100644
index 0000000000..07476c106e
--- /dev/null
+++ b/mistserver/PLIST
@@ -0,0 +1,74 @@
+@comment $NetBSD$
+bin/MistAnalyserDTSC
+bin/MistAnalyserEBML
+bin/MistAnalyserFLV
+bin/MistAnalyserMP4
+bin/MistAnalyserOGG
+bin/MistAnalyserRTMP
+bin/MistController
+bin/MistInBuffer
+bin/MistInDTSC
+bin/MistInEBML
+bin/MistInFLV
+bin/MistInH264
+bin/MistInMP3
+bin/MistInMP4
+bin/MistInOGG
+bin/MistOutEBML
+bin/MistOutFLV
+bin/MistOutHDS
+bin/MistOutHLS
+bin/MistOutHSS
+bin/MistOutHTTP
+bin/MistOutHTTPS
+bin/MistOutHTTPTS
+bin/MistOutJSON
+bin/MistOutMP3
+bin/MistOutMP4
+bin/MistOutOGG
+bin/MistOutRTMP
+bin/MistOutSRT
+bin/MistOutTS
+bin/MistUtilAMF
+bin/MistUtilCertbot
+bin/MistUtilRAX
+include/mist/amf.h
+include/mist/auth.h
+include/mist/bitfields.h
+include/mist/bitstream.h
+include/mist/checksum.h
+include/mist/config.h
+include/mist/defines.h
+include/mist/downloader.h
+include/mist/dtsc.h
+include/mist/ebml.h
+include/mist/ebml_socketglue.h
+include/mist/encode.h
+include/mist/flv_tag.h
+include/mist/h264.h
+include/mist/http_parser.h
+include/mist/json.h
+include/mist/langcodes.h
+include/mist/mp4.h
+include/mist/mp4_adobe.h
+include/mist/mp4_generic.h
+include/mist/mp4_ms.h
+include/mist/nal.h
+include/mist/ogg.h
+include/mist/opus.h
+include/mist/procs.h
+include/mist/riff.h
+include/mist/rtmpchunks.h
+include/mist/shared_memory.h
+include/mist/socket.h
+include/mist/stream.h
+include/mist/theora.h
+include/mist/timing.h
+include/mist/tinythread.h
+include/mist/ts_packet.h
+include/mist/urireader.h
+include/mist/url.h
+include/mist/util.h
+include/mist/vorbis.h
+include/mist/websocket.h
+lib/libmist.a
diff --git a/mistserver/distinfo b/mistserver/distinfo
new file mode 100644
index 0000000000..e8ca1c4604
--- /dev/null
+++ b/mistserver/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (mistserver-2.18.1.tar.gz) = 04480843247adc939eae76e9f2686318f0075947
+RMD160 (mistserver-2.18.1.tar.gz) = ef038e7afc611ba67fea9fc1c6c02d7422bb1d2a
+SHA512 (mistserver-2.18.1.tar.gz) = 671574687ecabf9b8134f2eef033b66fd13cc4463e2edcf34fe69ff9221b30ddb7ce6a6db3d82708c21fad0910bd0225c483060d36058e0ba778eadd5b8c6e82
+Size (mistserver-2.18.1.tar.gz) = 8506200 bytes


Home | Main Index | Thread Index | Old Index