mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
minimodem: fix libpulse dep, minor cleanup
This commit is contained in:
parent
696ab4744c
commit
8f1e2acc6a
2 changed files with 16 additions and 6 deletions
11
net-dialup/minimodem/metadata.xml
Normal file
11
net-dialup/minimodem/metadata.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>zerochaos@gentoo.org</email>
|
||||
<name>Rick Farina (Zero_Chaos)</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">kamalmostafa/minimodem</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -10,19 +10,18 @@ DESCRIPTION="General-purpose software audio FSK modem."
|
|||
HOMEPAGE="https://github.com/kamalmostafa/minimodem"
|
||||
SRC_URI="https://github.com/kamalmostafa/minimodem/archive/${MY_P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
S="${WORKDIR}/${PN}-${MY_P}"
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
IUSE="alsa pulseaudio +sndfile"
|
||||
|
||||
DEPEND="sci-libs/fftw:3.0
|
||||
DEPEND="sci-libs/fftw:3.0=
|
||||
alsa? ( media-libs/alsa-lib )
|
||||
pulseaudio? ( media-sound/pulseaudio )
|
||||
pulseaudio? ( media-libs/libpulse )
|
||||
sndfile? ( media-libs/libsndfile )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_P}"
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
eapply_user
|
||||
Loading…
Reference in a new issue