Diff scream-4.0 with a scream-9999
| /usr/portage/media-sound/scream/scream-9999.ebuild 2023-10-09 14:52:31.800368408 +0300 | ||
|---|---|---|
| 1 |
# Copyright 2020-2025 Gentoo Authors |
|
| 1 |
# Copyright 2020-2023 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 28 | 28 |
virtual/jack |
| 29 | 29 |
) |
| 30 | 30 |
pcap? ( net-libs/libpcap ) |
| 31 |
pulseaudio? ( media-sound/pulseaudio )" |
|
| 31 |
pulseaudio? ( media-libs/libpulse )" |
|
| 32 | 32 |
DEPEND="${RDEPEND}"
|
| 33 | 33 |
BDEPEND="virtual/pkgconfig" |
| 34 | 34 | |
| 35 |
PATCHES=( |
|
| 36 |
"${FILESDIR}/${P}-gcc15.patch"
|
|
| 37 |
) |
|
| 38 | ||
| 39 | 35 |
src_configure() {
|
| 40 | 36 |
local mycmakeargs=( |
| 41 | 37 |
-DALSA_ENABLE=$(usex alsa) |