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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name mp4v2 |
---|
7 | version 1.9.0 |
---|
8 | categories multimedia |
---|
9 | maintainers devans gmail:cedric.luthi |
---|
10 | description Read, create, and modify mp4 files. |
---|
11 | |
---|
12 | long_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 | |
---|
16 | homepage http://mp4v2.googlecode.com |
---|
17 | platforms darwin |
---|
18 | |
---|
19 | master_sites googlecode |
---|
20 | |
---|
21 | checksums md5 aeb67114b7c1e598ed2578329c8d7563 \ |
---|
22 | sha1 c7ae8d0b45be55934e39a72e7d00c8bb564bf9c4 \ |
---|
23 | rmd160 6e2564ae58589fd5b556f6f9713d89b98aa5756a |
---|
24 | |
---|
25 | depends_build port:help2man |
---|
26 | |
---|
27 | use_bzip2 yes |
---|