# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 80333 2011-07-09 06:29:31Z ryandesign@macports.org $

PortSystem          1.0

name                XviD
version             1.3.2
categories          multimedia devel
platforms           darwin sunos
maintainers         nomaintainer
license             GPL-2+

description         High performance and high quality MPEG-4 video library

long_description    The Xvid video codec implements MPEG-4 Simple Profile and Advanced \
                    Simple Profile standards. It permits compressing and decompressing \
                    digital video in order to reduce the required bandwidth of video \
                    data for transmission over computer networks or efficient storage on \
                    CDs or DVDs. Due to its unrivalled quality Xvid has gained great \
                    popularity and is used in many other GPLed applications, like e.g. \
                    Transcode, MEncoder, MPlayer, Xine and many more.

homepage            http://www.xvid.org/
master_sites        http://downloads.xvid.org/downloads/
distname            xvidcore-${version}
use_bzip2           yes

checksums           sha1    74f9ce9c1bebcc9806bf21cb53274b8102700309 \
                    rmd160  968493d5813cbc30630532a1a64011e5572a5017

# Universal can't possibly work right; the configure script checks for endianness
universal_variant   no

worksrcdir          xvidcore/build/generic

post-destroot {
    set docdir ${prefix}/share/doc/${name}
    xinstall -d ${destroot}${docdir}
    xinstall -m 0644 -W ${worksrcpath}/../.. AUTHORS ChangeLog LICENSE TODO \
        ${destroot}${docdir}
}

use_parallel_build  no

livecheck.type      regex
livecheck.url       ${homepage}Downloads.43.0.html
livecheck.regex     xvidcore-(\[0-9.\]+)${extract.suffix}
