summaryrefslogtreecommitdiffstats
path: root/media-radio
diff options
context:
space:
mode:
Diffstat (limited to 'media-radio')
-rw-r--r--media-radio/dsd/Manifest1
-rw-r--r--media-radio/dsd/dsd-9999.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/media-radio/dsd/Manifest b/media-radio/dsd/Manifest
new file mode 100644
index 0000000..f0d63bf
--- /dev/null
+++ b/media-radio/dsd/Manifest
@@ -0,0 +1 @@
+EBUILD dsd-9999.ebuild 505 SHA256 ee18ec7b32c8db11c84254f6e36757da599d40796732255ddca18a3d1e44f178 SHA512 4558e642381e5855af026f766b24c2cc8a928c4586a5c16944d33972dac3c6e7b7baf92f94c1322719e62160552b62828b2bd1d3c825745fac242c6a9182b928 WHIRLPOOL c65ddc6959609866954d1bf3f99fa7da080fdf33e37bae1ac7d96c3b1d29b0d8c6cb1f1ce98ca0581beb986660debd3b4fb74c9e0a49992893612a07b4eaa368
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}"