diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 11:44:37 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 15:00:39 +0200 |
commit | 1a19a442fb35f660dc268ea588d5303e3430f495 (patch) | |
tree | 789a85a26b8b479c742343368a5e23a31d83720d /media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-9999.ebuild | |
parent | app-emulation/virtualbox-modules: Stabilize 7.0.8 amd64, #907355 (diff) | |
download | gentoo-1a19a442fb35f660dc268ea588d5303e3430f495.tar.gz gentoo-1a19a442fb35f660dc268ea588d5303e3430f495.tar.bz2 gentoo-1a19a442fb35f660dc268ea588d5303e3430f495.zip |
media-radio/fsync-mdc1200-decode: EAPI 8 bump, use media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-9999.ebuild')
-rw-r--r-- | media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-9999.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
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" |