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/libsndfile/
Date: Sun, 27 Mar 2022 13:30:46
Message-Id: 1648387834.d130322f34d7a6fdb99d0f5d77b05e7b9c60bf90.soap@gentoo
1 commit: d130322f34d7a6fdb99d0f5d77b05e7b9c60bf90
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 13:30:34 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 13:30:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d130322f
7
8 media-libs/libsndfile: update MP3 deps
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 .../libsndfile/{libsndfile-1.1.0.ebuild => libsndfile-1.1.0-r1.ebuild} | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/media-libs/libsndfile/libsndfile-1.1.0.ebuild b/media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild
16 similarity index 93%
17 rename from media-libs/libsndfile/libsndfile-1.1.0.ebuild
18 rename to media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild
19 index bb877041e344..7518292d8465 100644
20 --- a/media-libs/libsndfile/libsndfile-1.1.0.ebuild
21 +++ b/media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild
22 @@ -28,6 +28,8 @@ RDEPEND="
23 media-libs/libogg:=[${MULTILIB_USEDEP}]
24 media-libs/libvorbis:=[${MULTILIB_USEDEP}]
25 media-libs/opus:=[${MULTILIB_USEDEP}]
26 + media-sound/lame:=[${MULTILIB_USEDEP}]
27 + media-sound/mpg123:=[${MULTILIB_USEDEP}]
28 )
29 alsa? ( media-libs/alsa-lib:= )
30 sqlite? ( dev-db/sqlite )"
31 @@ -60,6 +62,7 @@ multilib_src_configure() {
32 --disable-static \
33 --disable-werror \
34 $(use_enable !minimal external-libs) \
35 + $(use_enable !minimal mpeg) \
36 $(multilib_native_enable full-suite) \
37 $(multilib_native_use_enable alsa) \
38 $(multilib_native_use_enable sqlite) \