| Revision 120774,
1.5 KB
checked in by mf2k@…, 21 months ago
(diff) |
|
AtomicParsley cksfv libxml2 mimms mp4v2 ophcrack py27-termcolor xmlindent: Set to nomaintainer. (#43601)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| 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 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | |
|---|
| 6 | name mp4v2 |
|---|
| 7 | conflicts mp4v2-devel |
|---|
| 8 | version 2.0.0 |
|---|
| 9 | revision 1 |
|---|
| 10 | categories multimedia |
|---|
| 11 | license MPL-1.1 BSD-old |
|---|
| 12 | maintainers nomaintainer |
|---|
| 13 | description Read, create, and modify mp4 files. |
|---|
| 14 | long_description The mp4v2 library provides an API to create and modify mp4 \ |
|---|
| 15 | files as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems. \ |
|---|
| 16 | mp4v2 used to be part of the mpeg4ip library. |
|---|
| 17 | |
|---|
| 18 | homepage http://code.google.com/p/mp4v2/ |
|---|
| 19 | platforms darwin |
|---|
| 20 | |
|---|
| 21 | master_sites googlecode |
|---|
| 22 | |
|---|
| 23 | checksums md5 c91f06711225b34b4c192c9114887b14 \ |
|---|
| 24 | sha1 193260cfb7201e6ec250137bcca1468d4d20e2f0 \ |
|---|
| 25 | rmd160 1b309ec6480dd06fac2e1e72ab666ca123e714d8 |
|---|
| 26 | |
|---|
| 27 | depends_build port:help2man |
|---|
| 28 | |
|---|
| 29 | use_bzip2 yes |
|---|
| 30 | |
|---|
| 31 | patchfiles configure-version.patch |
|---|
| 32 | |
|---|
| 33 | post-patch { |
|---|
| 34 | reinplace "s|@@VERSION@@|${version}|g" \ |
|---|
| 35 | ${worksrcpath}/configure.ac |
|---|
| 36 | } |
|---|
| 37 | |
|---|
| 38 | # Teach glibtool about -stdlib |
|---|
| 39 | use_autoreconf yes |
|---|
| 40 | autoreconf.args -fvi |
|---|
| 41 | |
|---|
| 42 | platform darwin { |
|---|
| 43 | if {${os.major} < 10} { |
|---|
| 44 | patchfiles-append mp4v2-1.9.1-libversion.patch |
|---|
| 45 | } |
|---|
| 46 | } |
|---|
| 47 | |
|---|
| 48 | variant universal { |
|---|
| 49 | configure.args-append --disable-gch |
|---|
| 50 | } |
|---|
| 51 | |
|---|
| 52 | livecheck.type regex |
|---|
| 53 | livecheck.url http://code.google.com/p/mp4v2/downloads/list |
|---|
| 54 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
|---|
Note: See
TracBrowser
for help on using the repository browser.