mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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>
This commit is contained in:
parent
0bb626ff74
commit
872233e13d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255167
@ -190,6 +190,7 @@
|
||||
SUBDIR += moonlight
|
||||
SUBDIR += motion
|
||||
SUBDIR += mp3cd
|
||||
SUBDIR += mp4split
|
||||
SUBDIR += mpeg
|
||||
SUBDIR += mpeg2codec
|
||||
SUBDIR += mpeg2play
|
||||
|
30
multimedia/mp4split/Makefile
Normal file
30
multimedia/mp4split/Makefile
Normal file
@ -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>
|
3
multimedia/mp4split/distinfo
Normal file
3
multimedia/mp4split/distinfo
Normal file
@ -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
|
4
multimedia/mp4split/pkg-descr
Normal file
4
multimedia/mp4split/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user