diff options
author | David Seifert <soap@gentoo.org> | 2022-03-27 15:30:34 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-27 15:30:34 +0200 |
commit | d130322f34d7a6fdb99d0f5d77b05e7b9c60bf90 (patch) | |
tree | fc6d257b53b9a5f2fd19cdbdbb2ed11de2a08929 /media-libs/libsndfile | |
parent | media-libs/libsndfile: update EAPI 7 -> 8 (diff) | |
download | gentoo-d130322f34d7a6fdb99d0f5d77b05e7b9c60bf90.tar.gz gentoo-d130322f34d7a6fdb99d0f5d77b05e7b9c60bf90.tar.bz2 gentoo-d130322f34d7a6fdb99d0f5d77b05e7b9c60bf90.zip |
media-libs/libsndfile: update MP3 deps
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-libs/libsndfile')
-rw-r--r-- | media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild (renamed from media-libs/libsndfile/libsndfile-1.1.0.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/media-libs/libsndfile/libsndfile-1.1.0.ebuild b/media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild index bb877041e344..7518292d8465 100644 --- a/media-libs/libsndfile/libsndfile-1.1.0.ebuild +++ b/media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild @@ -28,6 +28,8 @@ RDEPEND=" media-libs/libogg:=[${MULTILIB_USEDEP}] media-libs/libvorbis:=[${MULTILIB_USEDEP}] media-libs/opus:=[${MULTILIB_USEDEP}] + media-sound/lame:=[${MULTILIB_USEDEP}] + media-sound/mpg123:=[${MULTILIB_USEDEP}] ) alsa? ( media-libs/alsa-lib:= ) sqlite? ( dev-db/sqlite )" @@ -60,6 +62,7 @@ multilib_src_configure() { --disable-static \ --disable-werror \ $(use_enable !minimal external-libs) \ + $(use_enable !minimal mpeg) \ $(multilib_native_enable full-suite) \ $(multilib_native_use_enable alsa) \ $(multilib_native_use_enable sqlite) \ |