net-wireless/dsdcc - 1.9.5 (pentoo)

Search

Install

Install this version:

emerge -a =net-wireless/dsdcc-1.9.5

Package Information

Description:
Digital Speech Decoder rewritten as a C++ library
Homepage:
https://github.com/f4exb/dsdcc
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.9.5 8 amd64 ~x86 0
View Raw Ebuild
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Digital Speech Decoder rewritten as a C++ library"
HOMEPAGE="https://github.com/f4exb/dsdcc"

if [ "${PV}" = "9999" ]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/f4exb/dsdcc.git"
else
	KEYWORDS="amd64 ~x86"
	SRC_URI="https://github.com/f4exb/dsdcc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi

LICENSE="GPL-3+"
SLOT="0"
IUSE="mbelib"

DEPEND="mbelib? ( media-libs/mbelib )"
RDEPEND="${DEPEND}"

src_prepare() {
	sed -i -e 's#-Wall##g' -e 's#-fmax-errors=10 -O2 -ffast-math -ftree-vectorize##g' CMakeLists.txt
	sed -i -e 's#PATCH_VERSION 5#PATCH_VERSION 6#' CMakeLists.txt
	cmake_src_prepare
}

src_configure() {
	mycmakeargs=(
		-DUSE_MBELIB="$(usex mbelib)"
	)
	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-wireless/dsdcc | euse -E <flag> -p net-wireless/dsdcc | euse -D <flag> -p net-wireless/dsdcc

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

mbelib? ( media-libs/mbelib )

RDEPEND

mbelib? ( media-libs/mbelib )

Manifest for 1.9.5

Type File Size Source URLs
DIST dsdcc-1.9.5.tar.gz 12752151 bytes https://github.com/f4exb/dsdcc/archive/v1.9.5.tar.gz