Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/
Date: Sun, 30 Aug 2020 09:58:45
Message-Id: 1598781511.84687e5ea0e39e72a4840200a5ebf816f99ba02b.asturm@gentoo
1 commit: 84687e5ea0e39e72a4840200a5ebf816f99ba02b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 09:22:07 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 09:58:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84687e5e
7
8 media-video/vlc: Add IUSE=loudness
9
10 Upstream commit 153073659a7e2d22213717eb3d678d307b3b2c1f
11
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 media-video/vlc/metadata.xml | 1 +
16 media-video/vlc/vlc-9999.ebuild | 6 ++++--
17 2 files changed, 5 insertions(+), 2 deletions(-)
18
19 diff --git a/media-video/vlc/metadata.xml b/media-video/vlc/metadata.xml
20 index 8442a26823a..2780b9e075f 100644
21 --- a/media-video/vlc/metadata.xml
22 +++ b/media-video/vlc/metadata.xml
23 @@ -30,6 +30,7 @@
24 <flag name="libtiger">Enable Ogg Kate subtitles rendering using libtiger</flag>
25 <flag name="linsys">Enable support for Linux Linear Systems Ltd. SDI and HD-SDI input cards</flag>
26 <flag name="live">Enable live555 streaming media support (client support for rtsp)</flag>
27 + <flag name="loudness">Enable loudness normalisation according to the EBU R128 standard using <pkg>media-libs/libebur128</pkg></flag>
28 <flag name="lua">Enable Lua scripting support, needed for including support for Jamendo (online music platform) and similar things</flag>
29 <flag name="macosx-notifications">Enable Mac OS X notifications module (formerly growl)</flag>
30 <flag name="matroska">Enable matroska support using reference libraries (fallback on other existing matroska support if disabled, i.e., matroska enabled FFmpeg)</flag>
31
32 diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild
33 index 66f5d75a508..d042a82b703 100644
34 --- a/media-video/vlc/vlc-9999.ebuild
35 +++ b/media-video/vlc/vlc-9999.ebuild
36 @@ -32,8 +32,8 @@ SLOT="0/12-9" # vlc - vlccore
37 IUSE="a52 alsa aom archive aribsub bidi bluray cddb chromaprint chromecast dav1d dbus
38 dc1394 debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac fluidsynth
39 fontconfig +gcrypt gme gnome-keyring gstreamer +gui ieee1394 jack jpeg kate kms
40 - libass libcaca libnotify libplacebo +libsamplerate libtar libtiger linsys lirc
41 - live lua macosx-notifications mad matroska modplug mp3 mpeg mtp musepack ncurses
42 + libass libcaca libnotify libplacebo +libsamplerate libtar libtiger linsys lirc live
43 + loudness lua macosx-notifications mad matroska modplug mp3 mpeg mtp musepack ncurses
44 nfs ogg omxil optimisememory opus png projectm pulseaudio rdp run-as-root samba
45 sdl-image sftp shout sid skins soxr speex srt ssl svg taglib theora tremor truetype
46 twolame udev upnp vaapi v4l vdpau vnc vorbis vpx wayland +X x264 x265 xml zeroconf
47 @@ -144,6 +144,7 @@ RDEPEND="
48 linsys? ( media-libs/zvbi )
49 lirc? ( app-misc/lirc )
50 live? ( media-plugins/live:= )
51 + loudness? ( >=media-libs/libebur128-1.2.4:= )
52 lua? ( >=dev-lang/lua-5.1:0= )
53 mad? ( media-libs/libmad )
54 matroska? (
55 @@ -337,6 +338,7 @@ src_configure() {
56 $(use_enable linsys)
57 $(use_enable lirc)
58 $(use_enable live live555)
59 + $(use_enable loudness ebur128)
60 $(use_enable lua)
61 $(use_enable macosx-notifications osx-notifications)
62 $(use_enable mad)