mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.3 KiB
Tcl
33 lines
1.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup cmake 1.1
|
|
|
|
platforms darwin macosx
|
|
categories audio
|
|
license ISC
|
|
maintainers {ra1nb0w @ra1nb0w} openmaintainer
|
|
|
|
description P25 Phase 1 and ProVoice vocoder
|
|
long_description {*}${description}
|
|
|
|
github.setup szechyjs mbelib 1.3.0 debian/
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
checksums rmd160 d14359c99e8191d25654f792b36590e7372a3990 \
|
|
sha256 b7f2e48722028939841606e5292e55844e2112e3a27a2646e674d7ff6055d15d \
|
|
size 400249
|
|
revision 0
|
|
|
|
compiler.cxx_standard 2011
|
|
|
|
notes {
|
|
This source code is provided for educational purposes only.
|
|
It is a written description of how certain voice encoding/decoding
|
|
algorithms could be implemented. Executable objects compiled or
|
|
derived from this package may be covered by one or more patents.
|
|
Readers are strongly advised to check for any patent restrictions or
|
|
licencing requirements before compiling or using this source code.
|
|
}
|