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