Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsamplerate/
Date: Sun, 05 Sep 2021 12:11:16
Message-Id: 1630843861.51d5e53f39fb2391f91dcf869db25b80b3837957.soap@gentoo
1 commit: 51d5e53f39fb2391f91dcf869db25b80b3837957
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 5 12:11:01 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 5 12:11:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d5e53f
7
8 media-libs/libsamplerate: update EAPI 7 -> 8
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 media-libs/libsamplerate/libsamplerate-9999.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/media-libs/libsamplerate/libsamplerate-9999.ebuild b/media-libs/libsamplerate/libsamplerate-9999.ebuild
16 index f754eb4667e..698fa623a51 100644
17 --- a/media-libs/libsamplerate/libsamplerate-9999.ebuild
18 +++ b/media-libs/libsamplerate/libsamplerate-9999.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 inherit multilib-minimal
27
28 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
29 inherit autotools git-r3
30 EGIT_REPO_URI="https://github.com/libsndfile/libsamplerate.git"
31 else
32 - SRC_URI="https://github.com/libsndfile/libsamplerate/releases/download/${PV}/${P}.tar.bz2"
33 + SRC_URI="https://github.com/libsndfile/libsamplerate/releases/download/${PV}/${P}.tar.xz"
34 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
35 fi
36
37 @@ -38,7 +38,6 @@ src_prepare() {
38
39 multilib_src_configure() {
40 ECONF_SOURCE="${S}" econf \
41 - --disable-static \
42 $(use_enable test alsa) \
43 $(use_enable test fftw) \
44 $(use_enable test sndfile)