Diff zita-resampler-1.8.0 with a zita-resampler-1.10.1
/usr/portage/media-libs/zita-resampler/zita-resampler-1.10.1.ebuild 2023-10-09 14:52:31.724368406 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit flag-o-matic toolchain-funcs |
7 | 7 | |
8 | 8 |
DESCRIPTION="C++ library for real-time resampling of audio signals" |
9 | 9 |
HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/" |
10 |
SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2" |
|
10 |
SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.xz" |
|
11 | 11 | |
12 | 12 |
LICENSE="GPL-3+" |
13 | 13 |
SLOT="0/1" |
14 |
KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86" |
|
14 |
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
15 | 15 |
IUSE="cpu_flags_x86_sse2 tools" |
16 | 16 | |
17 | 17 |
RDEPEND="tools? ( media-libs/libsndfile )" |
... | ... | |
20 | 20 | |
21 | 21 |
HTML_DOCS="docs/." |
22 | 22 | |
23 |
PATCHES=( "${FILESDIR}"/${PN}-1.8.0-makefile.patch ) |
|
23 |
PATCHES=( "${FILESDIR}"/${PN}-1.10.1-makefile.patch ) |
|
24 | 24 | |
25 | 25 |
src_compile() { |
26 | 26 |
tc-export CXX |