# -*- 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$ PortSystem 1.0 PortGroup xcodeversion 1.0 name libtheora epoch 1 version 1.1.1 revision 2 categories multimedia platforms darwin license BSD maintainers nomaintainer description Xiph.org Foundation's open video codec long_description \ Theora is an open video codec being developed by the \ Xiph.org Foundation as part of their Ogg project (It is \ a project that aims to integrate On2's VP3 video codec, \ Ogg Vorbis audio codec and Ogg multimedia container \ formats into a multimedia solution that can compete \ with MPEG-4 format). homepage http://www.theora.org/ master_sites http://downloads.xiph.org/releases/theora/ use_bzip2 yes checksums md5 292ab65cedd5021d6b7ddd117e07cd8e \ sha1 8dcaa8e61cd86eb1244467c0b64b9ddac04ae262 \ rmd160 1d07234bd7e2296c61d6e30fe9816415aa7fd8e5 depends_build port:pkgconfig depends_lib port:libvorbis patchfiles patch-configure.diff \ patch-docdir.diff configure.env SDL_CONFIG=/usr/bin/false \ HAVE_PDFLATEX=no \ HAVE_DOXYGEN=no \ HAVE_BIBTEX=no \ HAVE_TRANSFIG=no configure.args --disable-oggtest \ --disable-vorbistest \ --disable-examples \ --disable-asm minimum_xcodeversions {8 2.5} post-destroot { set docdir ${prefix}/share/doc/${name} xinstall -m 0644 -W ${worksrcpath} AUTHORS CHANGES COPYING LICENSE README \ ${destroot}${docdir} } test.run yes test.target check platform darwin powerpc { # http://trac.macports.org/ticket/13033 # http://trac.macports.org/ticket/20141 configure.args-delete --disable-asm } livecheck.type regex livecheck.url ${master_sites}?C=M&O=D livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"