From df6de84d4a568984064788ed49ada7d361304843 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 24 Mar 2015 15:23:54 +0100 Subject: DSD ebuild --- media-radio/dsd/dsd-9999.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 media-radio/dsd/dsd-9999.ebuild (limited to 'media-radio/dsd/dsd-9999.ebuild') diff --git a/media-radio/dsd/dsd-9999.ebuild b/media-radio/dsd/dsd-9999.ebuild new file mode 100644 index 0000000..d80c371 --- /dev/null +++ b/media-radio/dsd/dsd-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit git-r3 cmake-utils + +DESCRIPTION="Digital Speech Decoder" +HOMEPAGE="http://wiki.radioreference.com/index.php/Digital_Speech_Decoder_%28software_package%29" +EGIT_REPO_URI="https://github.com/szechyjs/dsd.git" + +LICENSE="GPL-2 ISC" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="media-libs/mbelib sci-libs/itpp media-libs/libsndfile media-libs/portaudio" +RDEPEND="${DEPEND}" -- cgit v1.2.3-59-g8ed1b