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-sound/sndfile-tools/
Date: Sun, 31 Jan 2021 18:29:08
Message-Id: 1612117720.0e47eecabc28457d910c81b0010e54094e8e9b10.soap@gentoo
1 commit: 0e47eecabc28457d910c81b0010e54094e8e9b10
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 18:28:40 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 18:28:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e47eeca
7
8 media-sound/sndfile-tools: Sync live ebuild
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 media-sound/sndfile-tools/sndfile-tools-9999.ebuild | 14 ++++++--------
14 1 file changed, 6 insertions(+), 8 deletions(-)
15
16 diff --git a/media-sound/sndfile-tools/sndfile-tools-9999.ebuild b/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
17 index 6ed4dd5751d..0c8db45bf7a 100644
18 --- a/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
19 +++ b/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
20 @@ -1,16 +1,16 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 DESCRIPTION="Small collection of programs that use libsndfile"
28 -HOMEPAGE="http://www.mega-nerd.com/libsndfile/tools/"
29 +HOMEPAGE="http://libsndfile.github.io/sndfile-tools/"
30
31 if [[ ${PV} == *9999 ]]; then
32 inherit autotools git-r3
33 - EGIT_REPO_URI="https://github.com/erikd/sndfile-tools.git"
34 + EGIT_REPO_URI="https://github.com/libsndfile/sndfile-tools.git"
35 else
36 - SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.bz2"
37 + SRC_URI="https://github.com/libsndfile/sndfile-tools/releases/download/${PV}/${P}.tar.bz2"
38 KEYWORDS="~amd64"
39 fi
40
41 @@ -23,11 +23,9 @@ DEPEND="
42 media-libs/libsndfile
43 x11-libs/cairo
44 sci-libs/fftw:3.0=
45 - jack? ( virtual/jack )
46 -"
47 + jack? ( virtual/jack )"
48 RDEPEND="${DEPEND}
49 - !<media-libs/libsamplerate-0.1.9-r1
50 -"
51 + !<media-libs/libsamplerate-0.1.9-r1"
52 BDEPEND="virtual/pkgconfig"
53
54 src_prepare() {