commit:     84687e5ea0e39e72a4840200a5ebf816f99ba02b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 09:22:07 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 09:58:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84687e5e

media-video/vlc: Add IUSE=loudness

Upstream commit 153073659a7e2d22213717eb3d678d307b3b2c1f

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-video/vlc/metadata.xml    | 1 +
 media-video/vlc/vlc-9999.ebuild | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/media-video/vlc/metadata.xml b/media-video/vlc/metadata.xml
index 8442a26823a..2780b9e075f 100644
--- a/media-video/vlc/metadata.xml
+++ b/media-video/vlc/metadata.xml
@@ -30,6 +30,7 @@
                <flag name="libtiger">Enable Ogg Kate subtitles rendering using 
libtiger</flag>
                <flag name="linsys">Enable support for Linux Linear Systems 
Ltd. SDI and HD-SDI input cards</flag>
                <flag name="live">Enable live555 streaming media support 
(client support for rtsp)</flag>
+               <flag name="loudness">Enable loudness normalisation according 
to the EBU R128 standard using <pkg>media-libs/libebur128</pkg></flag>
                <flag name="lua">Enable Lua scripting support, needed for 
including support for Jamendo (online music platform) and similar things</flag>
                <flag name="macosx-notifications">Enable Mac OS X notifications 
module (formerly growl)</flag>
                <flag name="matroska">Enable matroska support using reference 
libraries (fallback on other existing matroska support if disabled, i.e., 
matroska enabled FFmpeg)</flag>

diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild
index 66f5d75a508..d042a82b703 100644
--- a/media-video/vlc/vlc-9999.ebuild
+++ b/media-video/vlc/vlc-9999.ebuild
@@ -32,8 +32,8 @@ SLOT="0/12-9" # vlc - vlccore
 IUSE="a52 alsa aom archive aribsub bidi bluray cddb chromaprint chromecast 
dav1d dbus
        dc1394 debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac 
fluidsynth
        fontconfig +gcrypt gme gnome-keyring gstreamer +gui ieee1394 jack jpeg 
kate kms
-       libass libcaca libnotify libplacebo +libsamplerate libtar libtiger 
linsys lirc
-       live lua macosx-notifications mad matroska modplug mp3 mpeg mtp 
musepack ncurses
+       libass libcaca libnotify libplacebo +libsamplerate libtar libtiger 
linsys lirc live
+       loudness lua macosx-notifications mad matroska modplug mp3 mpeg mtp 
musepack ncurses
        nfs ogg omxil optimisememory opus png projectm pulseaudio rdp 
run-as-root samba
        sdl-image sftp shout sid skins soxr speex srt ssl svg taglib theora 
tremor truetype
        twolame udev upnp vaapi v4l vdpau vnc vorbis vpx wayland +X x264 x265 
xml zeroconf
@@ -144,6 +144,7 @@ RDEPEND="
        linsys? ( media-libs/zvbi )
        lirc? ( app-misc/lirc )
        live? ( media-plugins/live:= )
+       loudness? ( >=media-libs/libebur128-1.2.4:= )
        lua? ( >=dev-lang/lua-5.1:0= )
        mad? ( media-libs/libmad )
        matroska? (
@@ -337,6 +338,7 @@ src_configure() {
                $(use_enable linsys)
                $(use_enable lirc)
                $(use_enable live live555)
+               $(use_enable loudness ebur128)
                $(use_enable lua)
                $(use_enable macosx-notifications osx-notifications)
                $(use_enable mad)

Reply via email to