From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF52C13835B for ; Sun, 30 Aug 2020 09:58:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE8C6E0980; Sun, 30 Aug 2020 09:58:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C51C0E098E for ; Sun, 30 Aug 2020 09:58:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCE31340DE9 for ; Sun, 30 Aug 2020 09:58:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DC75339 for ; Sun, 30 Aug 2020 09:58:42 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1598781511.84687e5ea0e39e72a4840200a5ebf816f99ba02b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/metadata.xml media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 84687e5ea0e39e72a4840200a5ebf816f99ba02b X-VCS-Branch: master Date: Sun, 30 Aug 2020 09:58:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 185ff2fa-1032-4e20-a7d8-215a16bf1495 X-Archives-Hash: a7603ec9d43d489d4d6f311cdb3198df commit: 84687e5ea0e39e72a4840200a5ebf816f99ba02b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 30 09:22:07 2020 +0000 Commit: Andreas Sturmlechner gentoo 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 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 @@ Enable Ogg Kate subtitles rendering using libtiger Enable support for Linux Linear Systems Ltd. SDI and HD-SDI input cards Enable live555 streaming media support (client support for rtsp) + Enable loudness normalisation according to the EBU R128 standard using media-libs/libebur128 Enable Lua scripting support, needed for including support for Jamendo (online music platform) and similar things Enable Mac OS X notifications module (formerly growl) Enable matroska support using reference libraries (fallback on other existing matroska support if disabled, i.e., matroska enabled FFmpeg) 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)