From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B65B1581FD for ; Thu, 11 Sep 2025 22:29:52 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 75474340D7B for ; Thu, 11 Sep 2025 22:29:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 16928110578; Thu, 11 Sep 2025 22:29:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 03F1E110578 for ; Thu, 11 Sep 2025 22:29:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF8943415DF for ; Thu, 11 Sep 2025 22:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BDEE3993 for ; Thu, 11 Sep 2025 22:29:34 +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: <1757629758.d508371fbe0cd4edc9baf4f104f13b7e28ef47c8.asturm@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.9999.ebuild 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: d508371fbe0cd4edc9baf4f104f13b7e28ef47c8 X-VCS-Branch: master Date: Thu, 11 Sep 2025 22:29:34 +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: f60e6cdf-253a-455d-939f-63d83babc29a X-Archives-Hash: 9231531fbe12e3ac4dd842862898642a commit: d508371fbe0cd4edc9baf4f104f13b7e28ef47c8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 11 21:55:46 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 11 22:29:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d508371f media-video/vlc: Add some comments about upstream unsupported IUSE Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/vlc/vlc-3.0.9999.ebuild | 6 +++--- media-video/vlc/vlc-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index 6bd3186b4d0f..9c4d2701ef71 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -289,7 +289,7 @@ src_configure() { --enable-vcd --enable-vlc --enable-vorbis - $(use_enable a52) + $(use_enable a52) # not officially supported anymore (avcodec takes priority) $(use_enable alsa) $(use_enable aom) $(use_enable archive) @@ -313,7 +313,7 @@ src_configure() { $(use_enable directx) $(use_enable directx d3d11va) $(use_enable directx dxva2) - $(use_enable dts dca) + $(use_enable dts dca) # not officially supported anymore (avcodec takes priority) $(use_enable dvbpsi) $(use_enable dvd dvdnav) $(use_enable dvd dvdread) @@ -351,7 +351,7 @@ src_configure() { $(use_enable matroska) $(use_enable modplug mod) $(use_enable mp3 mpg123) - $(use_enable mpeg libmpeg2) + $(use_enable mpeg libmpeg2) # not officially supported anymore (avcodec takes priority) $(use_enable mtp) $(use_enable musepack mpc) $(use_enable ncurses) diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index ad5d7968b63c..a83bdc8329dd 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -288,7 +288,7 @@ src_configure() { --enable-vcd --enable-vlc --enable-vorbis - $(use_enable a52) + $(use_enable a52) # not officially supported anymore (avcodec takes priority) $(use_enable alsa) $(use_enable aom) $(use_enable archive) @@ -312,7 +312,7 @@ src_configure() { $(use_enable directx) $(use_enable directx d3d11va) $(use_enable directx dxva2) - $(use_enable dts dca) + $(use_enable dts dca) # not officially supported anymore (avcodec takes priority) $(use_enable dvbpsi) $(use_enable dvd dvdnav) $(use_enable dvd dvdread) @@ -353,7 +353,7 @@ src_configure() { $(use_enable matroska) $(use_enable modplug mod) $(use_enable mp3 mpg123) - $(use_enable mpeg libmpeg2) + $(use_enable mpeg libmpeg2) # not officially supported anymore (avcodec takes priority) $(use_enable mtp) $(use_enable musepack mpc) $(use_enable ncurses)