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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27785158020 for ; Fri, 2 Dec 2022 22:49:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 548D22BC0D7; Fri, 2 Dec 2022 22:49:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 3FD7F2BC0D7 for ; Fri, 2 Dec 2022 22:49:16 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59C3F341359 for ; Fri, 2 Dec 2022 22:49:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD34076F for ; Fri, 2 Dec 2022 22:49:12 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1670021307.11bcc0a2885e17d50c089306c3e57dda4907bdb2.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/tg_owt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/tg_owt/tg_owt-0_pre20220507.ebuild X-VCS-Directories: media-libs/tg_owt/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 11bcc0a2885e17d50c089306c3e57dda4907bdb2 X-VCS-Branch: master Date: Fri, 2 Dec 2022 22:49:12 +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: f315bc5d-4148-41ba-9f47-c5651e00e701 X-Archives-Hash: 18ddd087e1c2ae4a4fb4c746e42dd964 commit: 11bcc0a2885e17d50c089306c3e57dda4907bdb2 Author: Esteve Varela Colominas gmail com> AuthorDate: Wed Nov 30 00:18:33 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Dec 2 22:48:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11bcc0a2 media-libs/tg_owt: Minor comment change Reflect findings in dependent package Bug: https://bugs.gentoo.org/866055 Signed-off-by: Esteve Varela Colominas gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28478 Signed-off-by: Georgy Yakovlev gentoo.org> media-libs/tg_owt/tg_owt-0_pre20220507.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-libs/tg_owt/tg_owt-0_pre20220507.ebuild b/media-libs/tg_owt/tg_owt-0_pre20220507.ebuild index 250abab72fbf..12eb43df9234 100644 --- a/media-libs/tg_owt/tg_owt-0_pre20220507.ebuild +++ b/media-libs/tg_owt/tg_owt-0_pre20220507.ebuild @@ -23,6 +23,8 @@ IUSE="screencast +X" # This package's USE flags may change the ABI and require a rebuild of # dependent pacakges. As such, one should make sure to depend on # media-libs/tg_owt[x=,y=,z=] for any package that uses this. +# Furthermore, the -DNDEBUG preprocessor flag should be defined by any +# dependent package, failure to do so will change the ABI in the header files. # Bundled libs: # - libyuv (no stable versioning, www-client/chromium and media-libs/libvpx bundle it) @@ -85,7 +87,7 @@ src_prepare() { src_configure() { # Defined by -DCMAKE_BUILD_TYPE=Release, avoids crashes - # see https://bugs.gentoo.org/754012 + # See https://bugs.gentoo.org/754012 # EAPI 8 still wipes this flag. append-cppflags '-DNDEBUG'