mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
1.2 KiB
Tcl
29 lines
1.2 KiB
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 speex
|
|
version 1.2.1
|
|
categories audio
|
|
license BSD
|
|
maintainers @sbooth
|
|
description A Free Codec For Free Speech
|
|
long_description Speex is an Open Source/Free Software patent-free audio \
|
|
compression format designed for speech. The Speex Project \
|
|
aims to lower the barrier of entry for voice applications \
|
|
by providing a free alternative to expensive proprietary \
|
|
speech codecs.
|
|
homepage https://www.speex.org
|
|
master_sites https://ftp.osuosl.org/pub/xiph/releases/speex/
|
|
|
|
checksums rmd160 77f950dac2744dc044a64157dbe28b367f32ff4a \
|
|
sha256 4b44d4f2b38a370a2d98a78329fefc56a0cf93d1c1be70029217baae6628feea \
|
|
size 1043278
|
|
|
|
depends_lib port:libogg \
|
|
port:speexdsp
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${master_sites}
|
|
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
|