Ticket #19141: Portfile.2

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

For mp4v2 version 2.0-20090515, using epoch

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: Portfile 41643 2008-11-08 01:44:28Z devans@macports.org $
3
4PortSystem 1.0
5
6name             mp4v2
7version          2.0
8epoch            20090515
9categories       multimedia
10maintainers      gmail:cedric.luthi
11description      Read, create, and modify mp4 files.
12
13long_description The mp4v2 library provides an API to create and modify mp4 \
14                 files as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems. \
15                 mp4v2 used to be part of the mpeg4ip library.
16
17distname         ${name}-${version}-${epoch}
18
19homepage         http://mp4v2.googlecode.com
20platforms        darwin
21
22master_sites     googlecode:mp4v2
23
24checksums        md5    8ccd24f79b88261a73e6c71c60c4dbbf \
25                 sha1   87a3d1dacb67700269b554772b44b2cc22dd3703 \
26                 rmd160 f82d2550a7caf18943d079b93c3382ee4b4f61c4
27
28depends_build    port:help2man
29
30use_bzip2        yes