| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name mp4v2 |
|---|
| 6 | version 1.9.1 |
|---|
| 7 | categories multimedia |
|---|
| 8 | maintainers devans gmail:cedric.luthi |
|---|
| 9 | description Read, create, and modify mp4 files. |
|---|
| 10 | long_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 | |
|---|
| 14 | homepage http://mp4v2.googlecode.com |
|---|
| 15 | platforms darwin |
|---|
| 16 | |
|---|
| 17 | master_sites googlecode |
|---|
| 18 | |
|---|
| 19 | checksums md5 986701929ef15b03155ac4fb16444797 \ |
|---|
| 20 | sha1 c62d00e99b65efce16accd83c501fb8a57206aa8 \ |
|---|
| 21 | rmd160 66aed17925589b49ec3b1241bfcb45a8e3181c08 |
|---|
| 22 | |
|---|
| 23 | depends_build port:help2man |
|---|
| 24 | |
|---|
| 25 | use_bzip2 yes |
|---|