# -*- 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.4 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 https://labs.xvid.com/ master_sites http://downloads.xvid.org/downloads/ distname xvidcore-${version} use_bzip2 yes checksums rmd160 5a7c902163f5d268c8aa69037b75f744d4f22aa6 \ sha256 5faf6380b828db8ad29f0b69f030edf86d0fe26d1f9c5427030c6accd3ad8bf7 worksrcdir xvidcore/build/generic patchfiles patch-Makefile.diff \ patch-CFLAGS.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}