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 C42EC1382C5 for ; Tue, 11 May 2021 02:20:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8D39E07A7; Tue, 11 May 2021 02:20:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9D73AE079E for ; Tue, 11 May 2021 02:20:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3D43F33E6A3 for ; Tue, 11 May 2021 02:20:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71D11581 for ; Tue, 11 May 2021 02:20:54 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1620699573.61e99a621f6a8e0ad3085838ec618102c906f6cb.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-3.0.14.ebuild media-video/vlc/vlc-3.0.9999.ebuild media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 61e99a621f6a8e0ad3085838ec618102c906f6cb X-VCS-Branch: master Date: Tue, 11 May 2021 02:20:54 +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: 42557adf-f38d-4ae2-afa9-95289cb263e0 X-Archives-Hash: ac05091af1663adc3fa43ade7fbe5948 commit: 61e99a621f6a8e0ad3085838ec618102c906f6cb Author: Thomas Deutschmann gentoo org> AuthorDate: Tue May 11 02:19:28 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue May 11 02:19:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e99a62 media-video/vlc: always depend on media-libs/libvorbis USE=tremor depends on libvorbis [Link 1] which is the root cause for bug 742551. However, VLC unconditionally uses libvorbis when found [Link 2], so we have to depend on media-libs/libvorbis all the time. Link 1: https://github.com/videolan/vlc/blob/ae406f9e6be4eb0b7d6b8db6edd51005d5af546f/modules/codec/Makefile.am#L312-L317 Link 2: https://github.com/videolan/vlc/blob/ae406f9e6be4eb0b7d6b8db6edd51005d5af546f/configure.ac#L2427-L2429 Closes: https://bugs.gentoo.org/742551 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann gentoo.org> media-video/vlc/vlc-3.0.14.ebuild | 6 +++--- media-video/vlc/vlc-3.0.9999.ebuild | 6 +++--- media-video/vlc/vlc-9999.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/media-video/vlc/vlc-3.0.14.ebuild b/media-video/vlc/vlc-3.0.14.ebuild index a706bd9e653..935a496030c 100644 --- a/media-video/vlc/vlc-3.0.14.ebuild +++ b/media-video/vlc/vlc-3.0.14.ebuild @@ -41,7 +41,7 @@ IUSE="a52 alsa aom archive aribsub bidi bluray cddb chromaprint chromecast live lua macosx-notifications mad matroska modplug mp3 mpeg mtp musepack ncurses nfs ogg omxil optimisememory opus png projectm pulseaudio +qt5 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 + theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc vpx wayland +X x264 x265 xml zeroconf zvbi cpu_flags_arm_neon cpu_flags_ppc_altivec cpu_flags_x86_mmx cpu_flags_x86_sse " @@ -66,6 +66,7 @@ BDEPEND=" x86? ( dev-lang/yasm ) " RDEPEND=" + media-libs/libvorbis net-dns/libidn:= sys-libs/zlib[minizip] virtual/libintl @@ -208,7 +209,6 @@ RDEPEND=" vaapi? ( x11-libs/libva:=[drm,wayland?,X?] ) vdpau? ( x11-libs/libvdpau ) vnc? ( net-libs/libvncserver ) - vorbis? ( media-libs/libvorbis ) vpx? ( media-libs/libvpx:= ) wayland? ( >=dev-libs/wayland-1.15 @@ -294,6 +294,7 @@ src_configure() { --enable-screen --enable-vcd --enable-vlc + --enable-vorbis $(use_enable a52) $(use_enable alsa) $(use_enable aom) @@ -394,7 +395,6 @@ src_configure() { $(use_enable vaapi libva) $(use_enable vdpau) $(use_enable vnc) - $(use_enable vorbis) $(use_enable vpx) $(use_enable wayland) $(use_with X x) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index 2017c3d8341..ae09b448136 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -38,7 +38,7 @@ IUSE="a52 alsa aom archive aribsub bidi bluray cddb chromaprint chromecast dav1d 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 zvbi + udev upnp vaapi v4l vdpau vnc vpx wayland +X x264 x265 xml zeroconf zvbi cpu_flags_arm_neon cpu_flags_ppc_altivec cpu_flags_x86_mmx cpu_flags_x86_sse " REQUIRED_USE=" @@ -62,6 +62,7 @@ BDEPEND=" x86? ( dev-lang/yasm ) " RDEPEND=" + media-libs/libvorbis net-dns/libidn:= sys-libs/zlib[minizip] virtual/libintl @@ -204,7 +205,6 @@ RDEPEND=" vaapi? ( x11-libs/libva:=[drm,wayland?,X?] ) vdpau? ( x11-libs/libvdpau ) vnc? ( net-libs/libvncserver ) - vorbis? ( media-libs/libvorbis ) vpx? ( media-libs/libvpx:= ) wayland? ( >=dev-libs/wayland-1.15 @@ -290,6 +290,7 @@ src_configure() { --enable-screen --enable-vcd --enable-vlc + --enable-vorbis $(use_enable a52) $(use_enable alsa) $(use_enable aom) @@ -390,7 +391,6 @@ src_configure() { $(use_enable vaapi libva) $(use_enable vdpau) $(use_enable vnc) - $(use_enable vorbis) $(use_enable vpx) $(use_enable wayland) $(use_with X x) diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 875389cc8ba..d8edc34b878 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -38,7 +38,7 @@ IUSE="a52 alsa aom archive aribsub bidi bluray cddb chromaprint chromecast dav1d 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 + twolame udev upnp vaapi v4l vdpau vnc vpx wayland +X x264 x265 xml zeroconf zvbi cpu_flags_arm_neon cpu_flags_ppc_altivec cpu_flags_x86_mmx cpu_flags_x86_sse " REQUIRED_USE=" @@ -62,6 +62,7 @@ BDEPEND=" x86? ( dev-lang/yasm ) " RDEPEND=" + media-libs/libvorbis net-dns/libidn:= sys-libs/zlib[minizip] virtual/libintl @@ -206,7 +207,6 @@ RDEPEND=" vaapi? ( x11-libs/libva:=[drm,wayland?,X?] ) vdpau? ( x11-libs/libvdpau ) vnc? ( net-libs/libvncserver ) - vorbis? ( media-libs/libvorbis ) vpx? ( media-libs/libvpx:= ) wayland? ( >=dev-libs/wayland-1.15 @@ -292,6 +292,7 @@ src_configure() { --enable-screen --enable-vcd --enable-vlc + --enable-vorbis $(use_enable a52) $(use_enable alsa) $(use_enable aom) @@ -394,7 +395,6 @@ src_configure() { $(use_enable vaapi libva) $(use_enable vdpau) $(use_enable vnc) - $(use_enable vorbis) $(use_enable vpx) $(use_enable wayland) $(use_with X x)