Ticket #39764: Portfile-darkice.diff
File Portfile-darkice.diff, 1.2 KB (added by nielsd (Niels Dettenbach), 11 years ago) |
---|
-
Portfile
old new 1 1 # -*- 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: 3 3 4 4 PortSystem 1.0 5 5 6 6 name darkice 7 version 1. 17 version 1.2 8 8 categories audio 9 9 platforms darwin freebsd 10 10 maintainers syndicat.com:nd … … 19 19 master_sites googlecode \ 20 20 ${homepage}download/ 21 21 22 checksums sha 1 8379670b477ce72beabd3a2d920ee880f69d7a30\23 rmd160 c db94d8822dad426a2b1726f191220541785273822 checksums sha256 b3fba9be2d9c72f36b0659cd9ce0652c8f973b5c6498407f093da9a364fdb254 \ 23 rmd160 cc627a716efc49275f3dc3e56011c4d62d0b176d 24 24 25 25 26 26 default_variants +jack +lame … … 72 72 --with-samplerate-prefix=${prefix} \ 73 73 --with-samplerate 74 74 } 75 76 variant 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