# -*- 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$ PortSystem 1.0 # The configure script checks endianness and bitness. PortGroup muniversal 1.0 name XviD version 1.3.2 revision 3 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 worksrcdir xvidcore/build/generic patchfiles patch-Makefile.diff \ patch-CFLAGS.diff \ patch-LDFLAGS.diff use_autoreconf yes configure.universal_args-delete --disable-dependency-tracking set my_targets(ppc) powerpc set my_targets(ppc64) powerpc set my_targets(i386) i386 set my_targets(x86_64) x86_64 platform darwin { if {[variant_isset universal]} { foreach arch ${configure.universal_archs} { set merger_configure_args(${arch}) --build=$my_targets(${arch})-apple-darwin${os.major} } } else { if {[info exists my_targets(${configure.build_arch})]} { configure.args-append --build=$my_targets(${configure.build_arch})-apple-darwin${os.major} } } } platform darwin i386 { configure.args-append --disable-assembly } build.args V=1 destroot.args V=1 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}