diff options
author | wen <wen@FreeBSD.org> | 2010-05-27 14:19:49 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-05-27 14:19:49 +0800 |
commit | a1085ec133f3b7c956d71b4b16157e32acc69cc7 (patch) | |
tree | b6a8d4b61a7add911459c46eea28a6c399310acf /multimedia/mp4split | |
parent | db4f14f9044cfcc159d70ae997fc7c465b89e0d2 (diff) | |
download | freebsd-ports-gnome-a1085ec133f3b7c956d71b4b16157e32acc69cc7.tar.gz freebsd-ports-gnome-a1085ec133f3b7c956d71b4b16157e32acc69cc7.tar.zst freebsd-ports-gnome-a1085ec133f3b7c956d71b4b16157e32acc69cc7.zip |
This tool converts MP4 files to Fragmented MP4 and also creates the
necessary manifest files.
WWW: http://smoothstreaming.code-shop.com
PR: ports/147050
Submitted by: Marcus Hermansson <bmhermansson@gmail.com>
Diffstat (limited to 'multimedia/mp4split')
-rw-r--r-- | multimedia/mp4split/Makefile | 30 | ||||
-rw-r--r-- | multimedia/mp4split/distinfo | 3 | ||||
-rw-r--r-- | multimedia/mp4split/pkg-descr | 4 |
3 files changed, 37 insertions, 0 deletions
diff --git a/multimedia/mp4split/Makefile b/multimedia/mp4split/Makefile new file mode 100644 index 000000000000..9d15a6e4a23d --- /dev/null +++ b/multimedia/mp4split/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: mp4split +# Date created: May 26, 2010 +# Whom: Marcus Hermansson <bmhermansson@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= mp4split +PORTVERSION= 1.0.8 +CATEGORIES= multimedia +MASTER_SITES= http://smoothstreaming.code-shop.com/download/ +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= bmhermansson@gmail.com +COMMENT= Converts MP4 files to Fragmented MP4 and creates manifest files + +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-expat +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +PLIST_FILES= bin/mp4split + +RESTRICTED= no-commercial-use + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +.include <bsd.port.mk> diff --git a/multimedia/mp4split/distinfo b/multimedia/mp4split/distinfo new file mode 100644 index 000000000000..00f9029316ed --- /dev/null +++ b/multimedia/mp4split/distinfo @@ -0,0 +1,3 @@ +MD5 (mp4split-1.0.8.tar.gz) = c31af4c7bf7f516ee2aa7e1dd97ab3f8 +SHA256 (mp4split-1.0.8.tar.gz) = 8fa1dc79014a909b3606f42e921710fae15019d1eec0e4e577ad219ddeecbd4d +SIZE (mp4split-1.0.8.tar.gz) = 153942 diff --git a/multimedia/mp4split/pkg-descr b/multimedia/mp4split/pkg-descr new file mode 100644 index 000000000000..0e21bf8ef221 --- /dev/null +++ b/multimedia/mp4split/pkg-descr @@ -0,0 +1,4 @@ +This tool converts MP4 files to Fragmented MP4 and also creates the +necessary manifest files. + +WWW: http://smoothstreaming.code-shop.com |