mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 16:33:09 +01:00
dsd: cleanup
This commit is contained in:
parent
b261f2de11
commit
469eb837d5
4 changed files with 13 additions and 12 deletions
|
|
@ -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
|
||||
# $Header: $
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Digital Speech Decoder"
|
||||
HOMEPAGE="https://github.com/szechyjs/dsd"
|
||||
LICENSE="bsd"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
|
||||
|
|
@ -24,7 +23,6 @@ else
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
|
||||
DEPEND="
|
||||
>=media-libs/mbelib-1.3.0-r1
|
||||
media-libs/portaudio
|
||||
|
|
@ -38,5 +36,5 @@ src_configure() {
|
|||
mycmakeargs=(
|
||||
-DDISABLE_TEST="$(usex test OFF ON)"
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
cmake_src_configure
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
# $Header: $
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Digital Speech Decoder"
|
||||
HOMEPAGE="https://github.com/LouisErigHerve/dsd.git"
|
||||
LICENSE="bsd"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
|
||||
|
|
@ -23,7 +22,6 @@ else
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
|
||||
DEPEND="
|
||||
>=media-libs/mbelib-1.3.0-r1
|
||||
media-libs/portaudio
|
||||
|
|
@ -37,5 +35,5 @@ src_configure() {
|
|||
mycmakeargs=(
|
||||
-DDISABLE_TEST="$(usex test OFF ON)"
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
cmake_src_configure
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,3 +3,6 @@ media-libs/gmmlib
|
|||
|
||||
#firefox
|
||||
~media-libs/libvpx-1.8.2
|
||||
|
||||
# required by net-wireless/dsd
|
||||
=media-libs/mbelib-1.3*
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@ net-wireless/eaphammer
|
|||
net-wireless/blue_hydra
|
||||
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
|
||||
net-wireless/airspy
|
||||
net-wireless/gr-gsm **
|
||||
|
|
|
|||
Loading…
Reference in a new issue