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 623EE138350 for ; Sun, 26 Apr 2020 11:06:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 968A9E09AB; Sun, 26 Apr 2020 11:06:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7A81CE09AB for ; Sun, 26 Apr 2020 11:06:00 +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 AC09034F520 for ; Sun, 26 Apr 2020 11:05:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6873A1C9 for ; Sun, 26 Apr 2020 11:05:28 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1587899114.51d0fead2685181472563e435718b7ad7b369bbb.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-rpihddevice/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild X-VCS-Directories: media-plugins/vdr-rpihddevice/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 51d0fead2685181472563e435718b7ad7b369bbb X-VCS-Branch: master Date: Sun, 26 Apr 2020 11:05:28 +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: f872a75e-02fc-47b9-ba96-5f8c14dab7c9 X-Archives-Hash: ab09309776774ff61f3496084ccad5c0 commit: 51d0fead2685181472563e435718b7ad7b369bbb Author: David Seifert gentoo org> AuthorDate: Sun Apr 26 11:05:14 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 26 11:05:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d0fead media-plugins/vdr-rpihddevice: Replace virtual/ffmpeg Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Seifert gentoo.org> media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild | 4 ++-- media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild index 4e227c3020e..bf5ba349408 100644 --- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild +++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ LICENSE="GPL-2" DEPEND="media-libs/raspberrypi-userland media-video/vdr - virtual/ffmpeg" + media-video/ffmpeg" src_prepare() { diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild index 1a096aa3435..ee3ca8918eb 100644 --- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild +++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ LICENSE="GPL-2" DEPEND="media-libs/raspberrypi-userland media-video/vdr - virtual/ffmpeg" + media-video/ffmpeg" src_prepare() { sed -i "${S}"/Makefile -e '/LDFLAGS.*VCLIBDIR/s/$/ -Wl,--no-as-needed/' || die "sed failed"