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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name libmp4v2 |
---|
7 | version 2.0-20090110 |
---|
8 | categories audio |
---|
9 | maintainers devans openmaintainer |
---|
10 | description A library to read and manipulate mp4 container format. |
---|
11 | long_description \ |
---|
12 | A library to read and manipulate mp4 container format, derived from mpeg4ip \ |
---|
13 | but free from the patent issues associated with that package. |
---|
14 | homepage http://code.google.com/p/mp4v2/ |
---|
15 | |
---|
16 | master_sites googlecode:mp4v2 |
---|
17 | distname mp4v2-${version} |
---|
18 | |
---|
19 | use_bzip2 yes |
---|
20 | checksums md5 9e11e45a26bc45418ef232201c0266c0 \ |
---|
21 | sha1 6bdbbc95bd517478ab3ed33f420360cfb61ace0d \ |
---|
22 | rmd160 8e4441aa483de3d1fc7179b1b6b3eca969e6794d |
---|
23 | |
---|
24 | configure.args --mandir=${prefix}/share/man |
---|
25 | |
---|
26 | #patchfiles patch-Makefile.in.diff |
---|
27 | |
---|
28 | #depends_build port:pkgconfig |
---|
29 | |
---|
30 | #depends_lib port:gtk2 |
---|
31 | |
---|
32 | #livecheck.check regex |
---|
33 | #livecheck.url ${master_sites} |
---|
34 | #livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix} |
---|
35 | |
---|