From 1a19a442fb35f660dc268ea588d5303e3430f495 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 29 May 2023 11:44:37 +0200 Subject: media-radio/fsync-mdc1200-decode: EAPI 8 bump, use media-libs/libpulse Signed-off-by: Andreas Sturmlechner --- .../fsync-mdc1200-decode/fsync-mdc1200-decode-9999.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'media-radio/fsync-mdc1200-decode') diff --git a/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-9999.ebuild b/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-9999.ebuild index 050d3b649115..7295b4089511 100644 --- a/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-9999.ebuild +++ b/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-9999.ebuild @@ -1,17 +1,14 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs DESCRIPTION="Linux Fleetsync / MDC1200 decoder" HOMEPAGE="https://github.com/russinnes/fsync-mdc1200-decode" -LICENSE="GPL-2+" -SLOT="0" - -if [ "${PV}" = 9999 ]; then +if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/russinnes/fsync-mdc1200-decode.git" else @@ -19,9 +16,11 @@ else SRC_URI="https://github.com/russinnes/fsync-mdc1200-decode/archive/${PV}.tar.gz -> ${P}.tar.gz" fi +LICENSE="GPL-2+" +SLOT="0" IUSE="" -DEPEND="media-sound/pulseaudio:=" +DEPEND="media-libs/libpulse" RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig" -- cgit v1.2.3-65-gdbad