| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.8.6 | 7 | amd64 ~x86 | 0 |
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake
DESCRIPTION="Digital Speech Decoder (DSD) rewritten as a C++ library"
HOMEPAGE="https://github.com/f4exb/dsdcc"
SRC_URI="https://github.com/f4exb/dsdcc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE=""
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE="portaudio"
DEPEND="
media-libs/libsndfile
media-libs/mbelib
sci-libs/itpp
portaudio? ( media-libs/portaudio )
"
RDEPEND="${DEPEND}"
media-libs/libsndfile media-libs/mbelib sci-libs/itpp portaudio? ( media-libs/portaudio )
media-libs/libsndfile media-libs/mbelib sci-libs/itpp portaudio? ( media-libs/portaudio )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | dsdcc-1.8.6.tar.gz | 12746037 bytes | https://github.com/f4exb/dsdcc/archive/v1.8.6.tar.gz |