# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" DESCRIPTION="Core sounds for asterisk" HOMEPAGE="https://www.asterisk.org/" MY_L10N="^en en_AU en_GB es fr it ja ru sv" # ^ is used to indicate to the loops below to NOT set this as an optional CODECS="alaw g722 g729 +gsm siren7 siren14 sln16 ulaw wav" SRC_URI="" IUSE="${CODECS}" for l in ${MY_L10N}; do [[ "${l}" != ^* ]] && IUSE+=" l10n_${l//_/-}" && SRC_URI+=" l10n_${l//_/-}? (" for c in ${CODECS}; do SRC_URI+=" ${c#+}? ( https://downloads.asterisk.org/pub/telephony/sounds/releases/${PN}-${l#^}-${c#+}-${PV}.tar.gz )" done [[ "${l}" = ^* ]] || SRC_URI+=" )" done REQUIRED_USE="|| ( ${CODECS//+/} )" LICENSE="CC-BY-SA-3.0" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~sparc x86" S="${WORKDIR}" RDEPEND="!