mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add mxflib, a C++ library for MXF file I/O with a few utilities
included.
This commit is contained in:
parent
6dcdf0fd4c
commit
f283be4ff0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281899
5 changed files with 73 additions and 0 deletions
|
@ -219,6 +219,7 @@
|
||||||
SUBDIR += mplayerxp
|
SUBDIR += mplayerxp
|
||||||
SUBDIR += mplex
|
SUBDIR += mplex
|
||||||
SUBDIR += msdl
|
SUBDIR += msdl
|
||||||
|
SUBDIR += mxflib
|
||||||
SUBDIR += mythplugin-mythvideo
|
SUBDIR += mythplugin-mythvideo
|
||||||
SUBDIR += mythtv
|
SUBDIR += mythtv
|
||||||
SUBDIR += mythtv-frontend
|
SUBDIR += mythtv-frontend
|
||||||
|
|
18
multimedia/mxflib/Makefile
Normal file
18
multimedia/mxflib/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# New ports collection makefile for: mxflib
|
||||||
|
# Date created: 2011-09-17
|
||||||
|
# Whom: Jimmy Olgeni <olgeni@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= mxflib
|
||||||
|
PORTVERSION= 1.0.1
|
||||||
|
CATEGORIES= multimedia
|
||||||
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
MAINTAINER= olgeni@FreeBSD.org
|
||||||
|
COMMENT= A C++ library for MXF file I/O
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
multimedia/mxflib/distinfo
Normal file
2
multimedia/mxflib/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (mxflib-1.0.1.tar.gz) = dcd49c772b3084d2d85b9298248215e9d799d537ed82e02422c8b347b86ef32a
|
||||||
|
SIZE (mxflib-1.0.1.tar.gz) = 530183
|
10
multimedia/mxflib/pkg-descr
Normal file
10
multimedia/mxflib/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
A C++ library for MXF file I/O.
|
||||||
|
|
||||||
|
Utilities included:
|
||||||
|
|
||||||
|
* mxfsplit, mxfwrap and simplewrap, to create and access MXF files;
|
||||||
|
|
||||||
|
* mxfdump and mxf2dot, to dump the MXF in text or graphical (graphviz)
|
||||||
|
format.
|
||||||
|
|
||||||
|
WWW: http://www.freemxf.org/
|
42
multimedia/mxflib/pkg-plist
Normal file
42
multimedia/mxflib/pkg-plist
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
bin/mxf2dot
|
||||||
|
bin/mxfdump
|
||||||
|
bin/mxfsplit
|
||||||
|
bin/mxfwrap
|
||||||
|
bin/simplewrap
|
||||||
|
include/mxflib/constants.h
|
||||||
|
include/mxflib/crypto.h
|
||||||
|
include/mxflib/datachunk.h
|
||||||
|
include/mxflib/debug.h
|
||||||
|
include/mxflib/deftypes.h
|
||||||
|
include/mxflib/endian.h
|
||||||
|
include/mxflib/esp_dvdif.h
|
||||||
|
include/mxflib/esp_jp2k.h
|
||||||
|
include/mxflib/esp_mpeg2ves.h
|
||||||
|
include/mxflib/esp_wavepcm.h
|
||||||
|
include/mxflib/essence.h
|
||||||
|
include/mxflib/features.h
|
||||||
|
include/mxflib/forward.h
|
||||||
|
include/mxflib/helper.h
|
||||||
|
include/mxflib/index.h
|
||||||
|
include/mxflib/klvobject.h
|
||||||
|
include/mxflib/mdobject.h
|
||||||
|
include/mxflib/mdtraits.h
|
||||||
|
include/mxflib/mdtype.h
|
||||||
|
include/mxflib/metadata.h
|
||||||
|
include/mxflib/mxffile.h
|
||||||
|
include/mxflib/mxflib.h
|
||||||
|
include/mxflib/partition.h
|
||||||
|
include/mxflib/primer.h
|
||||||
|
include/mxflib/rip.h
|
||||||
|
include/mxflib/smartptr.h
|
||||||
|
include/mxflib/sopsax.h
|
||||||
|
include/mxflib/system.h
|
||||||
|
include/mxflib/types.h
|
||||||
|
include/mxflib/ulmap.h
|
||||||
|
include/mxflib/vbi.h
|
||||||
|
include/mxflib/xmlparser.h
|
||||||
|
lib/libmxf.a
|
||||||
|
share/mxflib/DMS_Crypto.xml
|
||||||
|
share/mxflib/dict.xml
|
||||||
|
@dirrm include/mxflib
|
||||||
|
@dirrm share/mxflib
|
Loading…
Add table
Reference in a new issue