Ticket #19141: Portfile.4

File Portfile.4, 804 bytes (added by 0xced (Cédric Luthi), 15 years ago)

For mp4v2 version 1.9.1

Line 
1# $Id$
2
3PortSystem 1.0
4
5name                mp4v2
6version             1.9.1
7categories          multimedia
8maintainers         devans gmail:cedric.luthi
9description         Read, create, and modify mp4 files.
10long_description    The mp4v2 library provides an API to create and modify mp4 \
11                    files as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems. \
12                    mp4v2 used to be part of the mpeg4ip library.
13
14homepage            http://mp4v2.googlecode.com
15platforms           darwin
16
17master_sites        googlecode
18
19checksums           md5    986701929ef15b03155ac4fb16444797 \
20                    sha1   c62d00e99b65efce16accd83c501fb8a57206aa8 \
21                    rmd160 66aed17925589b49ec3b1241bfcb45a8e3181c08
22
23depends_build       port:help2man
24
25use_bzip2           yes