Ticket #39764: Portfile-darkice.diff

File Portfile-darkice.diff, 1.2 KB (added by nielsd (Niels Dettenbach), 11 years ago)
  • Portfile

    old new  
    11# -*- 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
    2 # $Id: Portfile 86664 2011-10-31 16:50:11Z macsforever2000@macports.org $
     2# $Id:
    33
    44PortSystem          1.0
    55
    66name                darkice
    7 version             1.1
     7version             1.2
    88categories          audio
    99platforms           darwin freebsd
    1010maintainers         syndicat.com:nd
     
    1919master_sites        googlecode \
    2020                    ${homepage}download/
    2121
    22 checksums           sha1    8379670b477ce72beabd3a2d920ee880f69d7a30 \
    23                     rmd160  cdb94d8822dad426a2b1726f1912205417852738
     22checksums           sha256  b3fba9be2d9c72f36b0659cd9ce0652c8f973b5c6498407f093da9a364fdb254 \
     23                    rmd160  cc627a716efc49275f3dc3e56011c4d62d0b176d
    2424
    2525
    2626default_variants    +jack +lame
     
    7272       --with-samplerate-prefix=${prefix} \
    7373       --with-samplerate
    7474}
     75
     76variant opus description {Add OPUS encoding} {
     77    depends_lib-append \
     78       port:libopus
     79    configure.args-append \
     80       --with-opus-prefix=${prefix} \
     81       --with-opus
     82}
     83