# -*- 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 41643 2008-11-08 01:44:28Z devans@macports.org $

PortSystem 1.0

name            libmp4v2
version         2.0-20090110
categories      audio
maintainers     devans openmaintainer
description     A library to read and manipulate mp4 container format.
long_description \
                A library to read and manipulate mp4 container format, derived from mpeg4ip \
                but free from the patent issues associated with that package.
homepage        http://code.google.com/p/mp4v2/

master_sites    googlecode:mp4v2
distname		mp4v2-${version}

use_bzip2		yes
checksums           md5     9e11e45a26bc45418ef232201c0266c0 \
                    sha1    6bdbbc95bd517478ab3ed33f420360cfb61ace0d \
                    rmd160  8e4441aa483de3d1fc7179b1b6b3eca969e6794d

configure.args  --mandir=${prefix}/share/man

#patchfiles      patch-Makefile.in.diff

#depends_build   port:pkgconfig

#depends_lib     port:gtk2

#livecheck.check regex
#livecheck.url   ${master_sites}
#livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}


