# -*- 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
# $Id: Portfile 60853 2009-11-25 17:28:47Z jameskyle@macports.org $

PortSystem          1.0

name                mp4v2-dev
version             r355
categories          multimedia
maintainers         jameskyle

description         Read, create, and modify mp4 files.
long_description    The mp4v2 library provides an API to create and modify mp4 \
                    files as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems. \
                    mp4v2 used to be part of the mpeg4ip library.

homepage            http://code.google.com/p/mp4v2/
platforms           darwin

distname            mp4v2-trunk-${version}
master_sites        googlecode:mp4v2

depends_build       port:help2man

use_bzip2           yes

checksums           md5     38a753e936df5ef4c2f7de3d16f440f6 \
                    sha1    18a10807c5a05e0361e77d126599f8717ad7c8f5 \
                    rmd160  cc942dd7f20bb943cccfd9443694ebbd63558818
                    
configure.args-append --disable-debug \
                      
variant universal {
    configure.args-append  --disable-gch
}
