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 00587138335 for ; Fri, 23 Nov 2018 09:49:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C82DBE097B; Fri, 23 Nov 2018 09:49:08 +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 A5300E097B for ; Fri, 23 Nov 2018 09:49:08 +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 6D0E3335CF3 for ; Fri, 23 Nov 2018 09:49:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6EB94B4 for ; Fri, 23 Nov 2018 09:49:04 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1542966485.3dfe52ccab902f225c43bcaca68a96e6156724cc.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-libav/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.4.3.4.4.ebuild X-VCS-Directories: media-plugins/gst-plugins-libav/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 3dfe52ccab902f225c43bcaca68a96e6156724cc X-VCS-Branch: master Date: Fri, 23 Nov 2018 09:49:04 +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-Archives-Salt: 34400c4c-d37d-49ce-ad23-de9c4871a6fb X-Archives-Hash: 82894ba3858fd62d7e3f12858c9e034e commit: 3dfe52ccab902f225c43bcaca68a96e6156724cc Author: Mart Raudsepp gentoo org> AuthorDate: Fri Nov 23 09:32:29 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Nov 23 09:48:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dfe52cc media-plugins/gst-plugins-libav: tweak USE=libav ewarn for bundled ffmpeg This isn't an internal copy anymore in the sense of coming from gst-libav tarball, but rather a bundled version that we update ourselves, so tweak the terminology to "bundled" Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.4.3.4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.4.3.4.4.ebuild b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.4.3.4.4.ebuild index 0ea80bb32d3..dacb390c061 100644 --- a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.4.3.4.4.ebuild +++ b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.14.4.3.4.4.ebuild @@ -63,7 +63,7 @@ multilib_src_configure() { local myconf if use libav; then - ewarn "Using internal ffmpeg copy as upstream dropped" + ewarn "Using bundled ffmpeg copy as upstream dropped" ewarn "the support for compiling against system libav" ewarn "https://bugzilla.gnome.org/show_bug.cgi?id=758183" else