Ticket #19141: Portfile.3

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

For mp4v2 version 1.9.0 (inaugural release)

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem 1.0
5
6name             mp4v2
7version          1.9.0
8categories       multimedia
9maintainers      devans gmail:cedric.luthi
10description      Read, create, and modify mp4 files.
11
12long_description The mp4v2 library provides an API to create and modify mp4 \
13                 files as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems. \
14                 mp4v2 used to be part of the mpeg4ip library.
15
16homepage         http://mp4v2.googlecode.com
17platforms        darwin
18
19master_sites     googlecode
20
21checksums        md5    aeb67114b7c1e598ed2578329c8d7563 \
22                 sha1   c7ae8d0b45be55934e39a72e7d00c8bb564bf9c4 \
23                 rmd160 6e2564ae58589fd5b556f6f9713d89b98aa5756a
24
25depends_build    port:help2man
26
27use_bzip2        yes