dsd: cleanup

This commit is contained in:
blshkv 2020-07-02 11:01:30 +08:00
parent b261f2de11
commit 469eb837d5
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
4 changed files with 13 additions and 12 deletions

View file

@ -1,14 +1,13 @@
# Copyright 1999-2020 Gentoo Foundation # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=7 EAPI=7
inherit cmake-utils inherit cmake
DESCRIPTION="Digital Speech Decoder" DESCRIPTION="Digital Speech Decoder"
HOMEPAGE="https://github.com/szechyjs/dsd" HOMEPAGE="https://github.com/szechyjs/dsd"
LICENSE="bsd" LICENSE="BSD"
SLOT="0" SLOT="0"
IUSE="test" IUSE="test"
@ -24,7 +23,6 @@ else
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
fi fi
DEPEND=" DEPEND="
>=media-libs/mbelib-1.3.0-r1 >=media-libs/mbelib-1.3.0-r1
media-libs/portaudio media-libs/portaudio
@ -38,5 +36,5 @@ src_configure() {
mycmakeargs=( mycmakeargs=(
-DDISABLE_TEST="$(usex test OFF ON)" -DDISABLE_TEST="$(usex test OFF ON)"
) )
cmake-utils_src_configure cmake_src_configure
} }

View file

@ -1,14 +1,13 @@
# Copyright 1999-2020 Gentoo Foundation # Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=7 EAPI=7
inherit cmake-utils inherit cmake
DESCRIPTION="Digital Speech Decoder" DESCRIPTION="Digital Speech Decoder"
HOMEPAGE="https://github.com/LouisErigHerve/dsd.git" HOMEPAGE="https://github.com/LouisErigHerve/dsd.git"
LICENSE="bsd" LICENSE="BSD"
SLOT="0" SLOT="0"
IUSE="test" IUSE="test"
@ -23,7 +22,6 @@ else
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
fi fi
DEPEND=" DEPEND="
>=media-libs/mbelib-1.3.0-r1 >=media-libs/mbelib-1.3.0-r1
media-libs/portaudio media-libs/portaudio
@ -37,5 +35,5 @@ src_configure() {
mycmakeargs=( mycmakeargs=(
-DDISABLE_TEST="$(usex test OFF ON)" -DDISABLE_TEST="$(usex test OFF ON)"
) )
cmake-utils_src_configure cmake_src_configure
} }

View file

@ -3,3 +3,6 @@ media-libs/gmmlib
#firefox #firefox
~media-libs/libvpx-1.8.2 ~media-libs/libvpx-1.8.2
# required by net-wireless/dsd
=media-libs/mbelib-1.3*

View file

@ -20,6 +20,8 @@ net-wireless/eaphammer
net-wireless/blue_hydra net-wireless/blue_hydra
net-wireless/btle-sniffer net-wireless/btle-sniffer
=net-wireless/dsd-1.7*
#most of the pentoo-radio stuff has no stable at all so it all lives in here for now #most of the pentoo-radio stuff has no stable at all so it all lives in here for now
net-wireless/airspy net-wireless/airspy
net-wireless/gr-gsm ** net-wireless/gr-gsm **