Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
audio/speex-devel: sync with speex port.
Including speexDSP-devel subport, bells and whistles.
  • Loading branch information
Ionic committed Feb 13, 2017
1 parent 04ab7e6 commit 813cec0
Showing 1 changed file with 29 additions and 10 deletions.
39 changes: 29 additions & 10 deletions audio/speex-devel/Portfile
Expand Up @@ -2,8 +2,9 @@

PortSystem 1.0
name speex-devel
version 1.2rc1
version 1.2.0
categories audio
license BSD
maintainers nomaintainer
description audio codec designed for speech

Expand All @@ -21,18 +22,36 @@ long_description Speex is an Open Source/Free Software \
homepage http://speex.org/
platforms darwin

conflicts speex
master_sites http://downloads.xiph.org/releases/speex

depends_lib port:libogg
use_parallel_build yes

master_sites http://downloads.xiph.org/releases/speex
subport speexDSP-devel {}

checksums md5 c4438b22c08e5811ff10e2b06ee9b9ae \
sha1 52daa72572e844e5165315e208da539b2a55c5eb \
rmd160 6f4a11ef910b0db9b820826bcac3da1b79cad3a1
livecheck.regex "speex-((\[0-9rc.\]+)?)${extract.suffix}"

distname speex-${version}
if {${subport} eq ${name}} {
conflicts speex

use_parallel_build yes
checksums rmd160 898a8746130794b2b5778f339ca72f99fb903e72 \
sha256 eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094

distname speex-${version}

depends_lib port:libogg
} else {
set real_name "speexdsp"

description Speex audio processing library

version 1.2rc3

conflicts speexDSP

checksums rmd160 65b99919abd7d7bd139d50669afffc3823f06e6f \
sha256 4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1

distname ${real_name}-${version}

livecheck.name speex
livecheck.regex "${real_name}-((\[0-9rc.\]+)?)${extract.suffix}"
}

0 comments on commit 813cec0

Please sign in to comment.