Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsndfile/
Date: Mon, 31 Aug 2020 09:10:40
Message-Id: 1598865021.eecac3800448796f07fac87e8226fa6287f7f972.aballier@gentoo
1 commit: eecac3800448796f07fac87e8226fa6287f7f972
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 07:49:00 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 09:10:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eecac380
7
8 media-libs/libsndfile: bump to 1.0.29
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 media-libs/libsndfile/Manifest | 1 +
14 .../libsndfile/{libsndfile-9999.ebuild => libsndfile-1.0.29.ebuild} | 3 ++-
15 media-libs/libsndfile/libsndfile-9999.ebuild | 3 ++-
16 3 files changed, 5 insertions(+), 2 deletions(-)
17
18 diff --git a/media-libs/libsndfile/Manifest b/media-libs/libsndfile/Manifest
19 index b425c3f223a..8184da2f4f3 100644
20 --- a/media-libs/libsndfile/Manifest
21 +++ b/media-libs/libsndfile/Manifest
22 @@ -1,2 +1,3 @@
23 DIST libsndfile-1.0.28.tar.gz 1202833 BLAKE2B 102735766e2c22b5278fde43feaaa664598c08fadb5264d5130e4bf1e354bd4202948db38e2912d7487bd7f8c0b9faf1616c0873eed886a56b1d7f49452bf488 SHA512 890731a6b8173f714155ce05eaf6d991b31632c8ab207fbae860968861a107552df26fcf85602df2e7f65502c7256c1b41735e1122485a3a07ddb580aa83b57f
24 +DIST libsndfile-1.0.29.tar.bz2 831090 BLAKE2B 0bdf20a0abe22f628434e80c61c6b7d31e62c40dd881f462d8e12eb4488f0bcb1c0c7712fbff4902bbbea86e08763a01f7d85b875166c5c9214ab9d8aa10a1c1 SHA512 72cf038b26c66e6e085d97ef1954bd3aa76315527f632649707c76128953bfbb2c9b52527d309720ca1107a9e04e033722995911dad43b4adda46bf4a05354d7
25 DIST libsndfile-1.0.29_pre2_p20191024.tar.gz 720981 BLAKE2B 9f1dcf3d3669b66d8582d50b62ff863facd7125432a84a3e1e3fb0f817554f260f42948b4479371fb0967dcc75bedc6c49afffc6bee3f973a875d72d2e508210 SHA512 e37b385b90cadc97348db03b6c5ae7a8fcee17ded60f54d1508adddb8e2dc604ea44b60a0fe08627e81c0faa83997cdafb0b0ecf8574f901bf5e8a1819a63998
26
27 diff --git a/media-libs/libsndfile/libsndfile-9999.ebuild b/media-libs/libsndfile/libsndfile-1.0.29.ebuild
28 similarity index 94%
29 copy from media-libs/libsndfile/libsndfile-9999.ebuild
30 copy to media-libs/libsndfile/libsndfile-1.0.29.ebuild
31 index b5b4cddaa03..d975b6e0270 100644
32 --- a/media-libs/libsndfile/libsndfile-9999.ebuild
33 +++ b/media-libs/libsndfile/libsndfile-1.0.29.ebuild
34 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then
35 inherit autotools git-r3
36 EGIT_REPO_URI="https://github.com/erikd/libsndfile.git"
37 else
38 - SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.gz"
39 + SRC_URI="https://github.com/erikd/libsndfile/releases/download/v${PV}/${P}.tar.bz2"
40 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
41 fi
42 inherit python-any-r1 multilib-minimal
43 @@ -57,6 +57,7 @@ src_prepare() {
44 multilib_src_configure() {
45 ECONF_SOURCE="${S}" econf \
46 --disable-octave \
47 + --disable-werror \
48 $(use_enable static-libs static) \
49 $(use_enable !minimal external-libs) \
50 $(multilib_native_enable full-suite) \
51
52 diff --git a/media-libs/libsndfile/libsndfile-9999.ebuild b/media-libs/libsndfile/libsndfile-9999.ebuild
53 index b5b4cddaa03..d975b6e0270 100644
54 --- a/media-libs/libsndfile/libsndfile-9999.ebuild
55 +++ b/media-libs/libsndfile/libsndfile-9999.ebuild
56 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then
57 inherit autotools git-r3
58 EGIT_REPO_URI="https://github.com/erikd/libsndfile.git"
59 else
60 - SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.gz"
61 + SRC_URI="https://github.com/erikd/libsndfile/releases/download/v${PV}/${P}.tar.bz2"
62 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
63 fi
64 inherit python-any-r1 multilib-minimal
65 @@ -57,6 +57,7 @@ src_prepare() {
66 multilib_src_configure() {
67 ECONF_SOURCE="${S}" econf \
68 --disable-octave \
69 + --disable-werror \
70 $(use_enable static-libs static) \
71 $(use_enable !minimal external-libs) \
72 $(multilib_native_enable full-suite) \