mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
859 B
Tcl
23 lines
859 B
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
|
|
name speexdsp
|
|
version 1.2.1
|
|
categories audio
|
|
license BSD
|
|
maintainers @sbooth
|
|
description Speex DSP library
|
|
long_description SpeexDSP is a patent-free, Open Source/Free Software DSP \
|
|
library.
|
|
homepage https://www.speex.org
|
|
master_sites https://ftp.osuosl.org/pub/xiph/releases/speex/
|
|
|
|
checksums rmd160 d644defcdc8b792d73fa0999f5398bb4d9e1d186 \
|
|
sha256 8c777343e4a6399569c72abc38a95b24db56882c83dbdb6c6424a5f4aeb54d3d \
|
|
size 922584
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${master_sites}
|
|
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
|